Shades of Shocking #EB8DB6
Tints of Shocking #EB8DB6
RGB
CMYK
RGB Variations
Color information
#EB8DB6 (or 0xEB8DB6) is known color: Shocking. HEX triplet: EB, 8D and B6. RGB value is (235,141,182). Sum of RGB (Red+Green+Blue) = 235+141+182=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DB6 is #147249. Grayscale: #ADADAD. Windows color (decimal): -1339978 or 11963883. OLE color: 11963883.
HSL color Cylindrical-coordinate representation of color #EB8DB6: hue angle of 333.83º 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 #EB8DB6 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 182 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.08 |
| HSL | 333.83º | 0.7% | 0.74% | - |
| HSV(B) | 333.83º | 0.4% | 0.92% | - |
| XYZ | 52.23 | 40.09 | 49.24 | - |
| YUV | 173.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 182 | 0 | 0.4 | 0.23 | 0.08 | 333.83 | 0.7 | 0.74 |
| Hex | EB | 8D | B6 | 0 | 28 | 17 | 8 | 14E | 46 | 4A |
| Octal | 353 | 215 | 266 | 0 | 50 | 27 | 10 | 516 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10110110 | 0 | 101000 | 10111 | 1000 | 101001110 | 1000110 | 1001010 |
Color Harmonies of #EB8DB6
Complementary color
Monochromatic Colors of #EB8DB6
Black with #EB8DB6
Text Example
Text Example
White with #EB8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DB6; }
p { color: rgb(235,141,182); }
H1.HeaderClassName
{
color: #EB8DB6;
}
.AnyTagClassName
{
color: #EB8DB6;
}
</style>
background-color css
<style>
a { background-color: #EB8DB6; }
a { background-color: rgb(235,141,182); }
div.DivClassName
{
background-color: #EB8DB6;
}
.BgClassName
{
background-color: #EB8DB6;
}
</style>
border-color css
<style>
span { border-color: #EB8DB6; }
span { border-color: rgb(235,141,182); }
td.TdClassName
{
border-color: #EB8DB6;
}
.TagClassName
{
border-color: #EB8DB6;
}
</style>