#EA66B0

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

Shades of Hot Pink #EA66B0

Tints of Hot Pink #EA66B0

Color information

#EA66B0 (or 0xEA66B0) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and B0. RGB value is (234,102,176). Sum of RGB (Red+Green+Blue) = 234+102+176=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66B0 is #15994F. Grayscale: #959595. Windows color (decimal): -1415504 or 11560682. OLE color: 11560682.

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

Color convert

RGB234102176-
CMYK00.560.250.08
HSL326.36º75.86%65.88%-
HSV(B)326.36º56.41%91.76%-
XYZ46.5230.1344.44-
YUV149.9142.73187.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=45.70%
G=19.92%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410217600.560.250.08326.3675.8665.88
HexEA66B00381981464c42
Octal3521462600703110506114102
Binary11101010110011010110000011100011001100010100011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66B0; }

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

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

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

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

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

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

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

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