Shades of Shocking #E896CC
Tints of Shocking #E896CC
RGB
CMYK
RGB Variations
Color information
#E896CC (or 0xE896CC) is known color: Shocking. HEX triplet: E8, 96 and CC. RGB value is (232,150,204). Sum of RGB (Red+Green+Blue) = 232+150+204=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E896CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896CC is #176933. Grayscale: #B4B4B4. Windows color (decimal): -1534260 or 13407976. OLE color: 13407976.
HSL color Cylindrical-coordinate representation of color #E896CC: hue angle of 320.49º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896CC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 204 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.09 |
| HSL | 320.49º | 0.64% | 0.75% | - |
| HSV(B) | 320.49º | 0.35% | 0.91% | - |
| XYZ | 55.08 | 43.33 | 62.59 | - |
| YUV | 180.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 204 | 0 | 0.35 | 0.12 | 0.09 | 320.49 | 0.64 | 0.75 |
| Hex | E8 | 96 | CC | 0 | 23 | C | 9 | 140 | 40 | 4B |
| Octal | 350 | 226 | 314 | 0 | 43 | 14 | 11 | 500 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11001100 | 0 | 100011 | 1100 | 1001 | 101000000 | 1000000 | 1001011 |
Color Harmonies of #E896CC
Complementary color
Monochromatic Colors of #E896CC
Black with #E896CC
Text Example
Text Example
White with #E896CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896CC; }
p { color: rgb(232,150,204); }
H1.HeaderClassName
{
color: #E896CC;
}
.AnyTagClassName
{
color: #E896CC;
}
</style>
background-color css
<style>
a { background-color: #E896CC; }
a { background-color: rgb(232,150,204); }
div.DivClassName
{
background-color: #E896CC;
}
.BgClassName
{
background-color: #E896CC;
}
</style>
border-color css
<style>
span { border-color: #E896CC; }
span { border-color: rgb(232,150,204); }
td.TdClassName
{
border-color: #E896CC;
}
.TagClassName
{
border-color: #E896CC;
}
</style>