Shades of Hot Pink #EE72AB
Tints of Hot Pink #EE72AB
RGB
CMYK
RGB Variations
Color information
#EE72AB (or 0xEE72AB) is known color: Hot Pink. HEX triplet: EE, 72 and AB. RGB value is (238,114,171). Sum of RGB (Red+Green+Blue) = 238+114+171=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE72AB is #118D54. Grayscale: #9D9D9D. Windows color (decimal): -1150293 or 11236078. OLE color: 11236078.
HSL color Cylindrical-coordinate representation of color #EE72AB: hue angle of 332.42º degrees, saturation: 0.78, 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 #EE72AB is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 171 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.07 |
| HSL | 332.42º | 0.78% | 0.69% | - |
| HSV(B) | 332.42º | 0.52% | 0.93% | - |
| XYZ | 48.63 | 33.15 | 42.36 | - |
| YUV | 157.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 171 | 0 | 0.52 | 0.28 | 0.07 | 332.42 | 0.78 | 0.69 |
| Hex | EE | 72 | AB | 0 | 34 | 1C | 7 | 14C | 4E | 45 |
| Octal | 356 | 162 | 253 | 0 | 64 | 34 | 7 | 514 | 116 | 105 |
| Binary | 11101110 | 1110010 | 10101011 | 0 | 110100 | 11100 | 111 | 101001100 | 1001110 | 1000101 |
Color Harmonies of #EE72AB
Complementary color
Monochromatic Colors of #EE72AB
Black with #EE72AB
Text Example
Text Example
White with #EE72AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72AB; }
p { color: rgb(238,114,171); }
H1.HeaderClassName
{
color: #EE72AB;
}
.AnyTagClassName
{
color: #EE72AB;
}
</style>
background-color css
<style>
a { background-color: #EE72AB; }
a { background-color: rgb(238,114,171); }
div.DivClassName
{
background-color: #EE72AB;
}
.BgClassName
{
background-color: #EE72AB;
}
</style>
border-color css
<style>
span { border-color: #EE72AB; }
span { border-color: rgb(238,114,171); }
td.TdClassName
{
border-color: #EE72AB;
}
.TagClassName
{
border-color: #EE72AB;
}
</style>