Shades of Spicy Pink #EB15A8
Tints of Spicy Pink #EB15A8
RGB
CMYK
RGB Variations
Color information
#EB15A8 (or 0xEB15A8) is known color: Spicy Pink. HEX triplet: EB, 15 and A8. RGB value is (235,21,168). Sum of RGB (Red+Green+Blue) = 235+21+168=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15A8 is #14EA57. Grayscale: #656565. Windows color (decimal): -1370712 or 11015659. OLE color: 11015659.
HSL color Cylindrical-coordinate representation of color #EB15A8: hue angle of 318.79º 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 #EB15A8 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 168 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.08 |
| HSL | 318.79º | 0.84% | 0.5% | - |
| HSV(B) | 318.79º | 0.91% | 0.92% | - |
| XYZ | 41.6 | 21.03 | 38.91 | - |
| YUV | 101.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 168 | 0 | 0.91 | 0.29 | 0.08 | 318.79 | 0.84 | 0.5 |
| Hex | EB | 15 | A8 | 0 | 5B | 1D | 8 | 13F | 54 | 32 |
| Octal | 353 | 25 | 250 | 0 | 133 | 35 | 10 | 477 | 124 | 62 |
| Binary | 11101011 | 10101 | 10101000 | 0 | 1011011 | 11101 | 1000 | 100111111 | 1010100 | 110010 |
Color Harmonies of #EB15A8
Complementary color
Monochromatic Colors of #EB15A8
Black with #EB15A8
Text Example
Text Example
White with #EB15A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15A8; }
p { color: rgb(235,21,168); }
H1.HeaderClassName
{
color: #EB15A8;
}
.AnyTagClassName
{
color: #EB15A8;
}
</style>
background-color css
<style>
a { background-color: #EB15A8; }
a { background-color: rgb(235,21,168); }
div.DivClassName
{
background-color: #EB15A8;
}
.BgClassName
{
background-color: #EB15A8;
}
</style>
border-color css
<style>
span { border-color: #EB15A8; }
span { border-color: rgb(235,21,168); }
td.TdClassName
{
border-color: #EB15A8;
}
.TagClassName
{
border-color: #EB15A8;
}
</style>