Color Hex Logo

#e6246e Color Hex

#E6246E
(230,36,110)
0 Favorites   0 Comments

Color spaces of #e6246e

RGB 23036110
HSL0.940.800.52
HSV337°84°90°
CMYK 0.000.840.52   0.10
XYZ36.078519.210516.5583
Yxy19.21050.50220.2674
Hunter Lab43.829870.23028.2819
CIE-Lab50.932673.52378.6476

#e6246e color RGB value is (230,36,110).

#e6246e hex color red value is 230, green value is 36 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e6246e hue: 0.94 , saturation: 0.80 and the lightness value of e6246e is 0.52.

The process color (four color CMYK) of #e6246e color hex is 0.00, 0.84, 0.52, 0.10. Web safe color of #e6246e is #ff3366. Color #e6246e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100100 01101110
Octal 346 44 156
Decimal 230 36 110
Hex E6 24 6E

RGB Percentages of Color #e6246e

%61.17
%9.57
%29.26

CMYK Percentages of Color #e6246e

%0
%84
%52
%10

Triadic Colors of #e6246e

#e6246e #6ee624 #246ee6

Analogous Colors of #e6246e

#e6246e #e63b24 #e624cf

Monochromatic Colors of #e6246e

#e6246e

Complementary Color

#e6246e #24e69c

#e6246e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6246e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6246e Color CSS Codes

.mybgcolor {background-color:#e6246e; } 
.myforecolor {color:#e6246e; }
.mybordercolor {border:3px solid #e6246e; }

#e6246e Text Font Color

<p style="color:#e6246e">Text here</p>

This sample text font color is #e6246e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e6246e Background Color

<div style="background-color:#e6246e">
Div content here</div>

This div background color is #e6246e


#e6246e Border Color

<div style="border:3px solid #e6246e">
Div here</div>

This div border color is #e6246e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,36,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6246e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6246e;
  -webkit-box-shadow: 1px 1px 3px 2px #e6246e;
  box-shadow:         1px 1px 3px 2px #e6246e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,36,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e6246e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e6246e;
  -webkit-box-shadow: 1px 1px 3px 2px #e6246e;
  box-shadow:         1px 1px 3px 2px #e6246e;">
Div content here</div>

This div box has shadow with color #e6246e


Comments

No comments written yet.

Please login to write comment.