Shades of Spicy Pink #EB18A8
Tints of Spicy Pink #EB18A8
RGB
CMYK
RGB Variations
Color information
#EB18A8 (or 0xEB18A8) is known color: Spicy Pink. HEX triplet: EB, 18 and A8. RGB value is (235,24,168). Sum of RGB (Red+Green+Blue) = 235+24+168=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB18A8 is #14E757. Grayscale: #676767. Windows color (decimal): -1369944 or 11016427. OLE color: 11016427.
HSL color Cylindrical-coordinate representation of color #EB18A8: hue angle of 319.05º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18A8 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 168 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.08 |
| HSL | 319.05º | 0.84% | 0.51% | - |
| HSV(B) | 319.05º | 0.9% | 0.92% | - |
| XYZ | 41.66 | 21.14 | 38.93 | - |
| YUV | 103.51 | 164.4 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 168 | 0 | 0.90 | 0.29 | 0.08 | 319.05 | 0.84 | 0.51 |
| Hex | EB | 18 | A8 | 0 | 5A | 1D | 8 | 13F | 54 | 33 |
| Octal | 353 | 30 | 250 | 0 | 132 | 35 | 10 | 477 | 124 | 63 |
| Binary | 11101011 | 11000 | 10101000 | 0 | 1011010 | 11101 | 1000 | 100111111 | 1010100 | 110011 |
Color Harmonies of #EB18A8
Complementary color
Monochromatic Colors of #EB18A8
Black with #EB18A8
Text Example
Text Example
White with #EB18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18A8; }
p { color: rgb(235,24,168); }
H1.HeaderClassName
{
color: #EB18A8;
}
.AnyTagClassName
{
color: #EB18A8;
}
</style>
background-color css
<style>
a { background-color: #EB18A8; }
a { background-color: rgb(235,24,168); }
div.DivClassName
{
background-color: #EB18A8;
}
.BgClassName
{
background-color: #EB18A8;
}
</style>
border-color css
<style>
span { border-color: #EB18A8; }
span { border-color: rgb(235,24,168); }
td.TdClassName
{
border-color: #EB18A8;
}
.TagClassName
{
border-color: #EB18A8;
}
</style>