Shades of Shocking #EB8DB9
Tints of Shocking #EB8DB9
RGB
CMYK
RGB Variations
Color information
#EB8DB9 (or 0xEB8DB9) is known color: Shocking. HEX triplet: EB, 8D and B9. RGB value is (235,141,185). Sum of RGB (Red+Green+Blue) = 235+141+185=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DB9 is #147246. Grayscale: #AEAEAE. Windows color (decimal): -1339975 or 12160491. OLE color: 12160491.
HSL color Cylindrical-coordinate representation of color #EB8DB9: hue angle of 331.91º 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 #EB8DB9 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 185 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.08 |
| HSL | 331.91º | 0.7% | 0.74% | - |
| HSV(B) | 331.91º | 0.4% | 0.92% | - |
| XYZ | 52.54 | 40.21 | 50.89 | - |
| YUV | 174.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 185 | 0 | 0.4 | 0.21 | 0.08 | 331.91 | 0.7 | 0.74 |
| Hex | EB | 8D | B9 | 0 | 28 | 15 | 8 | 14C | 46 | 4A |
| Octal | 353 | 215 | 271 | 0 | 50 | 25 | 10 | 514 | 106 | 112 |
| Binary | 11101011 | 10001101 | 10111001 | 0 | 101000 | 10101 | 1000 | 101001100 | 1000110 | 1001010 |
Color Harmonies of #EB8DB9
Complementary color
Monochromatic Colors of #EB8DB9
Black with #EB8DB9
Text Example
Text Example
White with #EB8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8DB9; }
p { color: rgb(235,141,185); }
H1.HeaderClassName
{
color: #EB8DB9;
}
.AnyTagClassName
{
color: #EB8DB9;
}
</style>
background-color css
<style>
a { background-color: #EB8DB9; }
a { background-color: rgb(235,141,185); }
div.DivClassName
{
background-color: #EB8DB9;
}
.BgClassName
{
background-color: #EB8DB9;
}
</style>
border-color css
<style>
span { border-color: #EB8DB9; }
span { border-color: rgb(235,141,185); }
td.TdClassName
{
border-color: #EB8DB9;
}
.TagClassName
{
border-color: #EB8DB9;
}
</style>