Shades of Spicy Pink #EA19B0
Tints of Spicy Pink #EA19B0
RGB
CMYK
RGB Variations
Color information
#EA19B0 (or 0xEA19B0) is known color: Spicy Pink. HEX triplet: EA, 19 and B0. RGB value is (234,25,176). Sum of RGB (Red+Green+Blue) = 234+25+176=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA19B0 is #15E64F. Grayscale: #686868. Windows color (decimal): -1435216 or 11540970. OLE color: 11540970.
HSL color Cylindrical-coordinate representation of color #EA19B0: hue angle of 316.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19B0 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 176 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.08 |
| HSL | 316.65º | 0.83% | 0.51% | - |
| HSV(B) | 316.65º | 0.89% | 0.92% | - |
| XYZ | 42.12 | 21.32 | 42.97 | - |
| YUV | 104.71 | 168.24 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 176 | 0 | 0.89 | 0.25 | 0.08 | 316.65 | 0.83 | 0.51 |
| Hex | EA | 19 | B0 | 0 | 59 | 19 | 8 | 13D | 53 | 33 |
| Octal | 352 | 31 | 260 | 0 | 131 | 31 | 10 | 475 | 123 | 63 |
| Binary | 11101010 | 11001 | 10110000 | 0 | 1011001 | 11001 | 1000 | 100111101 | 1010011 | 110011 |
Color Harmonies of #EA19B0
Complementary color
Monochromatic Colors of #EA19B0
Black with #EA19B0
Text Example
Text Example
White with #EA19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19B0; }
p { color: rgb(234,25,176); }
H1.HeaderClassName
{
color: #EA19B0;
}
.AnyTagClassName
{
color: #EA19B0;
}
</style>
background-color css
<style>
a { background-color: #EA19B0; }
a { background-color: rgb(234,25,176); }
div.DivClassName
{
background-color: #EA19B0;
}
.BgClassName
{
background-color: #EA19B0;
}
</style>
border-color css
<style>
span { border-color: #EA19B0; }
span { border-color: rgb(234,25,176); }
td.TdClassName
{
border-color: #EA19B0;
}
.TagClassName
{
border-color: #EA19B0;
}
</style>