Shades of Hot Pink #EE6AAD
Tints of Hot Pink #EE6AAD
RGB
CMYK
RGB Variations
Color information
#EE6AAD (or 0xEE6AAD) is known color: Hot Pink. HEX triplet: EE, 6A and AD. RGB value is (238,106,173). Sum of RGB (Red+Green+Blue) = 238+106+173=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6AAD is #119552. Grayscale: #989898. Windows color (decimal): -1152339 or 11365102. OLE color: 11365102.
HSL color Cylindrical-coordinate representation of color #EE6AAD: hue angle of 329.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6AAD is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 173 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.07 |
| HSL | 329.55º | 0.8% | 0.67% | - |
| HSV(B) | 329.55º | 0.55% | 0.93% | - |
| XYZ | 47.96 | 31.5 | 43.09 | - |
| YUV | 153.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 173 | 0 | 0.55 | 0.27 | 0.07 | 329.55 | 0.8 | 0.67 |
| Hex | EE | 6A | AD | 0 | 37 | 1B | 7 | 14A | 50 | 43 |
| Octal | 356 | 152 | 255 | 0 | 67 | 33 | 7 | 512 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10101101 | 0 | 110111 | 11011 | 111 | 101001010 | 1010000 | 1000011 |
Color Harmonies of #EE6AAD
Complementary color
Monochromatic Colors of #EE6AAD
Black with #EE6AAD
Text Example
Text Example
White with #EE6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AAD; }
p { color: rgb(238,106,173); }
H1.HeaderClassName
{
color: #EE6AAD;
}
.AnyTagClassName
{
color: #EE6AAD;
}
</style>
background-color css
<style>
a { background-color: #EE6AAD; }
a { background-color: rgb(238,106,173); }
div.DivClassName
{
background-color: #EE6AAD;
}
.BgClassName
{
background-color: #EE6AAD;
}
</style>
border-color css
<style>
span { border-color: #EE6AAD; }
span { border-color: rgb(238,106,173); }
td.TdClassName
{
border-color: #EE6AAD;
}
.TagClassName
{
border-color: #EE6AAD;
}
</style>