Shades of Shocking #E799D0
Tints of Shocking #E799D0
RGB
CMYK
RGB Variations
Color information
#E799D0 (or 0xE799D0) is known color: Shocking. HEX triplet: E7, 99 and D0. RGB value is (231,153,208). Sum of RGB (Red+Green+Blue) = 231+153+208=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E799D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799D0 is #18662F. Grayscale: #B6B6B6. Windows color (decimal): -1599024 or 13670887. OLE color: 13670887.
HSL color Cylindrical-coordinate representation of color #E799D0: hue angle of 317.69º 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 #E799D0 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 208 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.09 |
| HSL | 317.69º | 0.62% | 0.75% | - |
| HSV(B) | 317.69º | 0.34% | 0.91% | - |
| XYZ | 55.73 | 44.33 | 65.29 | - |
| YUV | 182.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 208 | 0 | 0.34 | 0.10 | 0.09 | 317.69 | 0.62 | 0.75 |
| Hex | E7 | 99 | D0 | 0 | 22 | A | 9 | 13E | 3E | 4B |
| Octal | 347 | 231 | 320 | 0 | 42 | 12 | 11 | 476 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11010000 | 0 | 100010 | 1010 | 1001 | 100111110 | 111110 | 1001011 |
Color Harmonies of #E799D0
Complementary color
Monochromatic Colors of #E799D0
Black with #E799D0
Text Example
Text Example
White with #E799D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799D0; }
p { color: rgb(231,153,208); }
H1.HeaderClassName
{
color: #E799D0;
}
.AnyTagClassName
{
color: #E799D0;
}
</style>
background-color css
<style>
a { background-color: #E799D0; }
a { background-color: rgb(231,153,208); }
div.DivClassName
{
background-color: #E799D0;
}
.BgClassName
{
background-color: #E799D0;
}
</style>
border-color css
<style>
span { border-color: #E799D0; }
span { border-color: rgb(231,153,208); }
td.TdClassName
{
border-color: #E799D0;
}
.TagClassName
{
border-color: #E799D0;
}
</style>