#ED66AD

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

Shades of Hot Pink #ED66AD

Tints of Hot Pink #ED66AD

Color information

#ED66AD (or 0xED66AD) is unknown color: approx Hot Pink. HEX triplet: ED, 66 and AD. RGB value is (237,102,173). Sum of RGB (Red+Green+Blue) = 237+102+173=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED66AD is #129952. Grayscale: #969696. Windows color (decimal): -1218899 or 11364077. OLE color: 11364077.

HSL color Cylindrical-coordinate representation of color #ED66AD: hue angle of 328.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED66AD is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237102173-
CMYK00.570.270.07
HSL328.44º78.95%66.47%-
HSV(B)328.44º56.96%92.94%-
XYZ47.2230.5242.94-
YUV150.46140.73189.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=46.29%
G=19.92%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710217300.570.270.07328.4478.9566.47
HexED66AD0391B71484f42
Octal355146255071337510117102
Binary1110110111001101010110101110011101111110100100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66AD; }

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

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

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

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

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

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

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

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