Shades of Spicy Pink #EA21A9
Tints of Spicy Pink #EA21A9
RGB
CMYK
RGB Variations
Color information
#EA21A9 (or 0xEA21A9) is known color: Spicy Pink. HEX triplet: EA, 21 and A9. RGB value is (234,33,169). Sum of RGB (Red+Green+Blue) = 234+33+169=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA21A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA21A9 is #15DE56. Grayscale: #6C6C6C. Windows color (decimal): -1433175 or 11084266. OLE color: 11084266.
HSL color Cylindrical-coordinate representation of color #EA21A9: hue angle of 319.4º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA21A9 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 169 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.08 |
| HSL | 319.4º | 0.83% | 0.52% | - |
| HSV(B) | 319.4º | 0.86% | 0.92% | - |
| XYZ | 41.64 | 21.44 | 39.48 | - |
| YUV | 108.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 169 | 0 | 0.86 | 0.28 | 0.08 | 319.4 | 0.83 | 0.52 |
| Hex | EA | 21 | A9 | 0 | 56 | 1C | 8 | 13F | 53 | 34 |
| Octal | 352 | 41 | 251 | 0 | 126 | 34 | 10 | 477 | 123 | 64 |
| Binary | 11101010 | 100001 | 10101001 | 0 | 1010110 | 11100 | 1000 | 100111111 | 1010011 | 110100 |
Color Harmonies of #EA21A9
Complementary color
Monochromatic Colors of #EA21A9
Black with #EA21A9
Text Example
Text Example
White with #EA21A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA21A9; }
p { color: rgb(234,33,169); }
H1.HeaderClassName
{
color: #EA21A9;
}
.AnyTagClassName
{
color: #EA21A9;
}
</style>
background-color css
<style>
a { background-color: #EA21A9; }
a { background-color: rgb(234,33,169); }
div.DivClassName
{
background-color: #EA21A9;
}
.BgClassName
{
background-color: #EA21A9;
}
</style>
border-color css
<style>
span { border-color: #EA21A9; }
span { border-color: rgb(234,33,169); }
td.TdClassName
{
border-color: #EA21A9;
}
.TagClassName
{
border-color: #EA21A9;
}
</style>