#EA66AE

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

Shades of Hot Pink #EA66AE

Tints of Hot Pink #EA66AE

Color information

#EA66AE (or 0xEA66AE) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and AE. RGB value is (234,102,174). Sum of RGB (Red+Green+Blue) = 234+102+174=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66AE is #159951. Grayscale: #959595. Windows color (decimal): -1415506 or 11429610. OLE color: 11429610.

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

Color convert

RGB234102174-
CMYK00.560.260.08
HSL327.27º75.86%65.88%-
HSV(B)327.27º56.41%91.76%-
XYZ46.3230.0543.4-
YUV149.68141.73188.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=45.88%
G=20%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410217400.560.260.08327.2775.8665.88
HexEA66AE0381A81474c42
Octal3521462560703210507114102
Binary11101010110011010101110011100011010100010100011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66AE; }

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

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

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

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

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

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

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

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