Shades of Spicy Pink #E01AB0
Tints of Spicy Pink #E01AB0
RGB
CMYK
RGB Variations
Color information
#E01AB0 (or 0xE01AB0) is known color: Spicy Pink. HEX triplet: E0, 1A and B0. RGB value is (224,26,176). Sum of RGB (Red+Green+Blue) = 224+26+176=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01AB0 is #1FE54F. Grayscale: #656565. Windows color (decimal): -2090320 or 11541216. OLE color: 11541216.
HSL color Cylindrical-coordinate representation of color #E01AB0: hue angle of 314.55º degrees, saturation: 0.79, 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 #E01AB0 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 176 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.12 |
| HSL | 314.55º | 0.79% | 0.49% | - |
| HSV(B) | 314.55º | 0.88% | 0.88% | - |
| XYZ | 38.95 | 19.72 | 42.83 | - |
| YUV | 102.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 176 | 0 | 0.88 | 0.21 | 0.12 | 314.55 | 0.79 | 0.49 |
| Hex | E0 | 1A | B0 | 0 | 58 | 15 | C | 13B | 4F | 31 |
| Octal | 340 | 32 | 260 | 0 | 130 | 25 | 14 | 473 | 117 | 61 |
| Binary | 11100000 | 11010 | 10110000 | 0 | 1011000 | 10101 | 1100 | 100111011 | 1001111 | 110001 |
Color Harmonies of #E01AB0
Complementary color
Monochromatic Colors of #E01AB0
Black with #E01AB0
Text Example
Text Example
White with #E01AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AB0; }
p { color: rgb(224,26,176); }
H1.HeaderClassName
{
color: #E01AB0;
}
.AnyTagClassName
{
color: #E01AB0;
}
</style>
background-color css
<style>
a { background-color: #E01AB0; }
a { background-color: rgb(224,26,176); }
div.DivClassName
{
background-color: #E01AB0;
}
.BgClassName
{
background-color: #E01AB0;
}
</style>
border-color css
<style>
span { border-color: #E01AB0; }
span { border-color: rgb(224,26,176); }
td.TdClassName
{
border-color: #E01AB0;
}
.TagClassName
{
border-color: #E01AB0;
}
</style>