Shades of Spicy Pink #EA1CA8
Tints of Spicy Pink #EA1CA8
RGB
CMYK
RGB Variations
Color information
#EA1CA8 (or 0xEA1CA8) is known color: Spicy Pink. HEX triplet: EA, 1C and A8. RGB value is (234,28,168). Sum of RGB (Red+Green+Blue) = 234+28+168=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1CA8 is #15E357. Grayscale: #696969. Windows color (decimal): -1434456 or 11017450. OLE color: 11017450.
HSL color Cylindrical-coordinate representation of color #EA1CA8: hue angle of 319.22º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CA8 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 168 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.08 |
| HSL | 319.22º | 0.83% | 0.51% | - |
| HSV(B) | 319.22º | 0.88% | 0.92% | - |
| XYZ | 41.41 | 21.15 | 38.95 | - |
| YUV | 105.55 | 163.25 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 168 | 0 | 0.88 | 0.28 | 0.08 | 319.22 | 0.83 | 0.51 |
| Hex | EA | 1C | A8 | 0 | 58 | 1C | 8 | 13F | 53 | 33 |
| Octal | 352 | 34 | 250 | 0 | 130 | 34 | 10 | 477 | 123 | 63 |
| Binary | 11101010 | 11100 | 10101000 | 0 | 1011000 | 11100 | 1000 | 100111111 | 1010011 | 110011 |
Color Harmonies of #EA1CA8
Complementary color
Monochromatic Colors of #EA1CA8
Black with #EA1CA8
Text Example
Text Example
White with #EA1CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CA8; }
p { color: rgb(234,28,168); }
H1.HeaderClassName
{
color: #EA1CA8;
}
.AnyTagClassName
{
color: #EA1CA8;
}
</style>
background-color css
<style>
a { background-color: #EA1CA8; }
a { background-color: rgb(234,28,168); }
div.DivClassName
{
background-color: #EA1CA8;
}
.BgClassName
{
background-color: #EA1CA8;
}
</style>
border-color css
<style>
span { border-color: #EA1CA8; }
span { border-color: rgb(234,28,168); }
td.TdClassName
{
border-color: #EA1CA8;
}
.TagClassName
{
border-color: #EA1CA8;
}
</style>