Shades of Shocking #E799C1
Tints of Shocking #E799C1
RGB
CMYK
RGB Variations
Color information
#E799C1 (or 0xE799C1) is known color: Shocking. HEX triplet: E7, 99 and C1. RGB value is (231,153,193). Sum of RGB (Red+Green+Blue) = 231+153+193=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E799C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799C1 is #18663E. Grayscale: #B4B4B4. Windows color (decimal): -1599039 or 12687847. OLE color: 12687847.
HSL color Cylindrical-coordinate representation of color #E799C1: hue angle of 329.23º 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 #E799C1 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 193 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.09 |
| HSL | 329.23º | 0.62% | 0.75% | - |
| HSV(B) | 329.23º | 0.34% | 0.91% | - |
| XYZ | 53.97 | 43.62 | 56.03 | - |
| YUV | 180.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 193 | 0 | 0.34 | 0.16 | 0.09 | 329.23 | 0.62 | 0.75 |
| Hex | E7 | 99 | C1 | 0 | 22 | 10 | 9 | 149 | 3E | 4B |
| Octal | 347 | 231 | 301 | 0 | 42 | 20 | 11 | 511 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11000001 | 0 | 100010 | 10000 | 1001 | 101001001 | 111110 | 1001011 |
Color Harmonies of #E799C1
Complementary color
Monochromatic Colors of #E799C1
Black with #E799C1
Text Example
Text Example
White with #E799C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799C1; }
p { color: rgb(231,153,193); }
H1.HeaderClassName
{
color: #E799C1;
}
.AnyTagClassName
{
color: #E799C1;
}
</style>
background-color css
<style>
a { background-color: #E799C1; }
a { background-color: rgb(231,153,193); }
div.DivClassName
{
background-color: #E799C1;
}
.BgClassName
{
background-color: #E799C1;
}
</style>
border-color css
<style>
span { border-color: #E799C1; }
span { border-color: rgb(231,153,193); }
td.TdClassName
{
border-color: #E799C1;
}
.TagClassName
{
border-color: #E799C1;
}
</style>