Shades of Shocking #E794BE
Tints of Shocking #E794BE
RGB
CMYK
RGB Variations
Color information
#E794BE (or 0xE794BE) is known color: Shocking. HEX triplet: E7, 94 and BE. RGB value is (231,148,190). Sum of RGB (Red+Green+Blue) = 231+148+190=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E794BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794BE is #186B41. Grayscale: #B1B1B1. Windows color (decimal): -1600322 or 12489959. OLE color: 12489959.
HSL color Cylindrical-coordinate representation of color #E794BE: hue angle of 329.64º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794BE is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 190 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.09 |
| HSL | 329.64º | 0.63% | 0.74% | - |
| HSV(B) | 329.64º | 0.36% | 0.91% | - |
| XYZ | 52.84 | 41.89 | 54.02 | - |
| YUV | 177.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 190 | 0 | 0.36 | 0.18 | 0.09 | 329.64 | 0.63 | 0.74 |
| Hex | E7 | 94 | BE | 0 | 24 | 12 | 9 | 14A | 3F | 4A |
| Octal | 347 | 224 | 276 | 0 | 44 | 22 | 11 | 512 | 77 | 112 |
| Binary | 11100111 | 10010100 | 10111110 | 0 | 100100 | 10010 | 1001 | 101001010 | 111111 | 1001010 |
Color Harmonies of #E794BE
Complementary color
Monochromatic Colors of #E794BE
Black with #E794BE
Text Example
Text Example
White with #E794BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794BE; }
p { color: rgb(231,148,190); }
H1.HeaderClassName
{
color: #E794BE;
}
.AnyTagClassName
{
color: #E794BE;
}
</style>
background-color css
<style>
a { background-color: #E794BE; }
a { background-color: rgb(231,148,190); }
div.DivClassName
{
background-color: #E794BE;
}
.BgClassName
{
background-color: #E794BE;
}
</style>
border-color css
<style>
span { border-color: #E794BE; }
span { border-color: rgb(231,148,190); }
td.TdClassName
{
border-color: #E794BE;
}
.TagClassName
{
border-color: #E794BE;
}
</style>