Shades of Hot Pink #EE71AD
Tints of Hot Pink #EE71AD
RGB
CMYK
RGB Variations
Color information
#EE71AD (or 0xEE71AD) is known color: Hot Pink. HEX triplet: EE, 71 and AD. RGB value is (238,113,173). Sum of RGB (Red+Green+Blue) = 238+113+173=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE71AD is #118E52. Grayscale: #9D9D9D. Windows color (decimal): -1150547 or 11366894. OLE color: 11366894.
HSL color Cylindrical-coordinate representation of color #EE71AD: hue angle of 331.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71AD is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 173 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.07 |
| HSL | 331.2º | 0.79% | 0.69% | - |
| HSV(B) | 331.2º | 0.53% | 0.93% | - |
| XYZ | 48.71 | 33 | 43.34 | - |
| YUV | 157.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 173 | 0 | 0.53 | 0.27 | 0.07 | 331.2 | 0.79 | 0.69 |
| Hex | EE | 71 | AD | 0 | 35 | 1B | 7 | 14B | 4F | 45 |
| Octal | 356 | 161 | 255 | 0 | 65 | 33 | 7 | 513 | 117 | 105 |
| Binary | 11101110 | 1110001 | 10101101 | 0 | 110101 | 11011 | 111 | 101001011 | 1001111 | 1000101 |
Color Harmonies of #EE71AD
Complementary color
Monochromatic Colors of #EE71AD
Black with #EE71AD
Text Example
Text Example
White with #EE71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71AD; }
p { color: rgb(238,113,173); }
H1.HeaderClassName
{
color: #EE71AD;
}
.AnyTagClassName
{
color: #EE71AD;
}
</style>
background-color css
<style>
a { background-color: #EE71AD; }
a { background-color: rgb(238,113,173); }
div.DivClassName
{
background-color: #EE71AD;
}
.BgClassName
{
background-color: #EE71AD;
}
</style>
border-color css
<style>
span { border-color: #EE71AD; }
span { border-color: rgb(238,113,173); }
td.TdClassName
{
border-color: #EE71AD;
}
.TagClassName
{
border-color: #EE71AD;
}
</style>