Shades of Spicy Pink #E91DB4
Tints of Spicy Pink #E91DB4
RGB
CMYK
RGB Variations
Color information
#E91DB4 (or 0xE91DB4) is known color: Spicy Pink. HEX triplet: E9, 1D and B4. RGB value is (233,29,180). Sum of RGB (Red+Green+Blue) = 233+29+180=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DB4 is #16E24B. Grayscale: #6A6A6A. Windows color (decimal): -1499724 or 11804137. OLE color: 11804137.
HSL color Cylindrical-coordinate representation of color #E91DB4: hue angle of 315.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DB4 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 180 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.09 |
| HSL | 315.59º | 0.82% | 0.51% | - |
| HSV(B) | 315.59º | 0.88% | 0.91% | - |
| XYZ | 42.28 | 21.5 | 45.1 | - |
| YUV | 107.21 | 169.09 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 180 | 0 | 0.88 | 0.23 | 0.09 | 315.59 | 0.82 | 0.51 |
| Hex | E9 | 1D | B4 | 0 | 58 | 17 | 9 | 13C | 52 | 33 |
| Octal | 351 | 35 | 264 | 0 | 130 | 27 | 11 | 474 | 122 | 63 |
| Binary | 11101001 | 11101 | 10110100 | 0 | 1011000 | 10111 | 1001 | 100111100 | 1010010 | 110011 |
Color Harmonies of #E91DB4
Complementary color
Monochromatic Colors of #E91DB4
Black with #E91DB4
Text Example
Text Example
White with #E91DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DB4; }
p { color: rgb(233,29,180); }
H1.HeaderClassName
{
color: #E91DB4;
}
.AnyTagClassName
{
color: #E91DB4;
}
</style>
background-color css
<style>
a { background-color: #E91DB4; }
a { background-color: rgb(233,29,180); }
div.DivClassName
{
background-color: #E91DB4;
}
.BgClassName
{
background-color: #E91DB4;
}
</style>
border-color css
<style>
span { border-color: #E91DB4; }
span { border-color: rgb(233,29,180); }
td.TdClassName
{
border-color: #E91DB4;
}
.TagClassName
{
border-color: #E91DB4;
}
</style>