Shades of Deep Pink #E91D8C
Tints of Deep Pink #E91D8C
RGB
CMYK
RGB Variations
Color information
#E91D8C (or 0xE91D8C) is known color: Deep Pink. HEX triplet: E9, 1D and 8C. RGB value is (233,29,140). Sum of RGB (Red+Green+Blue) = 233+29+140=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91D8C is #16E273. Grayscale: #666666. Windows color (decimal): -1499764 or 9182697. OLE color: 9182697.
HSL color Cylindrical-coordinate representation of color #E91D8C: hue angle of 327.35º 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 #E91D8C is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 140 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.09 |
| HSL | 327.35º | 0.82% | 0.51% | - |
| HSV(B) | 327.35º | 0.88% | 0.91% | - |
| XYZ | 38.78 | 20.1 | 26.65 | - |
| YUV | 102.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 140 | 0 | 0.88 | 0.40 | 0.09 | 327.35 | 0.82 | 0.51 |
| Hex | E9 | 1D | 8C | 0 | 58 | 28 | 9 | 147 | 52 | 33 |
| Octal | 351 | 35 | 214 | 0 | 130 | 50 | 11 | 507 | 122 | 63 |
| Binary | 11101001 | 11101 | 10001100 | 0 | 1011000 | 101000 | 1001 | 101000111 | 1010010 | 110011 |
Color Harmonies of #E91D8C
Complementary color
Monochromatic Colors of #E91D8C
Black with #E91D8C
Text Example
Text Example
White with #E91D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D8C; }
p { color: rgb(233,29,140); }
H1.HeaderClassName
{
color: #E91D8C;
}
.AnyTagClassName
{
color: #E91D8C;
}
</style>
background-color css
<style>
a { background-color: #E91D8C; }
a { background-color: rgb(233,29,140); }
div.DivClassName
{
background-color: #E91D8C;
}
.BgClassName
{
background-color: #E91D8C;
}
</style>
border-color css
<style>
span { border-color: #E91D8C; }
span { border-color: rgb(233,29,140); }
td.TdClassName
{
border-color: #E91D8C;
}
.TagClassName
{
border-color: #E91D8C;
}
</style>