Shades of Shocking #E794D0
Tints of Shocking #E794D0
RGB
CMYK
RGB Variations
Color information
#E794D0 (or 0xE794D0) is known color: Shocking. HEX triplet: E7, 94 and D0. RGB value is (231,148,208). Sum of RGB (Red+Green+Blue) = 231+148+208=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D0 is #186B2F. Grayscale: #B3B3B3. Windows color (decimal): -1600304 or 13669607. OLE color: 13669607.
HSL color Cylindrical-coordinate representation of color #E794D0: hue angle of 316.63º 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 #E794D0 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 208 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.09 |
| HSL | 316.63º | 0.63% | 0.74% | - |
| HSV(B) | 316.63º | 0.36% | 0.91% | - |
| XYZ | 54.93 | 42.72 | 65.03 | - |
| YUV | 179.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 208 | 0 | 0.36 | 0.10 | 0.09 | 316.63 | 0.63 | 0.74 |
| Hex | E7 | 94 | D0 | 0 | 24 | A | 9 | 13D | 3F | 4A |
| Octal | 347 | 224 | 320 | 0 | 44 | 12 | 11 | 475 | 77 | 112 |
| Binary | 11100111 | 10010100 | 11010000 | 0 | 100100 | 1010 | 1001 | 100111101 | 111111 | 1001010 |
Color Harmonies of #E794D0
Complementary color
Monochromatic Colors of #E794D0
Black with #E794D0
Text Example
Text Example
White with #E794D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794D0; }
p { color: rgb(231,148,208); }
H1.HeaderClassName
{
color: #E794D0;
}
.AnyTagClassName
{
color: #E794D0;
}
</style>
background-color css
<style>
a { background-color: #E794D0; }
a { background-color: rgb(231,148,208); }
div.DivClassName
{
background-color: #E794D0;
}
.BgClassName
{
background-color: #E794D0;
}
</style>
border-color css
<style>
span { border-color: #E794D0; }
span { border-color: rgb(231,148,208); }
td.TdClassName
{
border-color: #E794D0;
}
.TagClassName
{
border-color: #E794D0;
}
</style>