Shades of Shocking #EB9EC5
Tints of Shocking #EB9EC5
RGB
CMYK
RGB Variations
Color information
#EB9EC5 (or 0xEB9EC5) is known color: Shocking. HEX triplet: EB, 9E and C5. RGB value is (235,158,197). Sum of RGB (Red+Green+Blue) = 235+158+197=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC5 is #14613A. Grayscale: #B9B9B9. Windows color (decimal): -1335611 or 12951275. OLE color: 12951275.
HSL color Cylindrical-coordinate representation of color #EB9EC5: hue angle of 329.61º 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 #EB9EC5 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 158 | 197 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.08 |
| HSL | 329.61º | 0.66% | 0.77% | - |
| HSV(B) | 329.61º | 0.33% | 0.92% | - |
| XYZ | 56.57 | 46.15 | 58.75 | - |
| YUV | 185.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 158 | 197 | 0 | 0.33 | 0.16 | 0.08 | 329.61 | 0.66 | 0.77 |
| Hex | EB | 9E | C5 | 0 | 21 | 10 | 8 | 14A | 42 | 4D |
| Octal | 353 | 236 | 305 | 0 | 41 | 20 | 10 | 512 | 102 | 115 |
| Binary | 11101011 | 10011110 | 11000101 | 0 | 100001 | 10000 | 1000 | 101001010 | 1000010 | 1001101 |
Color Harmonies of #EB9EC5
Complementary color
Monochromatic Colors of #EB9EC5
Black with #EB9EC5
Text Example
Text Example
White with #EB9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9EC5; }
p { color: rgb(235,158,197); }
H1.HeaderClassName
{
color: #EB9EC5;
}
.AnyTagClassName
{
color: #EB9EC5;
}
</style>
background-color css
<style>
a { background-color: #EB9EC5; }
a { background-color: rgb(235,158,197); }
div.DivClassName
{
background-color: #EB9EC5;
}
.BgClassName
{
background-color: #EB9EC5;
}
</style>
border-color css
<style>
span { border-color: #EB9EC5; }
span { border-color: rgb(235,158,197); }
td.TdClassName
{
border-color: #EB9EC5;
}
.TagClassName
{
border-color: #EB9EC5;
}
</style>