Shades of Spicy Pink #E01BAF
Tints of Spicy Pink #E01BAF
RGB
CMYK
RGB Variations
Color information
#E01BAF (or 0xE01BAF) is known color: Spicy Pink. HEX triplet: E0, 1B and AF. RGB value is (224,27,175). Sum of RGB (Red+Green+Blue) = 224+27+175=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BAF is #1FE450. Grayscale: #666666. Windows color (decimal): -2090065 or 11475936. OLE color: 11475936.
HSL color Cylindrical-coordinate representation of color #E01BAF: hue angle of 314.92º 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 #E01BAF is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.12 |
| HSL | 314.92º | 0.78% | 0.49% | - |
| HSV(B) | 314.92º | 0.88% | 0.88% | - |
| XYZ | 38.87 | 19.73 | 42.32 | - |
| YUV | 102.78 | 168.77 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 175 | 0 | 0.88 | 0.22 | 0.12 | 314.92 | 0.78 | 0.49 |
| Hex | E0 | 1B | AF | 0 | 58 | 16 | C | 13B | 4E | 31 |
| Octal | 340 | 33 | 257 | 0 | 130 | 26 | 14 | 473 | 116 | 61 |
| Binary | 11100000 | 11011 | 10101111 | 0 | 1011000 | 10110 | 1100 | 100111011 | 1001110 | 110001 |
Color Harmonies of #E01BAF
Complementary color
Monochromatic Colors of #E01BAF
Black with #E01BAF
Text Example
Text Example
White with #E01BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BAF; }
p { color: rgb(224,27,175); }
H1.HeaderClassName
{
color: #E01BAF;
}
.AnyTagClassName
{
color: #E01BAF;
}
</style>
background-color css
<style>
a { background-color: #E01BAF; }
a { background-color: rgb(224,27,175); }
div.DivClassName
{
background-color: #E01BAF;
}
.BgClassName
{
background-color: #E01BAF;
}
</style>
border-color css
<style>
span { border-color: #E01BAF; }
span { border-color: rgb(224,27,175); }
td.TdClassName
{
border-color: #E01BAF;
}
.TagClassName
{
border-color: #E01BAF;
}
</style>