Shades of Shocking #EB96C8
Tints of Shocking #EB96C8
RGB
CMYK
RGB Variations
Color information
#EB96C8 (or 0xEB96C8) is known color: Shocking. HEX triplet: EB, 96 and C8. RGB value is (235,150,200). Sum of RGB (Red+Green+Blue) = 235+150+200=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96C8 is #146937. Grayscale: #B5B5B5. Windows color (decimal): -1337656 or 13145835. OLE color: 13145835.
HSL color Cylindrical-coordinate representation of color #EB96C8: hue angle of 324.71º 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 #EB96C8 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 150 | 200 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.08 |
| HSL | 324.71º | 0.68% | 0.75% | - |
| HSV(B) | 324.71º | 0.36% | 0.92% | - |
| XYZ | 55.59 | 43.64 | 60.14 | - |
| YUV | 181.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 150 | 200 | 0 | 0.36 | 0.15 | 0.08 | 324.71 | 0.68 | 0.75 |
| Hex | EB | 96 | C8 | 0 | 24 | F | 8 | 145 | 44 | 4B |
| Octal | 353 | 226 | 310 | 0 | 44 | 17 | 10 | 505 | 104 | 113 |
| Binary | 11101011 | 10010110 | 11001000 | 0 | 100100 | 1111 | 1000 | 101000101 | 1000100 | 1001011 |
Color Harmonies of #EB96C8
Complementary color
Monochromatic Colors of #EB96C8
Black with #EB96C8
Text Example
Text Example
White with #EB96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB96C8; }
p { color: rgb(235,150,200); }
H1.HeaderClassName
{
color: #EB96C8;
}
.AnyTagClassName
{
color: #EB96C8;
}
</style>
background-color css
<style>
a { background-color: #EB96C8; }
a { background-color: rgb(235,150,200); }
div.DivClassName
{
background-color: #EB96C8;
}
.BgClassName
{
background-color: #EB96C8;
}
</style>
border-color css
<style>
span { border-color: #EB96C8; }
span { border-color: rgb(235,150,200); }
td.TdClassName
{
border-color: #EB96C8;
}
.TagClassName
{
border-color: #EB96C8;
}
</style>