#EA66A9

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

Shades of Hot Pink #EA66A9

Tints of Hot Pink #EA66A9

Color information

#EA66A9 (or 0xEA66A9) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and A9. RGB value is (234,102,169). Sum of RGB (Red+Green+Blue) = 234+102+169=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66A9 is #159956. Grayscale: #949494. Windows color (decimal): -1415511 or 11101930. OLE color: 11101930.

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

Color convert

RGB234102169-
CMYK00.560.280.08
HSL329.55º75.86%65.88%-
HSV(B)329.55º56.41%91.76%-
XYZ45.8429.8640.88-
YUV149.11139.23188.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=46.34%
G=20.20%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410216900.560.280.08329.5575.8665.88
HexEA66A90381C814a4c42
Octal3521462510703410512114102
Binary11101010110011010101001011100011100100010100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66A9; }

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

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

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

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

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

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

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

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