#ED66AE

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

Shades of Hot Pink #ED66AE

Tints of Hot Pink #ED66AE

Color information

#ED66AE (or 0xED66AE) is unknown color: approx Hot Pink. HEX triplet: ED, 66 and AE. RGB value is (237,102,174). Sum of RGB (Red+Green+Blue) = 237+102+174=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED66AE is #129951. Grayscale: #969696. Windows color (decimal): -1218898 or 11429613. OLE color: 11429613.

HSL color Cylindrical-coordinate representation of color #ED66AE: hue angle of 328º 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 #ED66AE is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237102174-
CMYK00.570.270.07
HSL328º78.95%66.47%-
HSV(B)328º56.96%92.94%-
XYZ47.3230.5643.45-
YUV150.57141.23189.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=46.20%
G=19.88%
B=33.92%

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
Decimal23710217400.570.270.0732878.9566.47
HexED66AE0391B71484f42
Octal355146256071337510117102
Binary1110110111001101010111001110011101111110100100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66AE; }

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

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

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

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

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

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

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

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