Shades of Shocking #EB8DC2
Tints of Shocking #EB8DC2
RGB
CMYK
RGB Variations
Color information
#EB8DC2 (or 0xEB8DC2) is known color: Shocking. HEX triplet: EB, 8D and C2. RGB value is (235,141,194). Sum of RGB (Red+Green+Blue) = 235+141+194=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC2 is #14723D. Grayscale: #AFAFAF. Windows color (decimal): -1339966 or 12750315. OLE color: 12750315.
HSL color Cylindrical-coordinate representation of color #EB8DC2: hue angle of 326.17º 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 #EB8DC2 is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 194 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.08 |
| HSL | 326.17º | 0.7% | 0.74% | - |
| HSV(B) | 326.17º | 0.4% | 0.92% | - |
| XYZ | 53.52 | 40.61 | 56.06 | - |
| YUV | 175.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 194 | 0 | 0.4 | 0.17 | 0.08 | 326.17 | 0.7 | 0.74 |
| Hex | EB | 8D | C2 | 0 | 28 | 11 | 8 | 146 | 46 | 4A |
| Octal | 353 | 215 | 302 | 0 | 50 | 21 | 10 | 506 | 106 | 112 |
| Binary | 11101011 | 10001101 | 11000010 | 0 | 101000 | 10001 | 1000 | 101000110 | 1000110 | 1001010 |
Color Harmonies of #EB8DC2
Complementary color
Monochromatic Colors of #EB8DC2
Black with #EB8DC2
Text Example
Text Example
White with #EB8DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DC2; }
p { color: rgb(235,141,194); }
H1.HeaderClassName
{
color: #EB8DC2;
}
.AnyTagClassName
{
color: #EB8DC2;
}
</style>
background-color css
<style>
a { background-color: #EB8DC2; }
a { background-color: rgb(235,141,194); }
div.DivClassName
{
background-color: #EB8DC2;
}
.BgClassName
{
background-color: #EB8DC2;
}
</style>
border-color css
<style>
span { border-color: #EB8DC2; }
span { border-color: rgb(235,141,194); }
td.TdClassName
{
border-color: #EB8DC2;
}
.TagClassName
{
border-color: #EB8DC2;
}
</style>