Shades of Spicy Pink #EB1DB1
Tints of Spicy Pink #EB1DB1
RGB
CMYK
RGB Variations
Color information
#EB1DB1 (or 0xEB1DB1) is known color: Spicy Pink. HEX triplet: EB, 1D and B1. RGB value is (235,29,177). Sum of RGB (Red+Green+Blue) = 235+29+177=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1DB1 is #14E24E. Grayscale: #6B6B6B. Windows color (decimal): -1368655 or 11607531. OLE color: 11607531.
HSL color Cylindrical-coordinate representation of color #EB1DB1: hue angle of 316.89º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1DB1 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 177 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.08 |
| HSL | 316.89º | 0.84% | 0.52% | - |
| HSV(B) | 316.89º | 0.88% | 0.92% | - |
| XYZ | 42.64 | 21.72 | 43.54 | - |
| YUV | 107.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 177 | 0 | 0.88 | 0.25 | 0.08 | 316.89 | 0.84 | 0.52 |
| Hex | EB | 1D | B1 | 0 | 58 | 19 | 8 | 13D | 54 | 34 |
| Octal | 353 | 35 | 261 | 0 | 130 | 31 | 10 | 475 | 124 | 64 |
| Binary | 11101011 | 11101 | 10110001 | 0 | 1011000 | 11001 | 1000 | 100111101 | 1010100 | 110100 |
Color Harmonies of #EB1DB1
Complementary color
Monochromatic Colors of #EB1DB1
Black with #EB1DB1
Text Example
Text Example
White with #EB1DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1DB1; }
p { color: rgb(235,29,177); }
H1.HeaderClassName
{
color: #EB1DB1;
}
.AnyTagClassName
{
color: #EB1DB1;
}
</style>
background-color css
<style>
a { background-color: #EB1DB1; }
a { background-color: rgb(235,29,177); }
div.DivClassName
{
background-color: #EB1DB1;
}
.BgClassName
{
background-color: #EB1DB1;
}
</style>
border-color css
<style>
span { border-color: #EB1DB1; }
span { border-color: rgb(235,29,177); }
td.TdClassName
{
border-color: #EB1DB1;
}
.TagClassName
{
border-color: #EB1DB1;
}
</style>