Shades of Hot Pink #EE6AAB
Tints of Hot Pink #EE6AAB
RGB
CMYK
RGB Variations
Color information
#EE6AAB (or 0xEE6AAB) is known color: Hot Pink. HEX triplet: EE, 6A and AB. RGB value is (238,106,171). Sum of RGB (Red+Green+Blue) = 238+106+171=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6AAB is #119554. Grayscale: #989898. Windows color (decimal): -1152341 or 11234030. OLE color: 11234030.
HSL color Cylindrical-coordinate representation of color #EE6AAB: hue angle of 330.45º 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 #EE6AAB is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 171 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.07 |
| HSL | 330.45º | 0.8% | 0.67% | - |
| HSV(B) | 330.45º | 0.55% | 0.93% | - |
| XYZ | 47.76 | 31.43 | 42.08 | - |
| YUV | 152.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 171 | 0 | 0.55 | 0.28 | 0.07 | 330.45 | 0.8 | 0.67 |
| Hex | EE | 6A | AB | 0 | 37 | 1C | 7 | 14A | 50 | 43 |
| Octal | 356 | 152 | 253 | 0 | 67 | 34 | 7 | 512 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10101011 | 0 | 110111 | 11100 | 111 | 101001010 | 1010000 | 1000011 |
Color Harmonies of #EE6AAB
Complementary color
Monochromatic Colors of #EE6AAB
Black with #EE6AAB
Text Example
Text Example
White with #EE6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AAB; }
p { color: rgb(238,106,171); }
H1.HeaderClassName
{
color: #EE6AAB;
}
.AnyTagClassName
{
color: #EE6AAB;
}
</style>
background-color css
<style>
a { background-color: #EE6AAB; }
a { background-color: rgb(238,106,171); }
div.DivClassName
{
background-color: #EE6AAB;
}
.BgClassName
{
background-color: #EE6AAB;
}
</style>
border-color css
<style>
span { border-color: #EE6AAB; }
span { border-color: rgb(238,106,171); }
td.TdClassName
{
border-color: #EE6AAB;
}
.TagClassName
{
border-color: #EE6AAB;
}
</style>