Shades of Hot Pink #ED71AB
Tints of Hot Pink #ED71AB
RGB
CMYK
RGB Variations
Color information
#ED71AB (or 0xED71AB) is known color: Hot Pink. HEX triplet: ED, 71 and AB. RGB value is (237,113,171). Sum of RGB (Red+Green+Blue) = 237+113+171=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED71AB is #128E54. Grayscale: #9C9C9C. Windows color (decimal): -1216085 or 11235821. OLE color: 11235821.
HSL color Cylindrical-coordinate representation of color #ED71AB: hue angle of 331.94º 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 #ED71AB is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 171 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.07 |
| HSL | 331.94º | 0.78% | 0.69% | - |
| HSV(B) | 331.94º | 0.52% | 0.93% | - |
| XYZ | 48.18 | 32.76 | 42.31 | - |
| YUV | 156.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 171 | 0 | 0.52 | 0.28 | 0.07 | 331.94 | 0.78 | 0.69 |
| Hex | ED | 71 | AB | 0 | 34 | 1C | 7 | 14C | 4E | 45 |
| Octal | 355 | 161 | 253 | 0 | 64 | 34 | 7 | 514 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10101011 | 0 | 110100 | 11100 | 111 | 101001100 | 1001110 | 1000101 |
Color Harmonies of #ED71AB
Complementary color
Monochromatic Colors of #ED71AB
Black with #ED71AB
Text Example
Text Example
White with #ED71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71AB; }
p { color: rgb(237,113,171); }
H1.HeaderClassName
{
color: #ED71AB;
}
.AnyTagClassName
{
color: #ED71AB;
}
</style>
background-color css
<style>
a { background-color: #ED71AB; }
a { background-color: rgb(237,113,171); }
div.DivClassName
{
background-color: #ED71AB;
}
.BgClassName
{
background-color: #ED71AB;
}
</style>
border-color css
<style>
span { border-color: #ED71AB; }
span { border-color: rgb(237,113,171); }
td.TdClassName
{
border-color: #ED71AB;
}
.TagClassName
{
border-color: #ED71AB;
}
</style>