Shades of Spicy Pink #EA1BA9
Tints of Spicy Pink #EA1BA9
RGB
CMYK
RGB Variations
Color information
#EA1BA9 (or 0xEA1BA9) is known color: Spicy Pink. HEX triplet: EA, 1B and A9. RGB value is (234,27,169). Sum of RGB (Red+Green+Blue) = 234+27+169=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1BA9 is #15E456. Grayscale: #686868. Windows color (decimal): -1434711 or 11082730. OLE color: 11082730.
HSL color Cylindrical-coordinate representation of color #EA1BA9: hue angle of 318.84º 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 #EA1BA9 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 27 | 169 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.08 |
| HSL | 318.84º | 0.83% | 0.51% | - |
| HSV(B) | 318.84º | 0.88% | 0.92% | - |
| XYZ | 41.49 | 21.14 | 39.43 | - |
| YUV | 105.08 | 164.08 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 27 | 169 | 0 | 0.88 | 0.28 | 0.08 | 318.84 | 0.83 | 0.51 |
| Hex | EA | 1B | A9 | 0 | 58 | 1C | 8 | 13F | 53 | 33 |
| Octal | 352 | 33 | 251 | 0 | 130 | 34 | 10 | 477 | 123 | 63 |
| Binary | 11101010 | 11011 | 10101001 | 0 | 1011000 | 11100 | 1000 | 100111111 | 1010011 | 110011 |
Color Harmonies of #EA1BA9
Complementary color
Monochromatic Colors of #EA1BA9
Black with #EA1BA9
Text Example
Text Example
White with #EA1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1BA9; }
p { color: rgb(234,27,169); }
H1.HeaderClassName
{
color: #EA1BA9;
}
.AnyTagClassName
{
color: #EA1BA9;
}
</style>
background-color css
<style>
a { background-color: #EA1BA9; }
a { background-color: rgb(234,27,169); }
div.DivClassName
{
background-color: #EA1BA9;
}
.BgClassName
{
background-color: #EA1BA9;
}
</style>
border-color css
<style>
span { border-color: #EA1BA9; }
span { border-color: rgb(234,27,169); }
td.TdClassName
{
border-color: #EA1BA9;
}
.TagClassName
{
border-color: #EA1BA9;
}
</style>