Shades of Spicy Pink #EE1AA8
Tints of Spicy Pink #EE1AA8
RGB
CMYK
RGB Variations
Color information
#EE1AA8 (or 0xEE1AA8) is known color: Spicy Pink. HEX triplet: EE, 1A and A8. RGB value is (238,26,168). Sum of RGB (Red+Green+Blue) = 238+26+168=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1AA8 is #11E557. Grayscale: #696969. Windows color (decimal): -1172824 or 11016942. OLE color: 11016942.
HSL color Cylindrical-coordinate representation of color #EE1AA8: hue angle of 319.81º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1AA8 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 168 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.07 |
| HSL | 319.81º | 0.86% | 0.52% | - |
| HSV(B) | 319.81º | 0.89% | 0.93% | - |
| XYZ | 42.7 | 21.74 | 38.99 | - |
| YUV | 105.58 | 163.24 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 168 | 0 | 0.89 | 0.29 | 0.07 | 319.81 | 0.86 | 0.52 |
| Hex | EE | 1A | A8 | 0 | 59 | 1D | 7 | 140 | 56 | 34 |
| Octal | 356 | 32 | 250 | 0 | 131 | 35 | 7 | 500 | 126 | 64 |
| Binary | 11101110 | 11010 | 10101000 | 0 | 1011001 | 11101 | 111 | 101000000 | 1010110 | 110100 |
Color Harmonies of #EE1AA8
Complementary color
Monochromatic Colors of #EE1AA8
Black with #EE1AA8
Text Example
Text Example
White with #EE1AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1AA8; }
p { color: rgb(238,26,168); }
H1.HeaderClassName
{
color: #EE1AA8;
}
.AnyTagClassName
{
color: #EE1AA8;
}
</style>
background-color css
<style>
a { background-color: #EE1AA8; }
a { background-color: rgb(238,26,168); }
div.DivClassName
{
background-color: #EE1AA8;
}
.BgClassName
{
background-color: #EE1AA8;
}
</style>
border-color css
<style>
span { border-color: #EE1AA8; }
span { border-color: rgb(238,26,168); }
td.TdClassName
{
border-color: #EE1AA8;
}
.TagClassName
{
border-color: #EE1AA8;
}
</style>