Shades of Shocking #E991BE
Tints of Shocking #E991BE
RGB
CMYK
RGB Variations
Color information
#E991BE (or 0xE991BE) is known color: Shocking. HEX triplet: E9, 91 and BE. RGB value is (233,145,190). Sum of RGB (Red+Green+Blue) = 233+145+190=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E991BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E991BE is #166E41. Grayscale: #B0B0B0. Windows color (decimal): -1470018 or 12489193. OLE color: 12489193.
HSL color Cylindrical-coordinate representation of color #E991BE: hue angle of 329.32º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E991BE is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 190 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.09 |
| HSL | 329.32º | 0.67% | 0.74% | - |
| HSV(B) | 329.32º | 0.38% | 0.91% | - |
| XYZ | 53.02 | 41.29 | 53.89 | - |
| YUV | 176.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 190 | 0 | 0.38 | 0.18 | 0.09 | 329.32 | 0.67 | 0.74 |
| Hex | E9 | 91 | BE | 0 | 26 | 12 | 9 | 149 | 43 | 4A |
| Octal | 351 | 221 | 276 | 0 | 46 | 22 | 11 | 511 | 103 | 112 |
| Binary | 11101001 | 10010001 | 10111110 | 0 | 100110 | 10010 | 1001 | 101001001 | 1000011 | 1001010 |
Color Harmonies of #E991BE
Complementary color
Monochromatic Colors of #E991BE
Black with #E991BE
Text Example
Text Example
White with #E991BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991BE; }
p { color: rgb(233,145,190); }
H1.HeaderClassName
{
color: #E991BE;
}
.AnyTagClassName
{
color: #E991BE;
}
</style>
background-color css
<style>
a { background-color: #E991BE; }
a { background-color: rgb(233,145,190); }
div.DivClassName
{
background-color: #E991BE;
}
.BgClassName
{
background-color: #E991BE;
}
</style>
border-color css
<style>
span { border-color: #E991BE; }
span { border-color: rgb(233,145,190); }
td.TdClassName
{
border-color: #E991BE;
}
.TagClassName
{
border-color: #E991BE;
}
</style>