Shades of Spicy Pink #EE29AF
Tints of Spicy Pink #EE29AF
RGB
CMYK
RGB Variations
Color information
#EE29AF (or 0xEE29AF) is known color: Spicy Pink. HEX triplet: EE, 29 and AF. RGB value is (238,41,175). Sum of RGB (Red+Green+Blue) = 238+41+175=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE29AF is #11D650. Grayscale: #727272. Windows color (decimal): -1168977 or 11479534. OLE color: 11479534.
HSL color Cylindrical-coordinate representation of color #EE29AF: hue angle of 319.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE29AF is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 175 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.07 |
| HSL | 319.19º | 0.85% | 0.55% | - |
| HSV(B) | 319.19º | 0.83% | 0.93% | - |
| XYZ | 43.79 | 22.86 | 42.66 | - |
| YUV | 115.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 175 | 0 | 0.83 | 0.26 | 0.07 | 319.19 | 0.85 | 0.55 |
| Hex | EE | 29 | AF | 0 | 53 | 1A | 7 | 13F | 55 | 37 |
| Octal | 356 | 51 | 257 | 0 | 123 | 32 | 7 | 477 | 125 | 67 |
| Binary | 11101110 | 101001 | 10101111 | 0 | 1010011 | 11010 | 111 | 100111111 | 1010101 | 110111 |
Color Harmonies of #EE29AF
Complementary color
Monochromatic Colors of #EE29AF
Black with #EE29AF
Text Example
Text Example
White with #EE29AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29AF; }
p { color: rgb(238,41,175); }
H1.HeaderClassName
{
color: #EE29AF;
}
.AnyTagClassName
{
color: #EE29AF;
}
</style>
background-color css
<style>
a { background-color: #EE29AF; }
a { background-color: rgb(238,41,175); }
div.DivClassName
{
background-color: #EE29AF;
}
.BgClassName
{
background-color: #EE29AF;
}
</style>
border-color css
<style>
span { border-color: #EE29AF; }
span { border-color: rgb(238,41,175); }
td.TdClassName
{
border-color: #EE29AF;
}
.TagClassName
{
border-color: #EE29AF;
}
</style>