Shades of Spicy Pink #EA18AB
Tints of Spicy Pink #EA18AB
RGB
CMYK
RGB Variations
Color information
#EA18AB (or 0xEA18AB) is known color: Spicy Pink. HEX triplet: EA, 18 and AB. RGB value is (234,24,171). Sum of RGB (Red+Green+Blue) = 234+24+171=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA18AB is #15E754. Grayscale: #676767. Windows color (decimal): -1435477 or 11213034. OLE color: 11213034.
HSL color Cylindrical-coordinate representation of color #EA18AB: hue angle of 318º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18AB is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.08 |
| HSL | 318º | 0.83% | 0.51% | - |
| HSV(B) | 318º | 0.9% | 0.92% | - |
| XYZ | 41.61 | 21.09 | 40.41 | - |
| YUV | 103.55 | 166.07 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 171 | 0 | 0.90 | 0.27 | 0.08 | 318 | 0.83 | 0.51 |
| Hex | EA | 18 | AB | 0 | 5A | 1B | 8 | 13E | 53 | 33 |
| Octal | 352 | 30 | 253 | 0 | 132 | 33 | 10 | 476 | 123 | 63 |
| Binary | 11101010 | 11000 | 10101011 | 0 | 1011010 | 11011 | 1000 | 100111110 | 1010011 | 110011 |
Color Harmonies of #EA18AB
Complementary color
Monochromatic Colors of #EA18AB
Black with #EA18AB
Text Example
Text Example
White with #EA18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18AB; }
p { color: rgb(234,24,171); }
H1.HeaderClassName
{
color: #EA18AB;
}
.AnyTagClassName
{
color: #EA18AB;
}
</style>
background-color css
<style>
a { background-color: #EA18AB; }
a { background-color: rgb(234,24,171); }
div.DivClassName
{
background-color: #EA18AB;
}
.BgClassName
{
background-color: #EA18AB;
}
</style>
border-color css
<style>
span { border-color: #EA18AB; }
span { border-color: rgb(234,24,171); }
td.TdClassName
{
border-color: #EA18AB;
}
.TagClassName
{
border-color: #EA18AB;
}
</style>