Shades of Shocking #EB8BBB
Tints of Shocking #EB8BBB
RGB
CMYK
RGB Variations
Color information
#EB8BBB (or 0xEB8BBB) is known color: Shocking. HEX triplet: EB, 8B and BB. RGB value is (235,139,187). Sum of RGB (Red+Green+Blue) = 235+139+187=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BBB is #147444. Grayscale: #ADADAD. Windows color (decimal): -1340485 or 12291051. OLE color: 12291051.
HSL color Cylindrical-coordinate representation of color #EB8BBB: hue angle of 330º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BBB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 187 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.08 |
| HSL | 330º | 0.71% | 0.73% | - |
| HSV(B) | 330º | 0.41% | 0.92% | - |
| XYZ | 52.46 | 39.72 | 51.91 | - |
| YUV | 173.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 187 | 0 | 0.41 | 0.20 | 0.08 | 330 | 0.71 | 0.73 |
| Hex | EB | 8B | BB | 0 | 29 | 14 | 8 | 14A | 47 | 49 |
| Octal | 353 | 213 | 273 | 0 | 51 | 24 | 10 | 512 | 107 | 111 |
| Binary | 11101011 | 10001011 | 10111011 | 0 | 101001 | 10100 | 1000 | 101001010 | 1000111 | 1001001 |
Color Harmonies of #EB8BBB
Complementary color
Monochromatic Colors of #EB8BBB
Black with #EB8BBB
Text Example
Text Example
White with #EB8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BBB; }
p { color: rgb(235,139,187); }
H1.HeaderClassName
{
color: #EB8BBB;
}
.AnyTagClassName
{
color: #EB8BBB;
}
</style>
background-color css
<style>
a { background-color: #EB8BBB; }
a { background-color: rgb(235,139,187); }
div.DivClassName
{
background-color: #EB8BBB;
}
.BgClassName
{
background-color: #EB8BBB;
}
</style>
border-color css
<style>
span { border-color: #EB8BBB; }
span { border-color: rgb(235,139,187); }
td.TdClassName
{
border-color: #EB8BBB;
}
.TagClassName
{
border-color: #EB8BBB;
}
</style>