Shades of Spicy Pink #EA17A9
Tints of Spicy Pink #EA17A9
RGB
CMYK
RGB Variations
Color information
#EA17A9 (or 0xEA17A9) is known color: Spicy Pink. HEX triplet: EA, 17 and A9. RGB value is (234,23,169). Sum of RGB (Red+Green+Blue) = 234+23+169=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA17A9 is #15E856. Grayscale: #666666. Windows color (decimal): -1435735 or 11081706. OLE color: 11081706.
HSL color Cylindrical-coordinate representation of color #EA17A9: hue angle of 318.48º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17A9 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 169 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.08 |
| HSL | 318.48º | 0.83% | 0.5% | - |
| HSV(B) | 318.48º | 0.9% | 0.92% | - |
| XYZ | 41.4 | 20.97 | 39.4 | - |
| YUV | 102.73 | 165.4 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 169 | 0 | 0.90 | 0.28 | 0.08 | 318.48 | 0.83 | 0.5 |
| Hex | EA | 17 | A9 | 0 | 5A | 1C | 8 | 13E | 53 | 32 |
| Octal | 352 | 27 | 251 | 0 | 132 | 34 | 10 | 476 | 123 | 62 |
| Binary | 11101010 | 10111 | 10101001 | 0 | 1011010 | 11100 | 1000 | 100111110 | 1010011 | 110010 |
Color Harmonies of #EA17A9
Complementary color
Monochromatic Colors of #EA17A9
Black with #EA17A9
Text Example
Text Example
White with #EA17A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17A9; }
p { color: rgb(234,23,169); }
H1.HeaderClassName
{
color: #EA17A9;
}
.AnyTagClassName
{
color: #EA17A9;
}
</style>
background-color css
<style>
a { background-color: #EA17A9; }
a { background-color: rgb(234,23,169); }
div.DivClassName
{
background-color: #EA17A9;
}
.BgClassName
{
background-color: #EA17A9;
}
</style>
border-color css
<style>
span { border-color: #EA17A9; }
span { border-color: rgb(234,23,169); }
td.TdClassName
{
border-color: #EA17A9;
}
.TagClassName
{
border-color: #EA17A9;
}
</style>