Shades of Spicy Pink #E31BAB
Tints of Spicy Pink #E31BAB
RGB
CMYK
RGB Variations
Color information
#E31BAB (or 0xE31BAB) is known color: Spicy Pink. HEX triplet: E3, 1B and AB. RGB value is (227,27,171). Sum of RGB (Red+Green+Blue) = 227+27+171=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31BAB is #1CE454. Grayscale: #666666. Windows color (decimal): -1893461 or 11213795. OLE color: 11213795.
HSL color Cylindrical-coordinate representation of color #E31BAB: hue angle of 316.8º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BAB is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 171 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.11 |
| HSL | 316.8º | 0.79% | 0.5% | - |
| HSV(B) | 316.8º | 0.88% | 0.89% | - |
| XYZ | 39.42 | 20.06 | 40.32 | - |
| YUV | 103.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 171 | 0 | 0.88 | 0.25 | 0.11 | 316.8 | 0.79 | 0.5 |
| Hex | E3 | 1B | AB | 0 | 58 | 19 | B | 13D | 4F | 32 |
| Octal | 343 | 33 | 253 | 0 | 130 | 31 | 13 | 475 | 117 | 62 |
| Binary | 11100011 | 11011 | 10101011 | 0 | 1011000 | 11001 | 1011 | 100111101 | 1001111 | 110010 |
Color Harmonies of #E31BAB
Complementary color
Monochromatic Colors of #E31BAB
Black with #E31BAB
Text Example
Text Example
White with #E31BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BAB; }
p { color: rgb(227,27,171); }
H1.HeaderClassName
{
color: #E31BAB;
}
.AnyTagClassName
{
color: #E31BAB;
}
</style>
background-color css
<style>
a { background-color: #E31BAB; }
a { background-color: rgb(227,27,171); }
div.DivClassName
{
background-color: #E31BAB;
}
.BgClassName
{
background-color: #E31BAB;
}
</style>
border-color css
<style>
span { border-color: #E31BAB; }
span { border-color: rgb(227,27,171); }
td.TdClassName
{
border-color: #E31BAB;
}
.TagClassName
{
border-color: #E31BAB;
}
</style>