#EA66A7

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

Shades of Hot Pink #EA66A7

Tints of Hot Pink #EA66A7

Color information

#EA66A7 (or 0xEA66A7) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and A7. RGB value is (234,102,167). Sum of RGB (Red+Green+Blue) = 234+102+167=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66A7 is #159958. Grayscale: #949494. Windows color (decimal): -1415513 or 10970858. OLE color: 10970858.

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

Color convert

RGB234102167-
CMYK00.560.290.08
HSL330.45º75.86%65.88%-
HSV(B)330.45º56.41%91.76%-
XYZ45.6629.7939.9-
YUV148.88138.23188.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=46.52%
G=20.28%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410216700.560.290.08330.4575.8665.88
HexEA66A70381D814a4c42
Octal3521462470703510512114102
Binary11101010110011010100111011100011101100010100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66A7; }

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

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

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

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

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

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

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

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