#EA66B6

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

Shades of Hot Pink #EA66B6

Tints of Hot Pink #EA66B6

Color information

#EA66B6 (or 0xEA66B6) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and B6. RGB value is (234,102,182). Sum of RGB (Red+Green+Blue) = 234+102+182=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66B6 is #159949. Grayscale: #969696. Windows color (decimal): -1415498 or 11953898. OLE color: 11953898.

HSL color Cylindrical-coordinate representation of color #EA66B6: hue angle of 323.64º 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 #EA66B6 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB234102182-
CMYK00.560.220.08
HSL323.64º75.86%65.88%-
HSV(B)323.64º56.41%91.76%-
XYZ47.1330.3747.63-
YUV150.59145.73187.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=45.17%
G=19.69%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410218200.560.220.08323.6475.8665.88
HexEA66B60381681444c42
Octal3521462660702610504114102
Binary11101010110011010110110011100010110100010100010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66B6; }

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

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

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

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

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

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

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

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