Shades of Spicy Pink #EE1DA8
Tints of Spicy Pink #EE1DA8
RGB
CMYK
RGB Variations
Color information
#EE1DA8 (or 0xEE1DA8) is known color: Spicy Pink. HEX triplet: EE, 1D and A8. RGB value is (238,29,168). Sum of RGB (Red+Green+Blue) = 238+29+168=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1DA8 is #11E257. Grayscale: #6A6A6A. Windows color (decimal): -1172056 or 11017710. OLE color: 11017710.
HSL color Cylindrical-coordinate representation of color #EE1DA8: hue angle of 320.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1DA8 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 168 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.07 |
| HSL | 320.1º | 0.86% | 0.52% | - |
| HSV(B) | 320.1º | 0.88% | 0.93% | - |
| XYZ | 42.77 | 21.88 | 39.02 | - |
| YUV | 107.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 168 | 0 | 0.88 | 0.29 | 0.07 | 320.1 | 0.86 | 0.52 |
| Hex | EE | 1D | A8 | 0 | 58 | 1D | 7 | 140 | 56 | 34 |
| Octal | 356 | 35 | 250 | 0 | 130 | 35 | 7 | 500 | 126 | 64 |
| Binary | 11101110 | 11101 | 10101000 | 0 | 1011000 | 11101 | 111 | 101000000 | 1010110 | 110100 |
Color Harmonies of #EE1DA8
Complementary color
Monochromatic Colors of #EE1DA8
Black with #EE1DA8
Text Example
Text Example
White with #EE1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DA8; }
p { color: rgb(238,29,168); }
H1.HeaderClassName
{
color: #EE1DA8;
}
.AnyTagClassName
{
color: #EE1DA8;
}
</style>
background-color css
<style>
a { background-color: #EE1DA8; }
a { background-color: rgb(238,29,168); }
div.DivClassName
{
background-color: #EE1DA8;
}
.BgClassName
{
background-color: #EE1DA8;
}
</style>
border-color css
<style>
span { border-color: #EE1DA8; }
span { border-color: rgb(238,29,168); }
td.TdClassName
{
border-color: #EE1DA8;
}
.TagClassName
{
border-color: #EE1DA8;
}
</style>