#EA66AD

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

Shades of Hot Pink #EA66AD

Tints of Hot Pink #EA66AD

Color information

#EA66AD (or 0xEA66AD) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and AD. RGB value is (234,102,173). Sum of RGB (Red+Green+Blue) = 234+102+173=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66AD is #159952. Grayscale: #959595. Windows color (decimal): -1415507 or 11364074. OLE color: 11364074.

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

Color convert

RGB234102173-
CMYK00.560.260.08
HSL327.73º75.86%65.88%-
HSV(B)327.73º56.41%91.76%-
XYZ46.2330.0142.89-
YUV149.56141.23188.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=45.97%
G=20.04%
B=33.99%

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
Decimal23410217300.560.260.08327.7375.8665.88
HexEA66AD0381A81484c42
Octal3521462550703210510114102
Binary11101010110011010101101011100011010100010100100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66AD; }

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

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

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

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

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

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

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

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