Shades of Shocking #E596CE
Tints of Shocking #E596CE
RGB
CMYK
RGB Variations
Color information
#E596CE (or 0xE596CE) is known color: Shocking. HEX triplet: E5, 96 and CE. RGB value is (229,150,206). Sum of RGB (Red+Green+Blue) = 229+150+206=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 229 - color contains mainly: red. Hex color #E596CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596CE is #1A6931. Grayscale: #B3B3B3. Windows color (decimal): -1730866 or 13539045. OLE color: 13539045.
HSL color Cylindrical-coordinate representation of color #E596CE: hue angle of 317.47º 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 #E596CE is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 206 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.10 |
| HSL | 317.47º | 0.6% | 0.74% | - |
| HSV(B) | 317.47º | 0.34% | 0.9% | - |
| XYZ | 54.36 | 42.93 | 63.81 | - |
| YUV | 180.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 206 | 0 | 0.34 | 0.10 | 0.10 | 317.47 | 0.6 | 0.74 |
| Hex | E5 | 96 | CE | 0 | 22 | A | A | 13D | 3C | 4A |
| Octal | 345 | 226 | 316 | 0 | 42 | 12 | 12 | 475 | 74 | 112 |
| Binary | 11100101 | 10010110 | 11001110 | 0 | 100010 | 1010 | 1010 | 100111101 | 111100 | 1001010 |
Color Harmonies of #E596CE
Complementary color
Monochromatic Colors of #E596CE
Black with #E596CE
Text Example
Text Example
White with #E596CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596CE; }
p { color: rgb(229,150,206); }
H1.HeaderClassName
{
color: #E596CE;
}
.AnyTagClassName
{
color: #E596CE;
}
</style>
background-color css
<style>
a { background-color: #E596CE; }
a { background-color: rgb(229,150,206); }
div.DivClassName
{
background-color: #E596CE;
}
.BgClassName
{
background-color: #E596CE;
}
</style>
border-color css
<style>
span { border-color: #E596CE; }
span { border-color: rgb(229,150,206); }
td.TdClassName
{
border-color: #E596CE;
}
.TagClassName
{
border-color: #E596CE;
}
</style>