Shades of Shocking #E799CD
Tints of Shocking #E799CD
RGB
CMYK
RGB Variations
Color information
#E799CD (or 0xE799CD) is known color: Shocking. HEX triplet: E7, 99 and CD. RGB value is (231,153,205). Sum of RGB (Red+Green+Blue) = 231+153+205=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E799CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799CD is #186632. Grayscale: #B6B6B6. Windows color (decimal): -1599027 or 13474279. OLE color: 13474279.
HSL color Cylindrical-coordinate representation of color #E799CD: hue angle of 320º 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 #E799CD is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 205 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.09 |
| HSL | 320º | 0.62% | 0.75% | - |
| HSV(B) | 320º | 0.34% | 0.91% | - |
| XYZ | 55.37 | 44.18 | 63.37 | - |
| YUV | 182.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 205 | 0 | 0.34 | 0.11 | 0.09 | 320 | 0.62 | 0.75 |
| Hex | E7 | 99 | CD | 0 | 22 | B | 9 | 140 | 3E | 4B |
| Octal | 347 | 231 | 315 | 0 | 42 | 13 | 11 | 500 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11001101 | 0 | 100010 | 1011 | 1001 | 101000000 | 111110 | 1001011 |
Color Harmonies of #E799CD
Complementary color
Monochromatic Colors of #E799CD
Black with #E799CD
Text Example
Text Example
White with #E799CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799CD; }
p { color: rgb(231,153,205); }
H1.HeaderClassName
{
color: #E799CD;
}
.AnyTagClassName
{
color: #E799CD;
}
</style>
background-color css
<style>
a { background-color: #E799CD; }
a { background-color: rgb(231,153,205); }
div.DivClassName
{
background-color: #E799CD;
}
.BgClassName
{
background-color: #E799CD;
}
</style>
border-color css
<style>
span { border-color: #E799CD; }
span { border-color: rgb(231,153,205); }
td.TdClassName
{
border-color: #E799CD;
}
.TagClassName
{
border-color: #E799CD;
}
</style>