Shades of Spicy Pink #E11CA8
Tints of Spicy Pink #E11CA8
RGB
CMYK
RGB Variations
Color information
#E11CA8 (or 0xE11CA8) is known color: Spicy Pink. HEX triplet: E1, 1C and A8. RGB value is (225,28,168). Sum of RGB (Red+Green+Blue) = 225+28+168=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CA8 is #1EE357. Grayscale: #666666. Windows color (decimal): -2024280 or 11017441. OLE color: 11017441.
HSL color Cylindrical-coordinate representation of color #E11CA8: hue angle of 317.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CA8 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 168 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.12 |
| HSL | 317.36º | 0.78% | 0.5% | - |
| HSV(B) | 317.36º | 0.88% | 0.88% | - |
| XYZ | 38.53 | 19.67 | 38.81 | - |
| YUV | 102.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 168 | 0 | 0.88 | 0.25 | 0.12 | 317.36 | 0.78 | 0.5 |
| Hex | E1 | 1C | A8 | 0 | 58 | 19 | C | 13D | 4E | 32 |
| Octal | 341 | 34 | 250 | 0 | 130 | 31 | 14 | 475 | 116 | 62 |
| Binary | 11100001 | 11100 | 10101000 | 0 | 1011000 | 11001 | 1100 | 100111101 | 1001110 | 110010 |
Color Harmonies of #E11CA8
Complementary color
Monochromatic Colors of #E11CA8
Black with #E11CA8
Text Example
Text Example
White with #E11CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CA8; }
p { color: rgb(225,28,168); }
H1.HeaderClassName
{
color: #E11CA8;
}
.AnyTagClassName
{
color: #E11CA8;
}
</style>
background-color css
<style>
a { background-color: #E11CA8; }
a { background-color: rgb(225,28,168); }
div.DivClassName
{
background-color: #E11CA8;
}
.BgClassName
{
background-color: #E11CA8;
}
</style>
border-color css
<style>
span { border-color: #E11CA8; }
span { border-color: rgb(225,28,168); }
td.TdClassName
{
border-color: #E11CA8;
}
.TagClassName
{
border-color: #E11CA8;
}
</style>