#EA6EA9

Color #EA6EA9 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EA6EA9

Tints of Hot Pink #EA6EA9

Color information

#EA6EA9 (or 0xEA6EA9) is unknown color: approx Hot Pink. HEX triplet: EA, 6E and A9. RGB value is (234,110,169). Sum of RGB (Red+Green+Blue) = 234+110+169=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6EA9 is #159156. Grayscale: #999999. Windows color (decimal): -1413463 or 11103978. OLE color: 11103978.

HSL color Cylindrical-coordinate representation of color #EA6EA9: hue angle of 331.45º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6EA9 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234110169-
CMYK00.530.280.08
HSL331.45º74.7%67.45%-
HSV(B)331.45º52.99%91.76%-
XYZ46.6731.5141.16-
YUV153.8136.58185.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=45.61%
G=21.44%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411016900.530.280.08331.4574.767.45
HexEA6EA90351C814b4b43
Octal3521562510653410513113103
Binary11101010110111010101001011010111100100010100101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6EA9; }

 p { color: rgb(234,110,169); }

 H1.HeaderClassName
 {
   color: #EA6EA9;
 }
 .AnyTagClassName
 {
   color: #EA6EA9;
 }
</style>
background-color css

<style>
 a { background-color: #EA6EA9; }

 a { background-color: rgb(234,110,169); }

 div.DivClassName
 {
   background-color: #EA6EA9;
 }
 .BgClassName
 {
   background-color: #EA6EA9;
 }
</style>
border-color css

<style>
 span { border-color: #EA6EA9; }

 span { border-color: rgb(234,110,169); }

 td.TdClassName
 {
   border-color: #EA6EA9;
 }
 .TagClassName
 {
   border-color: #EA6EA9;
 }
</style>