Shades of Spicy Pink #EB16B0
Tints of Spicy Pink #EB16B0
RGB
CMYK
RGB Variations
Color information
#EB16B0 (or 0xEB16B0) is known color: Spicy Pink. HEX triplet: EB, 16 and B0. RGB value is (235,22,176). Sum of RGB (Red+Green+Blue) = 235+22+176=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB16B0 is #14E94F. Grayscale: #666666. Windows color (decimal): -1370448 or 11540203. OLE color: 11540203.
HSL color Cylindrical-coordinate representation of color #EB16B0: hue angle of 316.62º degrees, saturation: 0.84, 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 #EB16B0 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 176 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.08 |
| HSL | 316.62º | 0.84% | 0.5% | - |
| HSV(B) | 316.62º | 0.91% | 0.92% | - |
| XYZ | 42.38 | 21.37 | 42.97 | - |
| YUV | 103.24 | 169.07 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 176 | 0 | 0.91 | 0.25 | 0.08 | 316.62 | 0.84 | 0.5 |
| Hex | EB | 16 | B0 | 0 | 5B | 19 | 8 | 13D | 54 | 32 |
| Octal | 353 | 26 | 260 | 0 | 133 | 31 | 10 | 475 | 124 | 62 |
| Binary | 11101011 | 10110 | 10110000 | 0 | 1011011 | 11001 | 1000 | 100111101 | 1010100 | 110010 |
Color Harmonies of #EB16B0
Complementary color
Monochromatic Colors of #EB16B0
Black with #EB16B0
Text Example
Text Example
White with #EB16B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16B0; }
p { color: rgb(235,22,176); }
H1.HeaderClassName
{
color: #EB16B0;
}
.AnyTagClassName
{
color: #EB16B0;
}
</style>
background-color css
<style>
a { background-color: #EB16B0; }
a { background-color: rgb(235,22,176); }
div.DivClassName
{
background-color: #EB16B0;
}
.BgClassName
{
background-color: #EB16B0;
}
</style>
border-color css
<style>
span { border-color: #EB16B0; }
span { border-color: rgb(235,22,176); }
td.TdClassName
{
border-color: #EB16B0;
}
.TagClassName
{
border-color: #EB16B0;
}
</style>