Shades of Spicy Pink #EA17A2
Tints of Spicy Pink #EA17A2
RGB
CMYK
RGB Variations
Color information
#EA17A2 (or 0xEA17A2) is known color: Spicy Pink. HEX triplet: EA, 17 and A2. RGB value is (234,23,162). Sum of RGB (Red+Green+Blue) = 234+23+162=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA17A2 is #15E85D. Grayscale: #656565. Windows color (decimal): -1435742 or 10622954. OLE color: 10622954.
HSL color Cylindrical-coordinate representation of color #EA17A2: hue angle of 320.47º 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 #EA17A2 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 162 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.08 |
| HSL | 320.47º | 0.83% | 0.5% | - |
| HSV(B) | 320.47º | 0.9% | 0.92% | - |
| XYZ | 40.76 | 20.71 | 36.03 | - |
| YUV | 101.94 | 161.9 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 162 | 0 | 0.90 | 0.31 | 0.08 | 320.47 | 0.83 | 0.5 |
| Hex | EA | 17 | A2 | 0 | 5A | 1F | 8 | 140 | 53 | 32 |
| Octal | 352 | 27 | 242 | 0 | 132 | 37 | 10 | 500 | 123 | 62 |
| Binary | 11101010 | 10111 | 10100010 | 0 | 1011010 | 11111 | 1000 | 101000000 | 1010011 | 110010 |
Color Harmonies of #EA17A2
Complementary color
Monochromatic Colors of #EA17A2
Black with #EA17A2
Text Example
Text Example
White with #EA17A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17A2; }
p { color: rgb(234,23,162); }
H1.HeaderClassName
{
color: #EA17A2;
}
.AnyTagClassName
{
color: #EA17A2;
}
</style>
background-color css
<style>
a { background-color: #EA17A2; }
a { background-color: rgb(234,23,162); }
div.DivClassName
{
background-color: #EA17A2;
}
.BgClassName
{
background-color: #EA17A2;
}
</style>
border-color css
<style>
span { border-color: #EA17A2; }
span { border-color: rgb(234,23,162); }
td.TdClassName
{
border-color: #EA17A2;
}
.TagClassName
{
border-color: #EA17A2;
}
</style>