Shades of Spicy Pink #E01BAA
Tints of Spicy Pink #E01BAA
RGB
CMYK
RGB Variations
Color information
#E01BAA (or 0xE01BAA) is known color: Spicy Pink. HEX triplet: E0, 1B and AA. RGB value is (224,27,170). Sum of RGB (Red+Green+Blue) = 224+27+170=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01BAA is #1FE455. Grayscale: #656565. Windows color (decimal): -2090070 or 11148256. OLE color: 11148256.
HSL color Cylindrical-coordinate representation of color #E01BAA: hue angle of 316.45º 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 #E01BAA is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 27 | 170 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.12 |
| HSL | 316.45º | 0.78% | 0.49% | - |
| HSV(B) | 316.45º | 0.88% | 0.88% | - |
| XYZ | 38.39 | 19.53 | 39.78 | - |
| YUV | 102.21 | 166.27 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 27 | 170 | 0 | 0.88 | 0.24 | 0.12 | 316.45 | 0.78 | 0.49 |
| Hex | E0 | 1B | AA | 0 | 58 | 18 | C | 13C | 4E | 31 |
| Octal | 340 | 33 | 252 | 0 | 130 | 30 | 14 | 474 | 116 | 61 |
| Binary | 11100000 | 11011 | 10101010 | 0 | 1011000 | 11000 | 1100 | 100111100 | 1001110 | 110001 |
Color Harmonies of #E01BAA
Complementary color
Monochromatic Colors of #E01BAA
Black with #E01BAA
Text Example
Text Example
White with #E01BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01BAA; }
p { color: rgb(224,27,170); }
H1.HeaderClassName
{
color: #E01BAA;
}
.AnyTagClassName
{
color: #E01BAA;
}
</style>
background-color css
<style>
a { background-color: #E01BAA; }
a { background-color: rgb(224,27,170); }
div.DivClassName
{
background-color: #E01BAA;
}
.BgClassName
{
background-color: #E01BAA;
}
</style>
border-color css
<style>
span { border-color: #E01BAA; }
span { border-color: rgb(224,27,170); }
td.TdClassName
{
border-color: #E01BAA;
}
.TagClassName
{
border-color: #E01BAA;
}
</style>