Shades of Spicy Pink #EA1BAB
Tints of Spicy Pink #EA1BAB
RGB
CMYK
RGB Variations
Color information
#EA1BAB (or 0xEA1BAB) is known color: Spicy Pink. HEX triplet: EA, 1B and AB. RGB value is (234,27,171). Sum of RGB (Red+Green+Blue) = 234+27+171=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1BAB is #15E454. Grayscale: #686868. Windows color (decimal): -1434709 or 11213802. OLE color: 11213802.
HSL color Cylindrical-coordinate representation of color #EA1BAB: hue angle of 318.26º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1BAB is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 171 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.08 |
| HSL | 318.26º | 0.83% | 0.51% | - |
| HSV(B) | 318.26º | 0.88% | 0.92% | - |
| XYZ | 41.67 | 21.22 | 40.43 | - |
| YUV | 105.31 | 165.08 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 171 | 0 | 0.88 | 0.27 | 0.08 | 318.26 | 0.83 | 0.51 |
| Hex | EA | 1B | AB | 0 | 58 | 1B | 8 | 13E | 53 | 33 |
| Octal | 352 | 33 | 253 | 0 | 130 | 33 | 10 | 476 | 123 | 63 |
| Binary | 11101010 | 11011 | 10101011 | 0 | 1011000 | 11011 | 1000 | 100111110 | 1010011 | 110011 |
Color Harmonies of #EA1BAB
Complementary color
Monochromatic Colors of #EA1BAB
Black with #EA1BAB
Text Example
Text Example
White with #EA1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BAB; }
p { color: rgb(234,27,171); }
H1.HeaderClassName
{
color: #EA1BAB;
}
.AnyTagClassName
{
color: #EA1BAB;
}
</style>
background-color css
<style>
a { background-color: #EA1BAB; }
a { background-color: rgb(234,27,171); }
div.DivClassName
{
background-color: #EA1BAB;
}
.BgClassName
{
background-color: #EA1BAB;
}
</style>
border-color css
<style>
span { border-color: #EA1BAB; }
span { border-color: rgb(234,27,171); }
td.TdClassName
{
border-color: #EA1BAB;
}
.TagClassName
{
border-color: #EA1BAB;
}
</style>