Shades of Shocking Pink #E91DC0
Tints of Shocking Pink #E91DC0
RGB
CMYK
RGB Variations
Color information
#E91DC0 (or 0xE91DC0) is known color: Shocking Pink. HEX triplet: E9, 1D and C0. RGB value is (233,29,192). Sum of RGB (Red+Green+Blue) = 233+29+192=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DC0 is #16E23F. Grayscale: #6C6C6C. Windows color (decimal): -1499712 or 12590569. OLE color: 12590569.
HSL color Cylindrical-coordinate representation of color #E91DC0: hue angle of 312.06º 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 #E91DC0 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 192 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.09 |
| HSL | 312.06º | 0.82% | 0.51% | - |
| HSV(B) | 312.06º | 0.88% | 0.91% | - |
| XYZ | 43.56 | 22.01 | 51.82 | - |
| YUV | 108.58 | 175.09 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 192 | 0 | 0.88 | 0.18 | 0.09 | 312.06 | 0.82 | 0.51 |
| Hex | E9 | 1D | C0 | 0 | 58 | 12 | 9 | 138 | 52 | 33 |
| Octal | 351 | 35 | 300 | 0 | 130 | 22 | 11 | 470 | 122 | 63 |
| Binary | 11101001 | 11101 | 11000000 | 0 | 1011000 | 10010 | 1001 | 100111000 | 1010010 | 110011 |
Color Harmonies of #E91DC0
Complementary color
Monochromatic Colors of #E91DC0
Black with #E91DC0
Text Example
Text Example
White with #E91DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DC0; }
p { color: rgb(233,29,192); }
H1.HeaderClassName
{
color: #E91DC0;
}
.AnyTagClassName
{
color: #E91DC0;
}
</style>
background-color css
<style>
a { background-color: #E91DC0; }
a { background-color: rgb(233,29,192); }
div.DivClassName
{
background-color: #E91DC0;
}
.BgClassName
{
background-color: #E91DC0;
}
</style>
border-color css
<style>
span { border-color: #E91DC0; }
span { border-color: rgb(233,29,192); }
td.TdClassName
{
border-color: #E91DC0;
}
.TagClassName
{
border-color: #E91DC0;
}
</style>