Shades of Shocking #E697CE
Tints of Shocking #E697CE
RGB
CMYK
RGB Variations
Color information
#E697CE (or 0xE697CE) is known color: Shocking. HEX triplet: E6, 97 and CE. RGB value is (230,151,206). Sum of RGB (Red+Green+Blue) = 230+151+206=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E697CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697CE is #196831. Grayscale: #B4B4B4. Windows color (decimal): -1665074 or 13539302. OLE color: 13539302.
HSL color Cylindrical-coordinate representation of color #E697CE: hue angle of 318.23º 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 #E697CE is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 206 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.10 |
| HSL | 318.23º | 0.61% | 0.75% | - |
| HSV(B) | 318.23º | 0.34% | 0.9% | - |
| XYZ | 54.84 | 43.41 | 63.88 | - |
| YUV | 180.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 206 | 0 | 0.34 | 0.10 | 0.10 | 318.23 | 0.61 | 0.75 |
| Hex | E6 | 97 | CE | 0 | 22 | A | A | 13E | 3D | 4B |
| Octal | 346 | 227 | 316 | 0 | 42 | 12 | 12 | 476 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11001110 | 0 | 100010 | 1010 | 1010 | 100111110 | 111101 | 1001011 |
Color Harmonies of #E697CE
Complementary color
Monochromatic Colors of #E697CE
Black with #E697CE
Text Example
Text Example
White with #E697CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697CE; }
p { color: rgb(230,151,206); }
H1.HeaderClassName
{
color: #E697CE;
}
.AnyTagClassName
{
color: #E697CE;
}
</style>
background-color css
<style>
a { background-color: #E697CE; }
a { background-color: rgb(230,151,206); }
div.DivClassName
{
background-color: #E697CE;
}
.BgClassName
{
background-color: #E697CE;
}
</style>
border-color css
<style>
span { border-color: #E697CE; }
span { border-color: rgb(230,151,206); }
td.TdClassName
{
border-color: #E697CE;
}
.TagClassName
{
border-color: #E697CE;
}
</style>