Shades of Shocking #E696CC
Tints of Shocking #E696CC
RGB
CMYK
RGB Variations
Color information
#E696CC (or 0xE696CC) is known color: Shocking. HEX triplet: E6, 96 and CC. RGB value is (230,150,204). Sum of RGB (Red+Green+Blue) = 230+150+204=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E696CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696CC is #196933. Grayscale: #B3B3B3. Windows color (decimal): -1665332 or 13407974. OLE color: 13407974.
HSL color Cylindrical-coordinate representation of color #E696CC: hue angle of 319.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696CC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 204 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.10 |
| HSL | 319.5º | 0.62% | 0.75% | - |
| HSV(B) | 319.5º | 0.35% | 0.9% | - |
| XYZ | 54.44 | 43 | 62.56 | - |
| YUV | 180.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 204 | 0 | 0.35 | 0.11 | 0.10 | 319.5 | 0.62 | 0.75 |
| Hex | E6 | 96 | CC | 0 | 23 | B | A | 140 | 3E | 4B |
| Octal | 346 | 226 | 314 | 0 | 43 | 13 | 12 | 500 | 76 | 113 |
| Binary | 11100110 | 10010110 | 11001100 | 0 | 100011 | 1011 | 1010 | 101000000 | 111110 | 1001011 |
Color Harmonies of #E696CC
Complementary color
Monochromatic Colors of #E696CC
Black with #E696CC
Text Example
Text Example
White with #E696CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696CC; }
p { color: rgb(230,150,204); }
H1.HeaderClassName
{
color: #E696CC;
}
.AnyTagClassName
{
color: #E696CC;
}
</style>
background-color css
<style>
a { background-color: #E696CC; }
a { background-color: rgb(230,150,204); }
div.DivClassName
{
background-color: #E696CC;
}
.BgClassName
{
background-color: #E696CC;
}
</style>
border-color css
<style>
span { border-color: #E696CC; }
span { border-color: rgb(230,150,204); }
td.TdClassName
{
border-color: #E696CC;
}
.TagClassName
{
border-color: #E696CC;
}
</style>