Shades of Spicy Pink #E01BAB
Tints of Spicy Pink #E01BAB
RGB
CMYK
RGB Variations
Color information
#E01BAB (or 0xE01BAB) is known color: Spicy Pink. HEX triplet: E0, 1B and AB. RGB value is (224,27,171). Sum of RGB (Red+Green+Blue) = 224+27+171=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BAB is #1FE454. Grayscale: #656565. Windows color (decimal): -2090069 or 11213792. OLE color: 11213792.
HSL color Cylindrical-coordinate representation of color #E01BAB: hue angle of 316.14º 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 #E01BAB is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 171 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.12 |
| HSL | 316.14º | 0.78% | 0.49% | - |
| HSV(B) | 316.14º | 0.88% | 0.88% | - |
| XYZ | 38.48 | 19.57 | 40.28 | - |
| YUV | 102.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 171 | 0 | 0.88 | 0.24 | 0.12 | 316.14 | 0.78 | 0.49 |
| Hex | E0 | 1B | AB | 0 | 58 | 18 | C | 13C | 4E | 31 |
| Octal | 340 | 33 | 253 | 0 | 130 | 30 | 14 | 474 | 116 | 61 |
| Binary | 11100000 | 11011 | 10101011 | 0 | 1011000 | 11000 | 1100 | 100111100 | 1001110 | 110001 |
Color Harmonies of #E01BAB
Complementary color
Monochromatic Colors of #E01BAB
Black with #E01BAB
Text Example
Text Example
White with #E01BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BAB; }
p { color: rgb(224,27,171); }
H1.HeaderClassName
{
color: #E01BAB;
}
.AnyTagClassName
{
color: #E01BAB;
}
</style>
background-color css
<style>
a { background-color: #E01BAB; }
a { background-color: rgb(224,27,171); }
div.DivClassName
{
background-color: #E01BAB;
}
.BgClassName
{
background-color: #E01BAB;
}
</style>
border-color css
<style>
span { border-color: #E01BAB; }
span { border-color: rgb(224,27,171); }
td.TdClassName
{
border-color: #E01BAB;
}
.TagClassName
{
border-color: #E01BAB;
}
</style>