#ED72AB

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

Shades of Hot Pink #ED72AB

Tints of Hot Pink #ED72AB

Color information

#ED72AB (or 0xED72AB) is unknown color: approx Hot Pink. HEX triplet: ED, 72 and AB. RGB value is (237,114,171). Sum of RGB (Red+Green+Blue) = 237+114+171=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED72AB is #128D54. Grayscale: #9D9D9D. Windows color (decimal): -1215829 or 11236077. OLE color: 11236077.

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

Color convert

RGB237114171-
CMYK00.520.280.07
HSL332.2º77.36%68.82%-
HSV(B)332.2º51.9%92.94%-
XYZ48.2932.9842.35-
YUV157.28135.75184.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 114 (44.92% from 255) = 21.84%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=45.40%
G=21.84%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711417100.520.280.07332.277.3668.82
HexED72AB0341C714c4d45
Octal355162253064347514115105
Binary1110110111100101010101101101001110011110100110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED72AB; }

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

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

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

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

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

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

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

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