Shades of Spicy Pink #E01CA2
Tints of Spicy Pink #E01CA2
RGB
CMYK
RGB Variations
Color information
#E01CA2 (or 0xE01CA2) is known color: Spicy Pink. HEX triplet: E0, 1C and A2. RGB value is (224,28,162). Sum of RGB (Red+Green+Blue) = 224+28+162=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CA2 is #1FE35D. Grayscale: #656565. Windows color (decimal): -2089822 or 10624224. OLE color: 10624224.
HSL color Cylindrical-coordinate representation of color #E01CA2: hue angle of 318.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CA2 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 162 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.12 |
| HSL | 318.98º | 0.78% | 0.49% | - |
| HSV(B) | 318.98º | 0.88% | 0.88% | - |
| XYZ | 37.68 | 19.29 | 35.92 | - |
| YUV | 101.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 162 | 0 | 0.88 | 0.28 | 0.12 | 318.98 | 0.78 | 0.49 |
| Hex | E0 | 1C | A2 | 0 | 58 | 1C | C | 13F | 4E | 31 |
| Octal | 340 | 34 | 242 | 0 | 130 | 34 | 14 | 477 | 116 | 61 |
| Binary | 11100000 | 11100 | 10100010 | 0 | 1011000 | 11100 | 1100 | 100111111 | 1001110 | 110001 |
Color Harmonies of #E01CA2
Complementary color
Monochromatic Colors of #E01CA2
Black with #E01CA2
Text Example
Text Example
White with #E01CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CA2; }
p { color: rgb(224,28,162); }
H1.HeaderClassName
{
color: #E01CA2;
}
.AnyTagClassName
{
color: #E01CA2;
}
</style>
background-color css
<style>
a { background-color: #E01CA2; }
a { background-color: rgb(224,28,162); }
div.DivClassName
{
background-color: #E01CA2;
}
.BgClassName
{
background-color: #E01CA2;
}
</style>
border-color css
<style>
span { border-color: #E01CA2; }
span { border-color: rgb(224,28,162); }
td.TdClassName
{
border-color: #E01CA2;
}
.TagClassName
{
border-color: #E01CA2;
}
</style>