Shades of Spicy Pink #E31DAB
Tints of Spicy Pink #E31DAB
RGB
CMYK
RGB Variations
Color information
#E31DAB (or 0xE31DAB) is known color: Spicy Pink. HEX triplet: E3, 1D and AB. RGB value is (227,29,171). Sum of RGB (Red+Green+Blue) = 227+29+171=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31DAB is #1CE254. Grayscale: #686868. Windows color (decimal): -1892949 or 11214307. OLE color: 11214307.
HSL color Cylindrical-coordinate representation of color #E31DAB: hue angle of 316.97º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31DAB is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 171 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.11 |
| HSL | 316.97º | 0.78% | 0.5% | - |
| HSV(B) | 316.97º | 0.87% | 0.89% | - |
| XYZ | 39.47 | 20.15 | 40.34 | - |
| YUV | 104.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 171 | 0 | 0.87 | 0.25 | 0.11 | 316.97 | 0.78 | 0.5 |
| Hex | E3 | 1D | AB | 0 | 57 | 19 | B | 13D | 4E | 32 |
| Octal | 343 | 35 | 253 | 0 | 127 | 31 | 13 | 475 | 116 | 62 |
| Binary | 11100011 | 11101 | 10101011 | 0 | 1010111 | 11001 | 1011 | 100111101 | 1001110 | 110010 |
Color Harmonies of #E31DAB
Complementary color
Monochromatic Colors of #E31DAB
Black with #E31DAB
Text Example
Text Example
White with #E31DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31DAB; }
p { color: rgb(227,29,171); }
H1.HeaderClassName
{
color: #E31DAB;
}
.AnyTagClassName
{
color: #E31DAB;
}
</style>
background-color css
<style>
a { background-color: #E31DAB; }
a { background-color: rgb(227,29,171); }
div.DivClassName
{
background-color: #E31DAB;
}
.BgClassName
{
background-color: #E31DAB;
}
</style>
border-color css
<style>
span { border-color: #E31DAB; }
span { border-color: rgb(227,29,171); }
td.TdClassName
{
border-color: #E31DAB;
}
.TagClassName
{
border-color: #E31DAB;
}
</style>