Shades of Shocking #EB8EC6
Tints of Shocking #EB8EC6
RGB
CMYK
RGB Variations
Color information
#EB8EC6 (or 0xEB8EC6) is known color: Shocking. HEX triplet: EB, 8E and C6. RGB value is (235,142,198). Sum of RGB (Red+Green+Blue) = 235+142+198=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EC6 is #147139. Grayscale: #B0B0B0. Windows color (decimal): -1339706 or 13012715. OLE color: 13012715.
HSL color Cylindrical-coordinate representation of color #EB8EC6: hue angle of 323.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8EC6 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 198 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.08 |
| HSL | 323.87º | 0.7% | 0.74% | - |
| HSV(B) | 323.87º | 0.4% | 0.92% | - |
| XYZ | 54.13 | 41.09 | 58.5 | - |
| YUV | 176.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 198 | 0 | 0.40 | 0.16 | 0.08 | 323.87 | 0.7 | 0.74 |
| Hex | EB | 8E | C6 | 0 | 28 | 10 | 8 | 144 | 46 | 4A |
| Octal | 353 | 216 | 306 | 0 | 50 | 20 | 10 | 504 | 106 | 112 |
| Binary | 11101011 | 10001110 | 11000110 | 0 | 101000 | 10000 | 1000 | 101000100 | 1000110 | 1001010 |
Color Harmonies of #EB8EC6
Complementary color
Monochromatic Colors of #EB8EC6
Black with #EB8EC6
Text Example
Text Example
White with #EB8EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8EC6; }
p { color: rgb(235,142,198); }
H1.HeaderClassName
{
color: #EB8EC6;
}
.AnyTagClassName
{
color: #EB8EC6;
}
</style>
background-color css
<style>
a { background-color: #EB8EC6; }
a { background-color: rgb(235,142,198); }
div.DivClassName
{
background-color: #EB8EC6;
}
.BgClassName
{
background-color: #EB8EC6;
}
</style>
border-color css
<style>
span { border-color: #EB8EC6; }
span { border-color: rgb(235,142,198); }
td.TdClassName
{
border-color: #EB8EC6;
}
.TagClassName
{
border-color: #EB8EC6;
}
</style>