Shades of Shocking #E799BE
Tints of Shocking #E799BE
RGB
CMYK
RGB Variations
Color information
#E799BE (or 0xE799BE) is known color: Shocking. HEX triplet: E7, 99 and BE. RGB value is (231,153,190). Sum of RGB (Red+Green+Blue) = 231+153+190=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E799BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799BE is #186641. Grayscale: #B4B4B4. Windows color (decimal): -1599042 or 12491239. OLE color: 12491239.
HSL color Cylindrical-coordinate representation of color #E799BE: hue angle of 331.54º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E799BE is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 190 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.09 |
| HSL | 331.54º | 0.62% | 0.75% | - |
| HSV(B) | 331.54º | 0.34% | 0.91% | - |
| XYZ | 53.64 | 43.49 | 54.28 | - |
| YUV | 180.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 190 | 0 | 0.34 | 0.18 | 0.09 | 331.54 | 0.62 | 0.75 |
| Hex | E7 | 99 | BE | 0 | 22 | 12 | 9 | 14C | 3E | 4B |
| Octal | 347 | 231 | 276 | 0 | 42 | 22 | 11 | 514 | 76 | 113 |
| Binary | 11100111 | 10011001 | 10111110 | 0 | 100010 | 10010 | 1001 | 101001100 | 111110 | 1001011 |
Color Harmonies of #E799BE
Complementary color
Monochromatic Colors of #E799BE
Black with #E799BE
Text Example
Text Example
White with #E799BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799BE; }
p { color: rgb(231,153,190); }
H1.HeaderClassName
{
color: #E799BE;
}
.AnyTagClassName
{
color: #E799BE;
}
</style>
background-color css
<style>
a { background-color: #E799BE; }
a { background-color: rgb(231,153,190); }
div.DivClassName
{
background-color: #E799BE;
}
.BgClassName
{
background-color: #E799BE;
}
</style>
border-color css
<style>
span { border-color: #E799BE; }
span { border-color: rgb(231,153,190); }
td.TdClassName
{
border-color: #E799BE;
}
.TagClassName
{
border-color: #E799BE;
}
</style>