Shades of Shocking #E799CC
Tints of Shocking #E799CC
RGB
CMYK
RGB Variations
Color information
#E799CC (or 0xE799CC) is known color: Shocking. HEX triplet: E7, 99 and CC. RGB value is (231,153,204). Sum of RGB (Red+Green+Blue) = 231+153+204=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E799CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799CC is #186633. Grayscale: #B6B6B6. Windows color (decimal): -1599028 or 13408743. OLE color: 13408743.
HSL color Cylindrical-coordinate representation of color #E799CC: hue angle of 320.77º 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 #E799CC is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 204 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.09 |
| HSL | 320.77º | 0.62% | 0.75% | - |
| HSV(B) | 320.77º | 0.34% | 0.91% | - |
| XYZ | 55.25 | 44.13 | 62.73 | - |
| YUV | 182.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 204 | 0 | 0.34 | 0.12 | 0.09 | 320.77 | 0.62 | 0.75 |
| Hex | E7 | 99 | CC | 0 | 22 | C | 9 | 141 | 3E | 4B |
| Octal | 347 | 231 | 314 | 0 | 42 | 14 | 11 | 501 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11001100 | 0 | 100010 | 1100 | 1001 | 101000001 | 111110 | 1001011 |
Color Harmonies of #E799CC
Complementary color
Monochromatic Colors of #E799CC
Black with #E799CC
Text Example
Text Example
White with #E799CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799CC; }
p { color: rgb(231,153,204); }
H1.HeaderClassName
{
color: #E799CC;
}
.AnyTagClassName
{
color: #E799CC;
}
</style>
background-color css
<style>
a { background-color: #E799CC; }
a { background-color: rgb(231,153,204); }
div.DivClassName
{
background-color: #E799CC;
}
.BgClassName
{
background-color: #E799CC;
}
</style>
border-color css
<style>
span { border-color: #E799CC; }
span { border-color: rgb(231,153,204); }
td.TdClassName
{
border-color: #E799CC;
}
.TagClassName
{
border-color: #E799CC;
}
</style>