Shades of Shocking Pink #E91EBE
Tints of Shocking Pink #E91EBE
RGB
CMYK
RGB Variations
Color information
#E91EBE (or 0xE91EBE) is known color: Shocking Pink. HEX triplet: E9, 1E and BE. RGB value is (233,30,190). Sum of RGB (Red+Green+Blue) = 233+30+190=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E91EBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91EBE is #16E141. Grayscale: #6C6C6C. Windows color (decimal): -1499458 or 12459753. OLE color: 12459753.
HSL color Cylindrical-coordinate representation of color #E91EBE: hue angle of 312.71º 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 #E91EBE is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 30 | 190 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.09 |
| HSL | 312.71º | 0.82% | 0.52% | - |
| HSV(B) | 312.71º | 0.87% | 0.91% | - |
| XYZ | 43.36 | 21.97 | 50.67 | - |
| YUV | 108.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 190 | 0 | 0.87 | 0.18 | 0.09 | 312.71 | 0.82 | 0.52 |
| Hex | E9 | 1E | BE | 0 | 57 | 12 | 9 | 139 | 52 | 34 |
| Octal | 351 | 36 | 276 | 0 | 127 | 22 | 11 | 471 | 122 | 64 |
| Binary | 11101001 | 11110 | 10111110 | 0 | 1010111 | 10010 | 1001 | 100111001 | 1010010 | 110100 |
Color Harmonies of #E91EBE
Complementary color
Monochromatic Colors of #E91EBE
Black with #E91EBE
Text Example
Text Example
White with #E91EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EBE; }
p { color: rgb(233,30,190); }
H1.HeaderClassName
{
color: #E91EBE;
}
.AnyTagClassName
{
color: #E91EBE;
}
</style>
background-color css
<style>
a { background-color: #E91EBE; }
a { background-color: rgb(233,30,190); }
div.DivClassName
{
background-color: #E91EBE;
}
.BgClassName
{
background-color: #E91EBE;
}
</style>
border-color css
<style>
span { border-color: #E91EBE; }
span { border-color: rgb(233,30,190); }
td.TdClassName
{
border-color: #E91EBE;
}
.TagClassName
{
border-color: #E91EBE;
}
</style>