Shades of Shocking #E697C9
Tints of Shocking #E697C9
RGB
CMYK
RGB Variations
Color information
#E697C9 (or 0xE697C9) is known color: Shocking. HEX triplet: E6, 97 and C9. RGB value is (230,151,201). Sum of RGB (Red+Green+Blue) = 230+151+201=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E697C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697C9 is #196836. Grayscale: #B4B4B4. Windows color (decimal): -1665079 or 13211622. OLE color: 13211622.
HSL color Cylindrical-coordinate representation of color #E697C9: hue angle of 322.03º 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 #E697C9 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 201 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.10 |
| HSL | 322.03º | 0.61% | 0.75% | - |
| HSV(B) | 322.03º | 0.34% | 0.9% | - |
| XYZ | 54.24 | 43.17 | 60.73 | - |
| YUV | 180.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 201 | 0 | 0.34 | 0.13 | 0.10 | 322.03 | 0.61 | 0.75 |
| Hex | E6 | 97 | C9 | 0 | 22 | D | A | 142 | 3D | 4B |
| Octal | 346 | 227 | 311 | 0 | 42 | 15 | 12 | 502 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11001001 | 0 | 100010 | 1101 | 1010 | 101000010 | 111101 | 1001011 |
Color Harmonies of #E697C9
Complementary color
Monochromatic Colors of #E697C9
Black with #E697C9
Text Example
Text Example
White with #E697C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697C9; }
p { color: rgb(230,151,201); }
H1.HeaderClassName
{
color: #E697C9;
}
.AnyTagClassName
{
color: #E697C9;
}
</style>
background-color css
<style>
a { background-color: #E697C9; }
a { background-color: rgb(230,151,201); }
div.DivClassName
{
background-color: #E697C9;
}
.BgClassName
{
background-color: #E697C9;
}
</style>
border-color css
<style>
span { border-color: #E697C9; }
span { border-color: rgb(230,151,201); }
td.TdClassName
{
border-color: #E697C9;
}
.TagClassName
{
border-color: #E697C9;
}
</style>