Shades of Shocking #EB8CBB
Tints of Shocking #EB8CBB
RGB
CMYK
RGB Variations
Color information
#EB8CBB (or 0xEB8CBB) is known color: Shocking. HEX triplet: EB, 8C and BB. RGB value is (235,140,187). Sum of RGB (Red+Green+Blue) = 235+140+187=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CBB is #147344. Grayscale: #ADADAD. Windows color (decimal): -1340229 or 12291307. OLE color: 12291307.
HSL color Cylindrical-coordinate representation of color #EB8CBB: hue angle of 330.32º 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 #EB8CBB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 187 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.08 |
| HSL | 330.32º | 0.7% | 0.74% | - |
| HSV(B) | 330.32º | 0.4% | 0.92% | - |
| XYZ | 52.61 | 40.01 | 51.96 | - |
| YUV | 173.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 187 | 0 | 0.40 | 0.20 | 0.08 | 330.32 | 0.7 | 0.74 |
| Hex | EB | 8C | BB | 0 | 28 | 14 | 8 | 14A | 46 | 4A |
| Octal | 353 | 214 | 273 | 0 | 50 | 24 | 10 | 512 | 106 | 112 |
| Binary | 11101011 | 10001100 | 10111011 | 0 | 101000 | 10100 | 1000 | 101001010 | 1000110 | 1001010 |
Color Harmonies of #EB8CBB
Complementary color
Monochromatic Colors of #EB8CBB
Black with #EB8CBB
Text Example
Text Example
White with #EB8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CBB; }
p { color: rgb(235,140,187); }
H1.HeaderClassName
{
color: #EB8CBB;
}
.AnyTagClassName
{
color: #EB8CBB;
}
</style>
background-color css
<style>
a { background-color: #EB8CBB; }
a { background-color: rgb(235,140,187); }
div.DivClassName
{
background-color: #EB8CBB;
}
.BgClassName
{
background-color: #EB8CBB;
}
</style>
border-color css
<style>
span { border-color: #EB8CBB; }
span { border-color: rgb(235,140,187); }
td.TdClassName
{
border-color: #EB8CBB;
}
.TagClassName
{
border-color: #EB8CBB;
}
</style>