Shades of Shocking #EB96C0
Tints of Shocking #EB96C0
RGB
CMYK
RGB Variations
Color information
#EB96C0 (or 0xEB96C0) is known color: Shocking. HEX triplet: EB, 96 and C0. RGB value is (235,150,192). Sum of RGB (Red+Green+Blue) = 235+150+192=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96C0 is #14693F. Grayscale: #B4B4B4. Windows color (decimal): -1337664 or 12621547. OLE color: 12621547.
HSL color Cylindrical-coordinate representation of color #EB96C0: hue angle of 330.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB96C0 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 150 | 192 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.08 |
| HSL | 330.35º | 0.68% | 0.75% | - |
| HSV(B) | 330.35º | 0.36% | 0.92% | - |
| XYZ | 54.68 | 43.28 | 55.34 | - |
| YUV | 180.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 150 | 192 | 0 | 0.36 | 0.18 | 0.08 | 330.35 | 0.68 | 0.75 |
| Hex | EB | 96 | C0 | 0 | 24 | 12 | 8 | 14A | 44 | 4B |
| Octal | 353 | 226 | 300 | 0 | 44 | 22 | 10 | 512 | 104 | 113 |
| Binary | 11101011 | 10010110 | 11000000 | 0 | 100100 | 10010 | 1000 | 101001010 | 1000100 | 1001011 |
Color Harmonies of #EB96C0
Complementary color
Monochromatic Colors of #EB96C0
Black with #EB96C0
Text Example
Text Example
White with #EB96C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB96C0; }
p { color: rgb(235,150,192); }
H1.HeaderClassName
{
color: #EB96C0;
}
.AnyTagClassName
{
color: #EB96C0;
}
</style>
background-color css
<style>
a { background-color: #EB96C0; }
a { background-color: rgb(235,150,192); }
div.DivClassName
{
background-color: #EB96C0;
}
.BgClassName
{
background-color: #EB96C0;
}
</style>
border-color css
<style>
span { border-color: #EB96C0; }
span { border-color: rgb(235,150,192); }
td.TdClassName
{
border-color: #EB96C0;
}
.TagClassName
{
border-color: #EB96C0;
}
</style>