Shades of Spicy Pink #E11DB3
Tints of Spicy Pink #E11DB3
RGB
CMYK
RGB Variations
Color information
#E11DB3 (or 0xE11DB3) is known color: Spicy Pink. HEX triplet: E1, 1D and B3. RGB value is (225,29,179). Sum of RGB (Red+Green+Blue) = 225+29+179=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DB3 is #1EE24C. Grayscale: #686868. Windows color (decimal): -2024013 or 11738593. OLE color: 11738593.
HSL color Cylindrical-coordinate representation of color #E11DB3: hue angle of 314.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DB3 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 179 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.12 |
| HSL | 314.08º | 0.77% | 0.5% | - |
| HSV(B) | 314.08º | 0.87% | 0.88% | - |
| XYZ | 39.63 | 20.14 | 44.45 | - |
| YUV | 104.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 179 | 0 | 0.87 | 0.20 | 0.12 | 314.08 | 0.77 | 0.5 |
| Hex | E1 | 1D | B3 | 0 | 57 | 14 | C | 13A | 4D | 32 |
| Octal | 341 | 35 | 263 | 0 | 127 | 24 | 14 | 472 | 115 | 62 |
| Binary | 11100001 | 11101 | 10110011 | 0 | 1010111 | 10100 | 1100 | 100111010 | 1001101 | 110010 |
Color Harmonies of #E11DB3
Complementary color
Monochromatic Colors of #E11DB3
Black with #E11DB3
Text Example
Text Example
White with #E11DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DB3; }
p { color: rgb(225,29,179); }
H1.HeaderClassName
{
color: #E11DB3;
}
.AnyTagClassName
{
color: #E11DB3;
}
</style>
background-color css
<style>
a { background-color: #E11DB3; }
a { background-color: rgb(225,29,179); }
div.DivClassName
{
background-color: #E11DB3;
}
.BgClassName
{
background-color: #E11DB3;
}
</style>
border-color css
<style>
span { border-color: #E11DB3; }
span { border-color: rgb(225,29,179); }
td.TdClassName
{
border-color: #E11DB3;
}
.TagClassName
{
border-color: #E11DB3;
}
</style>