#ED60AA

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

Shades of Hot Pink #ED60AA

Tints of Hot Pink #ED60AA

Color information

#ED60AA (or 0xED60AA) is unknown color: approx Hot Pink. HEX triplet: ED, 60 and AA. RGB value is (237,96,170). Sum of RGB (Red+Green+Blue) = 237+96+170=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AA is #129F55. Grayscale: #929292. Windows color (decimal): -1220438 or 11165933. OLE color: 11165933.

HSL color Cylindrical-coordinate representation of color #ED60AA: hue angle of 328.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60AA is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23796170-
CMYK00.590.280.07
HSL328.51º79.66%65.29%-
HSV(B)328.51º59.49%92.94%-
XYZ46.3629.2741.24-
YUV146.6141.21192.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=47.12%
G=19.09%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379617000.590.280.07328.5179.6665.29
HexED60AA03B1C71495041
Octal355140252073347511120101
Binary1110110111000001010101001110111110011110100100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60AA; }

 p { color: rgb(237,96,170); }

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

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

 a { background-color: rgb(237,96,170); }

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

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

 span { border-color: rgb(237,96,170); }

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