Shades of Spicy Pink #ED16A8
Tints of Spicy Pink #ED16A8
RGB
CMYK
RGB Variations
Color information
#ED16A8 (or 0xED16A8) is known color: Spicy Pink. HEX triplet: ED, 16 and A8. RGB value is (237,22,168). Sum of RGB (Red+Green+Blue) = 237+22+168=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16A8 is #12E957. Grayscale: #666666. Windows color (decimal): -1239384 or 11015917. OLE color: 11015917.
HSL color Cylindrical-coordinate representation of color #ED16A8: hue angle of 319.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16A8 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 168 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.07 |
| HSL | 319.26º | 0.86% | 0.51% | - |
| HSV(B) | 319.26º | 0.91% | 0.93% | - |
| XYZ | 42.28 | 21.41 | 38.95 | - |
| YUV | 102.93 | 164.73 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 168 | 0 | 0.91 | 0.29 | 0.07 | 319.26 | 0.86 | 0.51 |
| Hex | ED | 16 | A8 | 0 | 5B | 1D | 7 | 13F | 56 | 33 |
| Octal | 355 | 26 | 250 | 0 | 133 | 35 | 7 | 477 | 126 | 63 |
| Binary | 11101101 | 10110 | 10101000 | 0 | 1011011 | 11101 | 111 | 100111111 | 1010110 | 110011 |
Color Harmonies of #ED16A8
Complementary color
Monochromatic Colors of #ED16A8
Black with #ED16A8
Text Example
Text Example
White with #ED16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16A8; }
p { color: rgb(237,22,168); }
H1.HeaderClassName
{
color: #ED16A8;
}
.AnyTagClassName
{
color: #ED16A8;
}
</style>
background-color css
<style>
a { background-color: #ED16A8; }
a { background-color: rgb(237,22,168); }
div.DivClassName
{
background-color: #ED16A8;
}
.BgClassName
{
background-color: #ED16A8;
}
</style>
border-color css
<style>
span { border-color: #ED16A8; }
span { border-color: rgb(237,22,168); }
td.TdClassName
{
border-color: #ED16A8;
}
.TagClassName
{
border-color: #ED16A8;
}
</style>