Shades of Spicy Pink #E01BAC
Tints of Spicy Pink #E01BAC
RGB
CMYK
RGB Variations
Color information
#E01BAC (or 0xE01BAC) is known color: Spicy Pink. HEX triplet: E0, 1B and AC. RGB value is (224,27,172). Sum of RGB (Red+Green+Blue) = 224+27+172=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BAC is #1FE453. Grayscale: #666666. Windows color (decimal): -2090068 or 11279328. OLE color: 11279328.
HSL color Cylindrical-coordinate representation of color #E01BAC: hue angle of 315.84º 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 #E01BAC is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 172 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.12 |
| HSL | 315.84º | 0.78% | 0.49% | - |
| HSV(B) | 315.84º | 0.88% | 0.88% | - |
| XYZ | 38.58 | 19.61 | 40.78 | - |
| YUV | 102.43 | 167.27 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 172 | 0 | 0.88 | 0.23 | 0.12 | 315.84 | 0.78 | 0.49 |
| Hex | E0 | 1B | AC | 0 | 58 | 17 | C | 13C | 4E | 31 |
| Octal | 340 | 33 | 254 | 0 | 130 | 27 | 14 | 474 | 116 | 61 |
| Binary | 11100000 | 11011 | 10101100 | 0 | 1011000 | 10111 | 1100 | 100111100 | 1001110 | 110001 |
Color Harmonies of #E01BAC
Complementary color
Monochromatic Colors of #E01BAC
Black with #E01BAC
Text Example
Text Example
White with #E01BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BAC; }
p { color: rgb(224,27,172); }
H1.HeaderClassName
{
color: #E01BAC;
}
.AnyTagClassName
{
color: #E01BAC;
}
</style>
background-color css
<style>
a { background-color: #E01BAC; }
a { background-color: rgb(224,27,172); }
div.DivClassName
{
background-color: #E01BAC;
}
.BgClassName
{
background-color: #E01BAC;
}
</style>
border-color css
<style>
span { border-color: #E01BAC; }
span { border-color: rgb(224,27,172); }
td.TdClassName
{
border-color: #E01BAC;
}
.TagClassName
{
border-color: #E01BAC;
}
</style>