Shades of Deep Pink #E91E8C
Tints of Deep Pink #E91E8C
RGB
CMYK
RGB Variations
Color information
#E91E8C (or 0xE91E8C) is known color: Deep Pink. HEX triplet: E9, 1E and 8C. RGB value is (233,30,140). Sum of RGB (Red+Green+Blue) = 233+30+140=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E91E8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91E8C is #16E173. Grayscale: #676767. Windows color (decimal): -1499508 or 9182953. OLE color: 9182953.
HSL color Cylindrical-coordinate representation of color #E91E8C: hue angle of 327.49º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91E8C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 140 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.09 |
| HSL | 327.49º | 0.82% | 0.52% | - |
| HSV(B) | 327.49º | 0.87% | 0.91% | - |
| XYZ | 38.8 | 20.15 | 26.65 | - |
| YUV | 103.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 140 | 0 | 0.87 | 0.40 | 0.09 | 327.49 | 0.82 | 0.52 |
| Hex | E9 | 1E | 8C | 0 | 57 | 28 | 9 | 147 | 52 | 34 |
| Octal | 351 | 36 | 214 | 0 | 127 | 50 | 11 | 507 | 122 | 64 |
| Binary | 11101001 | 11110 | 10001100 | 0 | 1010111 | 101000 | 1001 | 101000111 | 1010010 | 110100 |
Color Harmonies of #E91E8C
Complementary color
Monochromatic Colors of #E91E8C
Black with #E91E8C
Text Example
Text Example
White with #E91E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91E8C; }
p { color: rgb(233,30,140); }
H1.HeaderClassName
{
color: #E91E8C;
}
.AnyTagClassName
{
color: #E91E8C;
}
</style>
background-color css
<style>
a { background-color: #E91E8C; }
a { background-color: rgb(233,30,140); }
div.DivClassName
{
background-color: #E91E8C;
}
.BgClassName
{
background-color: #E91E8C;
}
</style>
border-color css
<style>
span { border-color: #E91E8C; }
span { border-color: rgb(233,30,140); }
td.TdClassName
{
border-color: #E91E8C;
}
.TagClassName
{
border-color: #E91E8C;
}
</style>