Shades of Spicy Pink #EB18A1
Tints of Spicy Pink #EB18A1
RGB
CMYK
RGB Variations
Color information
#EB18A1 (or 0xEB18A1) is known color: Spicy Pink. HEX triplet: EB, 18 and A1. RGB value is (235,24,161). Sum of RGB (Red+Green+Blue) = 235+24+161=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB18A1 is #14E75E. Grayscale: #666666. Windows color (decimal): -1369951 or 10557675. OLE color: 10557675.
HSL color Cylindrical-coordinate representation of color #EB18A1: hue angle of 321.04º 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 #EB18A1 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 161 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.08 |
| HSL | 321.04º | 0.84% | 0.51% | - |
| HSV(B) | 321.04º | 0.9% | 0.92% | - |
| XYZ | 41.02 | 20.89 | 35.59 | - |
| YUV | 102.71 | 160.9 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 161 | 0 | 0.90 | 0.31 | 0.08 | 321.04 | 0.84 | 0.51 |
| Hex | EB | 18 | A1 | 0 | 5A | 1F | 8 | 141 | 54 | 33 |
| Octal | 353 | 30 | 241 | 0 | 132 | 37 | 10 | 501 | 124 | 63 |
| Binary | 11101011 | 11000 | 10100001 | 0 | 1011010 | 11111 | 1000 | 101000001 | 1010100 | 110011 |
Color Harmonies of #EB18A1
Complementary color
Monochromatic Colors of #EB18A1
Black with #EB18A1
Text Example
Text Example
White with #EB18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18A1; }
p { color: rgb(235,24,161); }
H1.HeaderClassName
{
color: #EB18A1;
}
.AnyTagClassName
{
color: #EB18A1;
}
</style>
background-color css
<style>
a { background-color: #EB18A1; }
a { background-color: rgb(235,24,161); }
div.DivClassName
{
background-color: #EB18A1;
}
.BgClassName
{
background-color: #EB18A1;
}
</style>
border-color css
<style>
span { border-color: #EB18A1; }
span { border-color: rgb(235,24,161); }
td.TdClassName
{
border-color: #EB18A1;
}
.TagClassName
{
border-color: #EB18A1;
}
</style>