Shades of Shocking #E697CC
Tints of Shocking #E697CC
RGB
CMYK
RGB Variations
Color information
#E697CC (or 0xE697CC) is known color: Shocking. HEX triplet: E6, 97 and CC. RGB value is (230,151,204). Sum of RGB (Red+Green+Blue) = 230+151+204=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E697CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697CC is #196833. Grayscale: #B4B4B4. Windows color (decimal): -1665076 or 13408230. OLE color: 13408230.
HSL color Cylindrical-coordinate representation of color #E697CC: hue angle of 319.75º 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 #E697CC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 204 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.10 |
| HSL | 319.75º | 0.61% | 0.75% | - |
| HSV(B) | 319.75º | 0.34% | 0.9% | - |
| XYZ | 54.6 | 43.32 | 62.61 | - |
| YUV | 180.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 204 | 0 | 0.34 | 0.11 | 0.10 | 319.75 | 0.61 | 0.75 |
| Hex | E6 | 97 | CC | 0 | 22 | B | A | 140 | 3D | 4B |
| Octal | 346 | 227 | 314 | 0 | 42 | 13 | 12 | 500 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11001100 | 0 | 100010 | 1011 | 1010 | 101000000 | 111101 | 1001011 |
Color Harmonies of #E697CC
Complementary color
Monochromatic Colors of #E697CC
Black with #E697CC
Text Example
Text Example
White with #E697CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697CC; }
p { color: rgb(230,151,204); }
H1.HeaderClassName
{
color: #E697CC;
}
.AnyTagClassName
{
color: #E697CC;
}
</style>
background-color css
<style>
a { background-color: #E697CC; }
a { background-color: rgb(230,151,204); }
div.DivClassName
{
background-color: #E697CC;
}
.BgClassName
{
background-color: #E697CC;
}
</style>
border-color css
<style>
span { border-color: #E697CC; }
span { border-color: rgb(230,151,204); }
td.TdClassName
{
border-color: #E697CC;
}
.TagClassName
{
border-color: #E697CC;
}
</style>