Shades of Shocking #EB9EC9
Tints of Shocking #EB9EC9
RGB
CMYK
RGB Variations
Color information
#EB9EC9 (or 0xEB9EC9) is known color: Shocking. HEX triplet: EB, 9E and C9. RGB value is (235,158,201). Sum of RGB (Red+Green+Blue) = 235+158+201=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC9 is #146136. Grayscale: #B9B9B9. Windows color (decimal): -1335607 or 13213419. OLE color: 13213419.
HSL color Cylindrical-coordinate representation of color #EB9EC9: hue angle of 326.49º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EC9 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 158 | 201 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.08 |
| HSL | 326.49º | 0.66% | 0.77% | - |
| HSV(B) | 326.49º | 0.33% | 0.92% | - |
| XYZ | 57.03 | 46.33 | 61.2 | - |
| YUV | 185.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 158 | 201 | 0 | 0.33 | 0.14 | 0.08 | 326.49 | 0.66 | 0.77 |
| Hex | EB | 9E | C9 | 0 | 21 | E | 8 | 146 | 42 | 4D |
| Octal | 353 | 236 | 311 | 0 | 41 | 16 | 10 | 506 | 102 | 115 |
| Binary | 11101011 | 10011110 | 11001001 | 0 | 100001 | 1110 | 1000 | 101000110 | 1000010 | 1001101 |
Color Harmonies of #EB9EC9
Complementary color
Monochromatic Colors of #EB9EC9
Black with #EB9EC9
Text Example
Text Example
White with #EB9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9EC9; }
p { color: rgb(235,158,201); }
H1.HeaderClassName
{
color: #EB9EC9;
}
.AnyTagClassName
{
color: #EB9EC9;
}
</style>
background-color css
<style>
a { background-color: #EB9EC9; }
a { background-color: rgb(235,158,201); }
div.DivClassName
{
background-color: #EB9EC9;
}
.BgClassName
{
background-color: #EB9EC9;
}
</style>
border-color css
<style>
span { border-color: #EB9EC9; }
span { border-color: rgb(235,158,201); }
td.TdClassName
{
border-color: #EB9EC9;
}
.TagClassName
{
border-color: #EB9EC9;
}
</style>