Shades of Spicy Pink #EA1DA8
Tints of Spicy Pink #EA1DA8
RGB
CMYK
RGB Variations
Color information
#EA1DA8 (or 0xEA1DA8) is known color: Spicy Pink. HEX triplet: EA, 1D and A8. RGB value is (234,29,168). Sum of RGB (Red+Green+Blue) = 234+29+168=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1DA8 is #15E257. Grayscale: #696969. Windows color (decimal): -1434200 or 11017706. OLE color: 11017706.
HSL color Cylindrical-coordinate representation of color #EA1DA8: hue angle of 319.32º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DA8 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 168 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.08 |
| HSL | 319.32º | 0.83% | 0.52% | - |
| HSV(B) | 319.32º | 0.88% | 0.92% | - |
| XYZ | 41.44 | 21.2 | 38.95 | - |
| YUV | 106.14 | 162.92 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 168 | 0 | 0.88 | 0.28 | 0.08 | 319.32 | 0.83 | 0.52 |
| Hex | EA | 1D | A8 | 0 | 58 | 1C | 8 | 13F | 53 | 34 |
| Octal | 352 | 35 | 250 | 0 | 130 | 34 | 10 | 477 | 123 | 64 |
| Binary | 11101010 | 11101 | 10101000 | 0 | 1011000 | 11100 | 1000 | 100111111 | 1010011 | 110100 |
Color Harmonies of #EA1DA8
Complementary color
Monochromatic Colors of #EA1DA8
Black with #EA1DA8
Text Example
Text Example
White with #EA1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DA8; }
p { color: rgb(234,29,168); }
H1.HeaderClassName
{
color: #EA1DA8;
}
.AnyTagClassName
{
color: #EA1DA8;
}
</style>
background-color css
<style>
a { background-color: #EA1DA8; }
a { background-color: rgb(234,29,168); }
div.DivClassName
{
background-color: #EA1DA8;
}
.BgClassName
{
background-color: #EA1DA8;
}
</style>
border-color css
<style>
span { border-color: #EA1DA8; }
span { border-color: rgb(234,29,168); }
td.TdClassName
{
border-color: #EA1DA8;
}
.TagClassName
{
border-color: #EA1DA8;
}
</style>