Shades of Shocking #E79DC5
Tints of Shocking #E79DC5
RGB
CMYK
RGB Variations
Color information
#E79DC5 (or 0xE79DC5) is known color: Shocking. HEX triplet: E7, 9D and C5. RGB value is (231,157,197). Sum of RGB (Red+Green+Blue) = 231+157+197=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DC5 is #18623A. Grayscale: #B7B7B7. Windows color (decimal): -1598011 or 12951015. OLE color: 12951015.
HSL color Cylindrical-coordinate representation of color #E79DC5: hue angle of 327.57º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79DC5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 197 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.09 |
| HSL | 327.57º | 0.61% | 0.76% | - |
| HSV(B) | 327.57º | 0.32% | 0.91% | - |
| XYZ | 55.09 | 45.13 | 58.63 | - |
| YUV | 183.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 197 | 0 | 0.32 | 0.15 | 0.09 | 327.57 | 0.61 | 0.76 |
| Hex | E7 | 9D | C5 | 0 | 20 | F | 9 | 148 | 3D | 4C |
| Octal | 347 | 235 | 305 | 0 | 40 | 17 | 11 | 510 | 75 | 114 |
| Binary | 11100111 | 10011101 | 11000101 | 0 | 100000 | 1111 | 1001 | 101001000 | 111101 | 1001100 |
Color Harmonies of #E79DC5
Complementary color
Monochromatic Colors of #E79DC5
Black with #E79DC5
Text Example
Text Example
White with #E79DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79DC5; }
p { color: rgb(231,157,197); }
H1.HeaderClassName
{
color: #E79DC5;
}
.AnyTagClassName
{
color: #E79DC5;
}
</style>
background-color css
<style>
a { background-color: #E79DC5; }
a { background-color: rgb(231,157,197); }
div.DivClassName
{
background-color: #E79DC5;
}
.BgClassName
{
background-color: #E79DC5;
}
</style>
border-color css
<style>
span { border-color: #E79DC5; }
span { border-color: rgb(231,157,197); }
td.TdClassName
{
border-color: #E79DC5;
}
.TagClassName
{
border-color: #E79DC5;
}
</style>