Shades of Shocking #E597C5
Tints of Shocking #E597C5
RGB
CMYK
RGB Variations
Color information
#E597C5 (or 0xE597C5) is known color: Shocking. HEX triplet: E5, 97 and C5. RGB value is (229,151,197). Sum of RGB (Red+Green+Blue) = 229+151+197=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E597C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E597C5 is #1A683A. Grayscale: #B3B3B3. Windows color (decimal): -1730619 or 12949477. OLE color: 12949477.
HSL color Cylindrical-coordinate representation of color #E597C5: hue angle of 324.62º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E597C5 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 197 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.10 |
| HSL | 324.62º | 0.6% | 0.75% | - |
| HSV(B) | 324.62º | 0.34% | 0.9% | - |
| XYZ | 53.46 | 42.82 | 58.27 | - |
| YUV | 179.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 197 | 0 | 0.34 | 0.14 | 0.10 | 324.62 | 0.6 | 0.75 |
| Hex | E5 | 97 | C5 | 0 | 22 | E | A | 145 | 3C | 4B |
| Octal | 345 | 227 | 305 | 0 | 42 | 16 | 12 | 505 | 74 | 113 |
| Binary | 11100101 | 10010111 | 11000101 | 0 | 100010 | 1110 | 1010 | 101000101 | 111100 | 1001011 |
Color Harmonies of #E597C5
Complementary color
Monochromatic Colors of #E597C5
Black with #E597C5
Text Example
Text Example
White with #E597C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597C5; }
p { color: rgb(229,151,197); }
H1.HeaderClassName
{
color: #E597C5;
}
.AnyTagClassName
{
color: #E597C5;
}
</style>
background-color css
<style>
a { background-color: #E597C5; }
a { background-color: rgb(229,151,197); }
div.DivClassName
{
background-color: #E597C5;
}
.BgClassName
{
background-color: #E597C5;
}
</style>
border-color css
<style>
span { border-color: #E597C5; }
span { border-color: rgb(229,151,197); }
td.TdClassName
{
border-color: #E597C5;
}
.TagClassName
{
border-color: #E597C5;
}
</style>