Shades of Shocking #E596C9
Tints of Shocking #E596C9
RGB
CMYK
RGB Variations
Color information
#E596C9 (or 0xE596C9) is known color: Shocking. HEX triplet: E5, 96 and C9. RGB value is (229,150,201). Sum of RGB (Red+Green+Blue) = 229+150+201=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E596C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596C9 is #1A6936. Grayscale: #B3B3B3. Windows color (decimal): -1730871 or 13211365. OLE color: 13211365.
HSL color Cylindrical-coordinate representation of color #E596C9: hue angle of 321.27º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596C9 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 201 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.10 |
| HSL | 321.27º | 0.6% | 0.74% | - |
| HSV(B) | 321.27º | 0.34% | 0.9% | - |
| XYZ | 53.76 | 42.69 | 60.66 | - |
| YUV | 179.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 201 | 0 | 0.34 | 0.12 | 0.10 | 321.27 | 0.6 | 0.74 |
| Hex | E5 | 96 | C9 | 0 | 22 | C | A | 141 | 3C | 4A |
| Octal | 345 | 226 | 311 | 0 | 42 | 14 | 12 | 501 | 74 | 112 |
| Binary | 11100101 | 10010110 | 11001001 | 0 | 100010 | 1100 | 1010 | 101000001 | 111100 | 1001010 |
Color Harmonies of #E596C9
Complementary color
Monochromatic Colors of #E596C9
Black with #E596C9
Text Example
Text Example
White with #E596C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596C9; }
p { color: rgb(229,150,201); }
H1.HeaderClassName
{
color: #E596C9;
}
.AnyTagClassName
{
color: #E596C9;
}
</style>
background-color css
<style>
a { background-color: #E596C9; }
a { background-color: rgb(229,150,201); }
div.DivClassName
{
background-color: #E596C9;
}
.BgClassName
{
background-color: #E596C9;
}
</style>
border-color css
<style>
span { border-color: #E596C9; }
span { border-color: rgb(229,150,201); }
td.TdClassName
{
border-color: #E596C9;
}
.TagClassName
{
border-color: #E596C9;
}
</style>