Shades of Shocking #E896CB
Tints of Shocking #E896CB
RGB
CMYK
RGB Variations
Color information
#E896CB (or 0xE896CB) is known color: Shocking. HEX triplet: E8, 96 and CB. RGB value is (232,150,203). Sum of RGB (Red+Green+Blue) = 232+150+203=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E896CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E896CB is #176934. Grayscale: #B4B4B4. Windows color (decimal): -1534261 or 13342440. OLE color: 13342440.
HSL color Cylindrical-coordinate representation of color #E896CB: hue angle of 321.22º 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 #E896CB is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 203 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.09 |
| HSL | 321.22º | 0.64% | 0.75% | - |
| HSV(B) | 321.22º | 0.35% | 0.91% | - |
| XYZ | 54.96 | 43.28 | 61.96 | - |
| YUV | 180.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 203 | 0 | 0.35 | 0.12 | 0.09 | 321.22 | 0.64 | 0.75 |
| Hex | E8 | 96 | CB | 0 | 23 | C | 9 | 141 | 40 | 4B |
| Octal | 350 | 226 | 313 | 0 | 43 | 14 | 11 | 501 | 100 | 113 |
| Binary | 11101000 | 10010110 | 11001011 | 0 | 100011 | 1100 | 1001 | 101000001 | 1000000 | 1001011 |
Color Harmonies of #E896CB
Complementary color
Monochromatic Colors of #E896CB
Black with #E896CB
Text Example
Text Example
White with #E896CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896CB; }
p { color: rgb(232,150,203); }
H1.HeaderClassName
{
color: #E896CB;
}
.AnyTagClassName
{
color: #E896CB;
}
</style>
background-color css
<style>
a { background-color: #E896CB; }
a { background-color: rgb(232,150,203); }
div.DivClassName
{
background-color: #E896CB;
}
.BgClassName
{
background-color: #E896CB;
}
</style>
border-color css
<style>
span { border-color: #E896CB; }
span { border-color: rgb(232,150,203); }
td.TdClassName
{
border-color: #E896CB;
}
.TagClassName
{
border-color: #E896CB;
}
</style>