Shades of Shocking #E794BC
Tints of Shocking #E794BC
RGB
CMYK
RGB Variations
Color information
#E794BC (or 0xE794BC) is known color: Shocking. HEX triplet: E7, 94 and BC. RGB value is (231,148,188). Sum of RGB (Red+Green+Blue) = 231+148+188=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E794BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794BC is #186B43. Grayscale: #B1B1B1. Windows color (decimal): -1600324 or 12358887. OLE color: 12358887.
HSL color Cylindrical-coordinate representation of color #E794BC: hue angle of 331.08º 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 #E794BC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 188 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.09 |
| HSL | 331.08º | 0.63% | 0.74% | - |
| HSV(B) | 331.08º | 0.36% | 0.91% | - |
| XYZ | 52.62 | 41.8 | 52.87 | - |
| YUV | 177.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 188 | 0 | 0.36 | 0.19 | 0.09 | 331.08 | 0.63 | 0.74 |
| Hex | E7 | 94 | BC | 0 | 24 | 13 | 9 | 14B | 3F | 4A |
| Octal | 347 | 224 | 274 | 0 | 44 | 23 | 11 | 513 | 77 | 112 |
| Binary | 11100111 | 10010100 | 10111100 | 0 | 100100 | 10011 | 1001 | 101001011 | 111111 | 1001010 |
Color Harmonies of #E794BC
Complementary color
Monochromatic Colors of #E794BC
Black with #E794BC
Text Example
Text Example
White with #E794BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794BC; }
p { color: rgb(231,148,188); }
H1.HeaderClassName
{
color: #E794BC;
}
.AnyTagClassName
{
color: #E794BC;
}
</style>
background-color css
<style>
a { background-color: #E794BC; }
a { background-color: rgb(231,148,188); }
div.DivClassName
{
background-color: #E794BC;
}
.BgClassName
{
background-color: #E794BC;
}
</style>
border-color css
<style>
span { border-color: #E794BC; }
span { border-color: rgb(231,148,188); }
td.TdClassName
{
border-color: #E794BC;
}
.TagClassName
{
border-color: #E794BC;
}
</style>