Shades of Spicy Pink #ED16AB
Tints of Spicy Pink #ED16AB
RGB
CMYK
RGB Variations
Color information
#ED16AB (or 0xED16AB) is known color: Spicy Pink. HEX triplet: ED, 16 and AB. RGB value is (237,22,171). Sum of RGB (Red+Green+Blue) = 237+22+171=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16AB is #12E954. Grayscale: #666666. Windows color (decimal): -1239381 or 11212525. OLE color: 11212525.
HSL color Cylindrical-coordinate representation of color #ED16AB: hue angle of 318.42º 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 #ED16AB is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 171 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.07 |
| HSL | 318.42º | 0.86% | 0.51% | - |
| HSV(B) | 318.42º | 0.91% | 0.93% | - |
| XYZ | 42.56 | 21.52 | 40.44 | - |
| YUV | 103.27 | 166.23 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 171 | 0 | 0.91 | 0.28 | 0.07 | 318.42 | 0.86 | 0.51 |
| Hex | ED | 16 | AB | 0 | 5B | 1C | 7 | 13E | 56 | 33 |
| Octal | 355 | 26 | 253 | 0 | 133 | 34 | 7 | 476 | 126 | 63 |
| Binary | 11101101 | 10110 | 10101011 | 0 | 1011011 | 11100 | 111 | 100111110 | 1010110 | 110011 |
Color Harmonies of #ED16AB
Complementary color
Monochromatic Colors of #ED16AB
Black with #ED16AB
Text Example
Text Example
White with #ED16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16AB; }
p { color: rgb(237,22,171); }
H1.HeaderClassName
{
color: #ED16AB;
}
.AnyTagClassName
{
color: #ED16AB;
}
</style>
background-color css
<style>
a { background-color: #ED16AB; }
a { background-color: rgb(237,22,171); }
div.DivClassName
{
background-color: #ED16AB;
}
.BgClassName
{
background-color: #ED16AB;
}
</style>
border-color css
<style>
span { border-color: #ED16AB; }
span { border-color: rgb(237,22,171); }
td.TdClassName
{
border-color: #ED16AB;
}
.TagClassName
{
border-color: #ED16AB;
}
</style>