Shades of Spicy Pink #EB1BA8
Tints of Spicy Pink #EB1BA8
RGB
CMYK
RGB Variations
Color information
#EB1BA8 (or 0xEB1BA8) is known color: Spicy Pink. HEX triplet: EB, 1B and A8. RGB value is (235,27,168). Sum of RGB (Red+Green+Blue) = 235+27+168=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1BA8 is #14E457. Grayscale: #686868. Windows color (decimal): -1369176 or 11017195. OLE color: 11017195.
HSL color Cylindrical-coordinate representation of color #EB1BA8: hue angle of 319.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 27 | 168 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.08 |
| HSL | 319.33º | 0.84% | 0.51% | - |
| HSV(B) | 319.33º | 0.89% | 0.92% | - |
| XYZ | 41.72 | 21.27 | 38.95 | - |
| YUV | 105.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 27 | 168 | 0 | 0.89 | 0.29 | 0.08 | 319.33 | 0.84 | 0.51 |
| Hex | EB | 1B | A8 | 0 | 59 | 1D | 8 | 13F | 54 | 33 |
| Octal | 353 | 33 | 250 | 0 | 131 | 35 | 10 | 477 | 124 | 63 |
| Binary | 11101011 | 11011 | 10101000 | 0 | 1011001 | 11101 | 1000 | 100111111 | 1010100 | 110011 |
Color Harmonies of #EB1BA8
Complementary color
Monochromatic Colors of #EB1BA8
Black with #EB1BA8
Text Example
Text Example
White with #EB1BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1BA8; }
p { color: rgb(235,27,168); }
H1.HeaderClassName
{
color: #EB1BA8;
}
.AnyTagClassName
{
color: #EB1BA8;
}
</style>
background-color css
<style>
a { background-color: #EB1BA8; }
a { background-color: rgb(235,27,168); }
div.DivClassName
{
background-color: #EB1BA8;
}
.BgClassName
{
background-color: #EB1BA8;
}
</style>
border-color css
<style>
span { border-color: #EB1BA8; }
span { border-color: rgb(235,27,168); }
td.TdClassName
{
border-color: #EB1BA8;
}
.TagClassName
{
border-color: #EB1BA8;
}
</style>