#ED60AB

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

Shades of Hot Pink #ED60AB

Tints of Hot Pink #ED60AB

Color information

#ED60AB (or 0xED60AB) is unknown color: approx Hot Pink. HEX triplet: ED, 60 and AB. RGB value is (237,96,171). Sum of RGB (Red+Green+Blue) = 237+96+171=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AB is #129F54. Grayscale: #929292. Windows color (decimal): -1220437 or 11231469. OLE color: 11231469.

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

Color convert

RGB23796171-
CMYK00.590.280.07
HSL328.09º79.66%65.29%-
HSV(B)328.09º59.49%92.94%-
XYZ46.4629.3141.74-
YUV146.71141.71192.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 96 (37.89% from 255) = 19.05%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=47.02%
G=19.05%
B=33.93%

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
Decimal2379617100.590.280.07328.0979.6665.29
HexED60AB03B1C71485041
Octal355140253073347510120101
Binary1110110111000001010101101110111110011110100100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60AB; }

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

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

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

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

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

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

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

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