Shades of Spicy Pink #EA16AD
Tints of Spicy Pink #EA16AD
RGB
CMYK
RGB Variations
Color information
#EA16AD (or 0xEA16AD) is known color: Spicy Pink. HEX triplet: EA, 16 and AD. RGB value is (234,22,173). Sum of RGB (Red+Green+Blue) = 234+22+173=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA16AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA16AD is #15E952. Grayscale: #666666. Windows color (decimal): -1435987 or 11343594. OLE color: 11343594.
HSL color Cylindrical-coordinate representation of color #EA16AD: hue angle of 317.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA16AD is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 173 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.08 |
| HSL | 317.26º | 0.83% | 0.5% | - |
| HSV(B) | 317.26º | 0.91% | 0.92% | - |
| XYZ | 41.76 | 21.08 | 41.4 | - |
| YUV | 102.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 173 | 0 | 0.91 | 0.26 | 0.08 | 317.26 | 0.83 | 0.5 |
| Hex | EA | 16 | AD | 0 | 5B | 1A | 8 | 13D | 53 | 32 |
| Octal | 352 | 26 | 255 | 0 | 133 | 32 | 10 | 475 | 123 | 62 |
| Binary | 11101010 | 10110 | 10101101 | 0 | 1011011 | 11010 | 1000 | 100111101 | 1010011 | 110010 |
Color Harmonies of #EA16AD
Complementary color
Monochromatic Colors of #EA16AD
Black with #EA16AD
Text Example
Text Example
White with #EA16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA16AD; }
p { color: rgb(234,22,173); }
H1.HeaderClassName
{
color: #EA16AD;
}
.AnyTagClassName
{
color: #EA16AD;
}
</style>
background-color css
<style>
a { background-color: #EA16AD; }
a { background-color: rgb(234,22,173); }
div.DivClassName
{
background-color: #EA16AD;
}
.BgClassName
{
background-color: #EA16AD;
}
</style>
border-color css
<style>
span { border-color: #EA16AD; }
span { border-color: rgb(234,22,173); }
td.TdClassName
{
border-color: #EA16AD;
}
.TagClassName
{
border-color: #EA16AD;
}
</style>