Shades of Spicy Pink #EE2AAF
Tints of Spicy Pink #EE2AAF
RGB
CMYK
RGB Variations
Color information
#EE2AAF (or 0xEE2AAF) is known color: Spicy Pink. HEX triplet: EE, 2A and AF. RGB value is (238,42,175). Sum of RGB (Red+Green+Blue) = 238+42+175=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2AAF is #11D550. Grayscale: #737373. Windows color (decimal): -1168721 or 11479790. OLE color: 11479790.
HSL color Cylindrical-coordinate representation of color #EE2AAF: hue angle of 319.29º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2AAF is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 175 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.07 |
| HSL | 319.29º | 0.85% | 0.55% | - |
| HSV(B) | 319.29º | 0.82% | 0.93% | - |
| XYZ | 43.83 | 22.93 | 42.67 | - |
| YUV | 115.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 175 | 0 | 0.82 | 0.26 | 0.07 | 319.29 | 0.85 | 0.55 |
| Hex | EE | 2A | AF | 0 | 52 | 1A | 7 | 13F | 55 | 37 |
| Octal | 356 | 52 | 257 | 0 | 122 | 32 | 7 | 477 | 125 | 67 |
| Binary | 11101110 | 101010 | 10101111 | 0 | 1010010 | 11010 | 111 | 100111111 | 1010101 | 110111 |
Color Harmonies of #EE2AAF
Complementary color
Monochromatic Colors of #EE2AAF
Black with #EE2AAF
Text Example
Text Example
White with #EE2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2AAF; }
p { color: rgb(238,42,175); }
H1.HeaderClassName
{
color: #EE2AAF;
}
.AnyTagClassName
{
color: #EE2AAF;
}
</style>
background-color css
<style>
a { background-color: #EE2AAF; }
a { background-color: rgb(238,42,175); }
div.DivClassName
{
background-color: #EE2AAF;
}
.BgClassName
{
background-color: #EE2AAF;
}
</style>
border-color css
<style>
span { border-color: #EE2AAF; }
span { border-color: rgb(238,42,175); }
td.TdClassName
{
border-color: #EE2AAF;
}
.TagClassName
{
border-color: #EE2AAF;
}
</style>