Shades of Shocking #E697C6
Tints of Shocking #E697C6
RGB
CMYK
RGB Variations
Color information
#E697C6 (or 0xE697C6) is known color: Shocking. HEX triplet: E6, 97 and C6. RGB value is (230,151,198). Sum of RGB (Red+Green+Blue) = 230+151+198=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E697C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697C6 is #196839. Grayscale: #B3B3B3. Windows color (decimal): -1665082 or 13015014. OLE color: 13015014.
HSL color Cylindrical-coordinate representation of color #E697C6: hue angle of 324.3º 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 #E697C6 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 198 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.10 |
| HSL | 324.3º | 0.61% | 0.75% | - |
| HSV(B) | 324.3º | 0.34% | 0.9% | - |
| XYZ | 53.89 | 43.03 | 58.89 | - |
| YUV | 179.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 198 | 0 | 0.34 | 0.14 | 0.10 | 324.3 | 0.61 | 0.75 |
| Hex | E6 | 97 | C6 | 0 | 22 | E | A | 144 | 3D | 4B |
| Octal | 346 | 227 | 306 | 0 | 42 | 16 | 12 | 504 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11000110 | 0 | 100010 | 1110 | 1010 | 101000100 | 111101 | 1001011 |
Color Harmonies of #E697C6
Complementary color
Monochromatic Colors of #E697C6
Black with #E697C6
Text Example
Text Example
White with #E697C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697C6; }
p { color: rgb(230,151,198); }
H1.HeaderClassName
{
color: #E697C6;
}
.AnyTagClassName
{
color: #E697C6;
}
</style>
background-color css
<style>
a { background-color: #E697C6; }
a { background-color: rgb(230,151,198); }
div.DivClassName
{
background-color: #E697C6;
}
.BgClassName
{
background-color: #E697C6;
}
</style>
border-color css
<style>
span { border-color: #E697C6; }
span { border-color: rgb(230,151,198); }
td.TdClassName
{
border-color: #E697C6;
}
.TagClassName
{
border-color: #E697C6;
}
</style>