Shades of Shocking #E790D0
Tints of Shocking #E790D0
RGB
CMYK
RGB Variations
Color information
#E790D0 (or 0xE790D0) is known color: Shocking. HEX triplet: E7, 90 and D0. RGB value is (231,144,208). Sum of RGB (Red+Green+Blue) = 231+144+208=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E790D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790D0 is #186F2F. Grayscale: #B1B1B1. Windows color (decimal): -1601328 or 13668583. OLE color: 13668583.
HSL color Cylindrical-coordinate representation of color #E790D0: hue angle of 315.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790D0 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 208 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.09 |
| HSL | 315.86º | 0.64% | 0.74% | - |
| HSV(B) | 315.86º | 0.38% | 0.91% | - |
| XYZ | 54.31 | 41.49 | 64.82 | - |
| YUV | 177.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 208 | 0 | 0.38 | 0.10 | 0.09 | 315.86 | 0.64 | 0.74 |
| Hex | E7 | 90 | D0 | 0 | 26 | A | 9 | 13C | 40 | 4A |
| Octal | 347 | 220 | 320 | 0 | 46 | 12 | 11 | 474 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11010000 | 0 | 100110 | 1010 | 1001 | 100111100 | 1000000 | 1001010 |
Color Harmonies of #E790D0
Complementary color
Monochromatic Colors of #E790D0
Black with #E790D0
Text Example
Text Example
White with #E790D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790D0; }
p { color: rgb(231,144,208); }
H1.HeaderClassName
{
color: #E790D0;
}
.AnyTagClassName
{
color: #E790D0;
}
</style>
background-color css
<style>
a { background-color: #E790D0; }
a { background-color: rgb(231,144,208); }
div.DivClassName
{
background-color: #E790D0;
}
.BgClassName
{
background-color: #E790D0;
}
</style>
border-color css
<style>
span { border-color: #E790D0; }
span { border-color: rgb(231,144,208); }
td.TdClassName
{
border-color: #E790D0;
}
.TagClassName
{
border-color: #E790D0;
}
</style>