Shades of Spicy Pink #EE1AAA
Tints of Spicy Pink #EE1AAA
RGB
CMYK
RGB Variations
Color information
#EE1AAA (or 0xEE1AAA) is known color: Spicy Pink. HEX triplet: EE, 1A and AA. RGB value is (238,26,170). Sum of RGB (Red+Green+Blue) = 238+26+170=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1AAA is #11E555. Grayscale: #696969. Windows color (decimal): -1172822 or 11148014. OLE color: 11148014.
HSL color Cylindrical-coordinate representation of color #EE1AAA: hue angle of 319.25º 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 #EE1AAA is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.07 |
| HSL | 319.25º | 0.86% | 0.52% | - |
| HSV(B) | 319.25º | 0.89% | 0.93% | - |
| XYZ | 42.88 | 21.82 | 39.98 | - |
| YUV | 105.8 | 164.24 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 26 | 170 | 0 | 0.89 | 0.29 | 0.07 | 319.25 | 0.86 | 0.52 |
| Hex | EE | 1A | AA | 0 | 59 | 1D | 7 | 13F | 56 | 34 |
| Octal | 356 | 32 | 252 | 0 | 131 | 35 | 7 | 477 | 126 | 64 |
| Binary | 11101110 | 11010 | 10101010 | 0 | 1011001 | 11101 | 111 | 100111111 | 1010110 | 110100 |
Color Harmonies of #EE1AAA
Complementary color
Monochromatic Colors of #EE1AAA
Black with #EE1AAA
Text Example
Text Example
White with #EE1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1AAA; }
p { color: rgb(238,26,170); }
H1.HeaderClassName
{
color: #EE1AAA;
}
.AnyTagClassName
{
color: #EE1AAA;
}
</style>
background-color css
<style>
a { background-color: #EE1AAA; }
a { background-color: rgb(238,26,170); }
div.DivClassName
{
background-color: #EE1AAA;
}
.BgClassName
{
background-color: #EE1AAA;
}
</style>
border-color css
<style>
span { border-color: #EE1AAA; }
span { border-color: rgb(238,26,170); }
td.TdClassName
{
border-color: #EE1AAA;
}
.TagClassName
{
border-color: #EE1AAA;
}
</style>