Shades of Shocking #E999BE
Tints of Shocking #E999BE
RGB
CMYK
RGB Variations
Color information
#E999BE (or 0xE999BE) is known color: Shocking. HEX triplet: E9, 99 and BE. RGB value is (233,153,190). Sum of RGB (Red+Green+Blue) = 233+153+190=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E999BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999BE is #166641. Grayscale: #B5B5B5. Windows color (decimal): -1467970 or 12491241. OLE color: 12491241.
HSL color Cylindrical-coordinate representation of color #E999BE: hue angle of 332.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999BE is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 190 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.09 |
| HSL | 332.25º | 0.65% | 0.76% | - |
| HSV(B) | 332.25º | 0.34% | 0.91% | - |
| XYZ | 54.29 | 43.82 | 54.31 | - |
| YUV | 181.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 190 | 0 | 0.34 | 0.18 | 0.09 | 332.25 | 0.65 | 0.76 |
| Hex | E9 | 99 | BE | 0 | 22 | 12 | 9 | 14C | 41 | 4C |
| Octal | 351 | 231 | 276 | 0 | 42 | 22 | 11 | 514 | 101 | 114 |
| Binary | 11101001 | 10011001 | 10111110 | 0 | 100010 | 10010 | 1001 | 101001100 | 1000001 | 1001100 |
Color Harmonies of #E999BE
Complementary color
Monochromatic Colors of #E999BE
Black with #E999BE
Text Example
Text Example
White with #E999BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999BE; }
p { color: rgb(233,153,190); }
H1.HeaderClassName
{
color: #E999BE;
}
.AnyTagClassName
{
color: #E999BE;
}
</style>
background-color css
<style>
a { background-color: #E999BE; }
a { background-color: rgb(233,153,190); }
div.DivClassName
{
background-color: #E999BE;
}
.BgClassName
{
background-color: #E999BE;
}
</style>
border-color css
<style>
span { border-color: #E999BE; }
span { border-color: rgb(233,153,190); }
td.TdClassName
{
border-color: #E999BE;
}
.TagClassName
{
border-color: #E999BE;
}
</style>