Shades of Shocking #EBA4BB
Tints of Shocking #EBA4BB
RGB
CMYK
RGB Variations
Color information
#EBA4BB (or 0xEBA4BB) is known color: Shocking. HEX triplet: EB, A4 and BB. RGB value is (235,164,187). Sum of RGB (Red+Green+Blue) = 235+164+187=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4BB is #145B44. Grayscale: #BBBBBB. Windows color (decimal): -1334085 or 12297451. OLE color: 12297451.
HSL color Cylindrical-coordinate representation of color #EBA4BB: hue angle of 340.56º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4BB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 187 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.08 |
| HSL | 340.56º | 0.64% | 0.78% | - |
| HSV(B) | 340.56º | 0.3% | 0.92% | - |
| XYZ | 56.51 | 47.8 | 53.26 | - |
| YUV | 187.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 187 | 0 | 0.30 | 0.20 | 0.08 | 340.56 | 0.64 | 0.78 |
| Hex | EB | A4 | BB | 0 | 1E | 14 | 8 | 155 | 40 | 4E |
| Octal | 353 | 244 | 273 | 0 | 36 | 24 | 10 | 525 | 100 | 116 |
| Binary | 11101011 | 10100100 | 10111011 | 0 | 11110 | 10100 | 1000 | 101010101 | 1000000 | 1001110 |
Color Harmonies of #EBA4BB
Complementary color
Monochromatic Colors of #EBA4BB
Black with #EBA4BB
Text Example
Text Example
White with #EBA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4BB; }
p { color: rgb(235,164,187); }
H1.HeaderClassName
{
color: #EBA4BB;
}
.AnyTagClassName
{
color: #EBA4BB;
}
</style>
background-color css
<style>
a { background-color: #EBA4BB; }
a { background-color: rgb(235,164,187); }
div.DivClassName
{
background-color: #EBA4BB;
}
.BgClassName
{
background-color: #EBA4BB;
}
</style>
border-color css
<style>
span { border-color: #EBA4BB; }
span { border-color: rgb(235,164,187); }
td.TdClassName
{
border-color: #EBA4BB;
}
.TagClassName
{
border-color: #EBA4BB;
}
</style>