Shades of Shocking Pink #E91CC0
Tints of Shocking Pink #E91CC0
RGB
CMYK
RGB Variations
Color information
#E91CC0 (or 0xE91CC0) is known color: Shocking Pink. HEX triplet: E9, 1C and C0. RGB value is (233,28,192). Sum of RGB (Red+Green+Blue) = 233+28+192=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E91CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91CC0 is #16E33F. Grayscale: #6B6B6B. Windows color (decimal): -1499968 or 12590313. OLE color: 12590313.
HSL color Cylindrical-coordinate representation of color #E91CC0: hue angle of 312º 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 #E91CC0 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 192 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.09 |
| HSL | 312º | 0.82% | 0.51% | - |
| HSV(B) | 312º | 0.88% | 0.91% | - |
| XYZ | 43.53 | 21.96 | 51.81 | - |
| YUV | 107.99 | 175.42 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 192 | 0 | 0.88 | 0.18 | 0.09 | 312 | 0.82 | 0.51 |
| Hex | E9 | 1C | C0 | 0 | 58 | 12 | 9 | 138 | 52 | 33 |
| Octal | 351 | 34 | 300 | 0 | 130 | 22 | 11 | 470 | 122 | 63 |
| Binary | 11101001 | 11100 | 11000000 | 0 | 1011000 | 10010 | 1001 | 100111000 | 1010010 | 110011 |
Color Harmonies of #E91CC0
Complementary color
Monochromatic Colors of #E91CC0
Black with #E91CC0
Text Example
Text Example
White with #E91CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CC0; }
p { color: rgb(233,28,192); }
H1.HeaderClassName
{
color: #E91CC0;
}
.AnyTagClassName
{
color: #E91CC0;
}
</style>
background-color css
<style>
a { background-color: #E91CC0; }
a { background-color: rgb(233,28,192); }
div.DivClassName
{
background-color: #E91CC0;
}
.BgClassName
{
background-color: #E91CC0;
}
</style>
border-color css
<style>
span { border-color: #E91CC0; }
span { border-color: rgb(233,28,192); }
td.TdClassName
{
border-color: #E91CC0;
}
.TagClassName
{
border-color: #E91CC0;
}
</style>