Shades of Spicy Pink #EA19A3
Tints of Spicy Pink #EA19A3
RGB
CMYK
RGB Variations
Color information
#EA19A3 (or 0xEA19A3) is known color: Spicy Pink. HEX triplet: EA, 19 and A3. RGB value is (234,25,163). Sum of RGB (Red+Green+Blue) = 234+25+163=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA19A3 is #15E65C. Grayscale: #666666. Windows color (decimal): -1435229 or 10689002. OLE color: 10689002.
HSL color Cylindrical-coordinate representation of color #EA19A3: hue angle of 320.38º 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 #EA19A3 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 163 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.08 |
| HSL | 320.38º | 0.83% | 0.51% | - |
| HSV(B) | 320.38º | 0.89% | 0.92% | - |
| XYZ | 40.89 | 20.83 | 36.52 | - |
| YUV | 103.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 163 | 0 | 0.89 | 0.30 | 0.08 | 320.38 | 0.83 | 0.51 |
| Hex | EA | 19 | A3 | 0 | 59 | 1E | 8 | 140 | 53 | 33 |
| Octal | 352 | 31 | 243 | 0 | 131 | 36 | 10 | 500 | 123 | 63 |
| Binary | 11101010 | 11001 | 10100011 | 0 | 1011001 | 11110 | 1000 | 101000000 | 1010011 | 110011 |
Color Harmonies of #EA19A3
Complementary color
Monochromatic Colors of #EA19A3
Black with #EA19A3
Text Example
Text Example
White with #EA19A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19A3; }
p { color: rgb(234,25,163); }
H1.HeaderClassName
{
color: #EA19A3;
}
.AnyTagClassName
{
color: #EA19A3;
}
</style>
background-color css
<style>
a { background-color: #EA19A3; }
a { background-color: rgb(234,25,163); }
div.DivClassName
{
background-color: #EA19A3;
}
.BgClassName
{
background-color: #EA19A3;
}
</style>
border-color css
<style>
span { border-color: #EA19A3; }
span { border-color: rgb(234,25,163); }
td.TdClassName
{
border-color: #EA19A3;
}
.TagClassName
{
border-color: #EA19A3;
}
</style>