Shades of Spicy Pink #EE23AA
Tints of Spicy Pink #EE23AA
RGB
CMYK
RGB Variations
Color information
#EE23AA (or 0xEE23AA) is known color: Spicy Pink. HEX triplet: EE, 23 and AA. RGB value is (238,35,170). Sum of RGB (Red+Green+Blue) = 238+35+170=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE23AA is #11DC55. Grayscale: #6E6E6E. Windows color (decimal): -1170518 or 11150318. OLE color: 11150318.
HSL color Cylindrical-coordinate representation of color #EE23AA: hue angle of 320.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE23AA is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 170 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.07 |
| HSL | 320.1º | 0.86% | 0.54% | - |
| HSV(B) | 320.1º | 0.85% | 0.93% | - |
| XYZ | 43.12 | 22.28 | 40.06 | - |
| YUV | 111.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 170 | 0 | 0.85 | 0.29 | 0.07 | 320.1 | 0.86 | 0.54 |
| Hex | EE | 23 | AA | 0 | 55 | 1D | 7 | 140 | 56 | 36 |
| Octal | 356 | 43 | 252 | 0 | 125 | 35 | 7 | 500 | 126 | 66 |
| Binary | 11101110 | 100011 | 10101010 | 0 | 1010101 | 11101 | 111 | 101000000 | 1010110 | 110110 |
Color Harmonies of #EE23AA
Complementary color
Monochromatic Colors of #EE23AA
Black with #EE23AA
Text Example
Text Example
White with #EE23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23AA; }
p { color: rgb(238,35,170); }
H1.HeaderClassName
{
color: #EE23AA;
}
.AnyTagClassName
{
color: #EE23AA;
}
</style>
background-color css
<style>
a { background-color: #EE23AA; }
a { background-color: rgb(238,35,170); }
div.DivClassName
{
background-color: #EE23AA;
}
.BgClassName
{
background-color: #EE23AA;
}
</style>
border-color css
<style>
span { border-color: #EE23AA; }
span { border-color: rgb(238,35,170); }
td.TdClassName
{
border-color: #EE23AA;
}
.TagClassName
{
border-color: #EE23AA;
}
</style>