Shades of Shocking Pink #E91DBE
Tints of Shocking Pink #E91DBE
RGB
CMYK
RGB Variations
Color information
#E91DBE (or 0xE91DBE) is known color: Shocking Pink. HEX triplet: E9, 1D and BE. RGB value is (233,29,190). Sum of RGB (Red+Green+Blue) = 233+29+190=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DBE is #16E241. Grayscale: #6B6B6B. Windows color (decimal): -1499714 or 12459497. OLE color: 12459497.
HSL color Cylindrical-coordinate representation of color #E91DBE: hue angle of 312.65º 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 #E91DBE is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 190 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.09 |
| HSL | 312.65º | 0.82% | 0.51% | - |
| HSV(B) | 312.65º | 0.88% | 0.91% | - |
| XYZ | 43.34 | 21.92 | 50.66 | - |
| YUV | 108.35 | 174.09 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 190 | 0 | 0.88 | 0.18 | 0.09 | 312.65 | 0.82 | 0.51 |
| Hex | E9 | 1D | BE | 0 | 58 | 12 | 9 | 139 | 52 | 33 |
| Octal | 351 | 35 | 276 | 0 | 130 | 22 | 11 | 471 | 122 | 63 |
| Binary | 11101001 | 11101 | 10111110 | 0 | 1011000 | 10010 | 1001 | 100111001 | 1010010 | 110011 |
Color Harmonies of #E91DBE
Complementary color
Monochromatic Colors of #E91DBE
Black with #E91DBE
Text Example
Text Example
White with #E91DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DBE; }
p { color: rgb(233,29,190); }
H1.HeaderClassName
{
color: #E91DBE;
}
.AnyTagClassName
{
color: #E91DBE;
}
</style>
background-color css
<style>
a { background-color: #E91DBE; }
a { background-color: rgb(233,29,190); }
div.DivClassName
{
background-color: #E91DBE;
}
.BgClassName
{
background-color: #E91DBE;
}
</style>
border-color css
<style>
span { border-color: #E91DBE; }
span { border-color: rgb(233,29,190); }
td.TdClassName
{
border-color: #E91DBE;
}
.TagClassName
{
border-color: #E91DBE;
}
</style>