Shades of Spicy Pink #E11CA2
Tints of Spicy Pink #E11CA2
RGB
CMYK
RGB Variations
Color information
#E11CA2 (or 0xE11CA2) is known color: Spicy Pink. HEX triplet: E1, 1C and A2. RGB value is (225,28,162). Sum of RGB (Red+Green+Blue) = 225+28+162=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CA2 is #1EE35D. Grayscale: #656565. Windows color (decimal): -2024286 or 10624225. OLE color: 10624225.
HSL color Cylindrical-coordinate representation of color #E11CA2: hue angle of 319.19º 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 #E11CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 162 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.12 |
| HSL | 319.19º | 0.78% | 0.5% | - |
| HSV(B) | 319.19º | 0.88% | 0.88% | - |
| XYZ | 37.99 | 19.45 | 35.93 | - |
| YUV | 102.18 | 161.77 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 162 | 0 | 0.88 | 0.28 | 0.12 | 319.19 | 0.78 | 0.5 |
| Hex | E1 | 1C | A2 | 0 | 58 | 1C | C | 13F | 4E | 32 |
| Octal | 341 | 34 | 242 | 0 | 130 | 34 | 14 | 477 | 116 | 62 |
| Binary | 11100001 | 11100 | 10100010 | 0 | 1011000 | 11100 | 1100 | 100111111 | 1001110 | 110010 |
Color Harmonies of #E11CA2
Complementary color
Monochromatic Colors of #E11CA2
Black with #E11CA2
Text Example
Text Example
White with #E11CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CA2; }
p { color: rgb(225,28,162); }
H1.HeaderClassName
{
color: #E11CA2;
}
.AnyTagClassName
{
color: #E11CA2;
}
</style>
background-color css
<style>
a { background-color: #E11CA2; }
a { background-color: rgb(225,28,162); }
div.DivClassName
{
background-color: #E11CA2;
}
.BgClassName
{
background-color: #E11CA2;
}
</style>
border-color css
<style>
span { border-color: #E11CA2; }
span { border-color: rgb(225,28,162); }
td.TdClassName
{
border-color: #E11CA2;
}
.TagClassName
{
border-color: #E11CA2;
}
</style>