#EA66BB

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

Shades of Hot Pink #EA66BB

Tints of Hot Pink #EA66BB

Color information

#EA66BB (or 0xEA66BB) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and BB. RGB value is (234,102,187). Sum of RGB (Red+Green+Blue) = 234+102+187=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66BB is #159944. Grayscale: #969696. Windows color (decimal): -1415493 or 12281578. OLE color: 12281578.

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

Color convert

RGB234102187-
CMYK00.560.200.08
HSL321.36º75.86%65.88%-
HSV(B)321.36º56.41%91.76%-
XYZ47.6530.5850.41-
YUV151.16148.23187.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 102 (40.23% from 255) = 19.50%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=44.74%
G=19.50%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410218700.560.200.08321.3675.8665.88
HexEA66BB0381481414c42
Octal3521462730702410501114102
Binary11101010110011010111011011100010100100010100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66BB; }

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

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

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

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

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

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

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

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