Shades of Spicy Pink #E01BB1
Tints of Spicy Pink #E01BB1
RGB
CMYK
RGB Variations
Color information
#E01BB1 (or 0xE01BB1) is known color: Spicy Pink. HEX triplet: E0, 1B and B1. RGB value is (224,27,177). Sum of RGB (Red+Green+Blue) = 224+27+177=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BB1 is #1FE44E. Grayscale: #666666. Windows color (decimal): -2090063 or 11607008. OLE color: 11607008.
HSL color Cylindrical-coordinate representation of color #E01BB1: hue angle of 314.31º 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 #E01BB1 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 177 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.12 |
| HSL | 314.31º | 0.78% | 0.49% | - |
| HSV(B) | 314.31º | 0.88% | 0.88% | - |
| XYZ | 39.07 | 19.81 | 43.36 | - |
| YUV | 103 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 177 | 0 | 0.88 | 0.21 | 0.12 | 314.31 | 0.78 | 0.49 |
| Hex | E0 | 1B | B1 | 0 | 58 | 15 | C | 13A | 4E | 31 |
| Octal | 340 | 33 | 261 | 0 | 130 | 25 | 14 | 472 | 116 | 61 |
| Binary | 11100000 | 11011 | 10110001 | 0 | 1011000 | 10101 | 1100 | 100111010 | 1001110 | 110001 |
Color Harmonies of #E01BB1
Complementary color
Monochromatic Colors of #E01BB1
Black with #E01BB1
Text Example
Text Example
White with #E01BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BB1; }
p { color: rgb(224,27,177); }
H1.HeaderClassName
{
color: #E01BB1;
}
.AnyTagClassName
{
color: #E01BB1;
}
</style>
background-color css
<style>
a { background-color: #E01BB1; }
a { background-color: rgb(224,27,177); }
div.DivClassName
{
background-color: #E01BB1;
}
.BgClassName
{
background-color: #E01BB1;
}
</style>
border-color css
<style>
span { border-color: #E01BB1; }
span { border-color: rgb(224,27,177); }
td.TdClassName
{
border-color: #E01BB1;
}
.TagClassName
{
border-color: #E01BB1;
}
</style>