Shades of Spicy Pink #EA17AD
Tints of Spicy Pink #EA17AD
RGB
CMYK
RGB Variations
Color information
#EA17AD (or 0xEA17AD) is known color: Spicy Pink. HEX triplet: EA, 17 and AD. RGB value is (234,23,173). Sum of RGB (Red+Green+Blue) = 234+23+173=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA17AD is #15E852. Grayscale: #666666. Windows color (decimal): -1435731 or 11343850. OLE color: 11343850.
HSL color Cylindrical-coordinate representation of color #EA17AD: hue angle of 317.35º 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 #EA17AD is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 173 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.08 |
| HSL | 317.35º | 0.83% | 0.5% | - |
| HSV(B) | 317.35º | 0.9% | 0.92% | - |
| XYZ | 41.78 | 21.12 | 41.41 | - |
| YUV | 103.19 | 167.4 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 173 | 0 | 0.90 | 0.26 | 0.08 | 317.35 | 0.83 | 0.5 |
| Hex | EA | 17 | AD | 0 | 5A | 1A | 8 | 13D | 53 | 32 |
| Octal | 352 | 27 | 255 | 0 | 132 | 32 | 10 | 475 | 123 | 62 |
| Binary | 11101010 | 10111 | 10101101 | 0 | 1011010 | 11010 | 1000 | 100111101 | 1010011 | 110010 |
Color Harmonies of #EA17AD
Complementary color
Monochromatic Colors of #EA17AD
Black with #EA17AD
Text Example
Text Example
White with #EA17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17AD; }
p { color: rgb(234,23,173); }
H1.HeaderClassName
{
color: #EA17AD;
}
.AnyTagClassName
{
color: #EA17AD;
}
</style>
background-color css
<style>
a { background-color: #EA17AD; }
a { background-color: rgb(234,23,173); }
div.DivClassName
{
background-color: #EA17AD;
}
.BgClassName
{
background-color: #EA17AD;
}
</style>
border-color css
<style>
span { border-color: #EA17AD; }
span { border-color: rgb(234,23,173); }
td.TdClassName
{
border-color: #EA17AD;
}
.TagClassName
{
border-color: #EA17AD;
}
</style>