Shades of Spicy Pink #E01CB0
Tints of Spicy Pink #E01CB0
RGB
CMYK
RGB Variations
Color information
#E01CB0 (or 0xE01CB0) is known color: Spicy Pink. HEX triplet: E0, 1C and B0. RGB value is (224,28,176). Sum of RGB (Red+Green+Blue) = 224+28+176=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CB0 is #1FE34F. Grayscale: #676767. Windows color (decimal): -2089808 or 11541728. OLE color: 11541728.
HSL color Cylindrical-coordinate representation of color #E01CB0: hue angle of 314.69º 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 #E01CB0 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 176 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.12 |
| HSL | 314.69º | 0.78% | 0.49% | - |
| HSV(B) | 314.69º | 0.88% | 0.88% | - |
| XYZ | 38.99 | 19.81 | 42.84 | - |
| YUV | 103.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 176 | 0 | 0.88 | 0.21 | 0.12 | 314.69 | 0.78 | 0.49 |
| Hex | E0 | 1C | B0 | 0 | 58 | 15 | C | 13B | 4E | 31 |
| Octal | 340 | 34 | 260 | 0 | 130 | 25 | 14 | 473 | 116 | 61 |
| Binary | 11100000 | 11100 | 10110000 | 0 | 1011000 | 10101 | 1100 | 100111011 | 1001110 | 110001 |
Color Harmonies of #E01CB0
Complementary color
Monochromatic Colors of #E01CB0
Black with #E01CB0
Text Example
Text Example
White with #E01CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CB0; }
p { color: rgb(224,28,176); }
H1.HeaderClassName
{
color: #E01CB0;
}
.AnyTagClassName
{
color: #E01CB0;
}
</style>
background-color css
<style>
a { background-color: #E01CB0; }
a { background-color: rgb(224,28,176); }
div.DivClassName
{
background-color: #E01CB0;
}
.BgClassName
{
background-color: #E01CB0;
}
</style>
border-color css
<style>
span { border-color: #E01CB0; }
span { border-color: rgb(224,28,176); }
td.TdClassName
{
border-color: #E01CB0;
}
.TagClassName
{
border-color: #E01CB0;
}
</style>