Shades of Shocking #E697C0
Tints of Shocking #E697C0
RGB
CMYK
RGB Variations
Color information
#E697C0 (or 0xE697C0) is known color: Shocking. HEX triplet: E6, 97 and C0. RGB value is (230,151,192). Sum of RGB (Red+Green+Blue) = 230+151+192=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E697C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697C0 is #19683F. Grayscale: #B3B3B3. Windows color (decimal): -1665088 or 12621798. OLE color: 12621798.
HSL color Cylindrical-coordinate representation of color #E697C0: hue angle of 328.86º degrees, saturation: 0.61, 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 #E697C0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 192 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.10 |
| HSL | 328.86º | 0.61% | 0.75% | - |
| HSV(B) | 328.86º | 0.34% | 0.9% | - |
| XYZ | 53.21 | 42.76 | 55.32 | - |
| YUV | 179.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 192 | 0 | 0.34 | 0.17 | 0.10 | 328.86 | 0.61 | 0.75 |
| Hex | E6 | 97 | C0 | 0 | 22 | 11 | A | 149 | 3D | 4B |
| Octal | 346 | 227 | 300 | 0 | 42 | 21 | 12 | 511 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11000000 | 0 | 100010 | 10001 | 1010 | 101001001 | 111101 | 1001011 |
Color Harmonies of #E697C0
Complementary color
Monochromatic Colors of #E697C0
Black with #E697C0
Text Example
Text Example
White with #E697C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697C0; }
p { color: rgb(230,151,192); }
H1.HeaderClassName
{
color: #E697C0;
}
.AnyTagClassName
{
color: #E697C0;
}
</style>
background-color css
<style>
a { background-color: #E697C0; }
a { background-color: rgb(230,151,192); }
div.DivClassName
{
background-color: #E697C0;
}
.BgClassName
{
background-color: #E697C0;
}
</style>
border-color css
<style>
span { border-color: #E697C0; }
span { border-color: rgb(230,151,192); }
td.TdClassName
{
border-color: #E697C0;
}
.TagClassName
{
border-color: #E697C0;
}
</style>