Shades of Hot Pink #EE73AA
Tints of Hot Pink #EE73AA
RGB
CMYK
RGB Variations
Color information
#EE73AA (or 0xEE73AA) is known color: Hot Pink. HEX triplet: EE, 73 and AA. RGB value is (238,115,170). Sum of RGB (Red+Green+Blue) = 238+115+170=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE73AA is #118C55. Grayscale: #9D9D9D. Windows color (decimal): -1150038 or 11170798. OLE color: 11170798.
HSL color Cylindrical-coordinate representation of color #EE73AA: hue angle of 333.17º 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 #EE73AA is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 170 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.07 |
| HSL | 333.17º | 0.78% | 0.69% | - |
| HSV(B) | 333.17º | 0.52% | 0.93% | - |
| XYZ | 48.65 | 33.34 | 41.9 | - |
| YUV | 158.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 170 | 0 | 0.52 | 0.29 | 0.07 | 333.17 | 0.78 | 0.69 |
| Hex | EE | 73 | AA | 0 | 34 | 1D | 7 | 14D | 4E | 45 |
| Octal | 356 | 163 | 252 | 0 | 64 | 35 | 7 | 515 | 116 | 105 |
| Binary | 11101110 | 1110011 | 10101010 | 0 | 110100 | 11101 | 111 | 101001101 | 1001110 | 1000101 |
Color Harmonies of #EE73AA
Complementary color
Monochromatic Colors of #EE73AA
Black with #EE73AA
Text Example
Text Example
White with #EE73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73AA; }
p { color: rgb(238,115,170); }
H1.HeaderClassName
{
color: #EE73AA;
}
.AnyTagClassName
{
color: #EE73AA;
}
</style>
background-color css
<style>
a { background-color: #EE73AA; }
a { background-color: rgb(238,115,170); }
div.DivClassName
{
background-color: #EE73AA;
}
.BgClassName
{
background-color: #EE73AA;
}
</style>
border-color css
<style>
span { border-color: #EE73AA; }
span { border-color: rgb(238,115,170); }
td.TdClassName
{
border-color: #EE73AA;
}
.TagClassName
{
border-color: #EE73AA;
}
</style>