Shades of Shocking #EBA5BA
Tints of Shocking #EBA5BA
RGB
CMYK
RGB Variations
Color information
#EBA5BA (or 0xEBA5BA) is known color: Shocking. HEX triplet: EB, A5 and BA. RGB value is (235,165,186). Sum of RGB (Red+Green+Blue) = 235+165+186=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5BA is #145A45. Grayscale: #BCBCBC. Windows color (decimal): -1333830 or 12232171. OLE color: 12232171.
HSL color Cylindrical-coordinate representation of color #EBA5BA: hue angle of 342º 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 #EBA5BA is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 186 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.08 |
| HSL | 342º | 0.64% | 0.78% | - |
| HSV(B) | 342º | 0.3% | 0.92% | - |
| XYZ | 56.58 | 48.12 | 52.76 | - |
| YUV | 188.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 186 | 0 | 0.30 | 0.21 | 0.08 | 342 | 0.64 | 0.78 |
| Hex | EB | A5 | BA | 0 | 1E | 15 | 8 | 156 | 40 | 4E |
| Octal | 353 | 245 | 272 | 0 | 36 | 25 | 10 | 526 | 100 | 116 |
| Binary | 11101011 | 10100101 | 10111010 | 0 | 11110 | 10101 | 1000 | 101010110 | 1000000 | 1001110 |
Color Harmonies of #EBA5BA
Complementary color
Monochromatic Colors of #EBA5BA
Black with #EBA5BA
Text Example
Text Example
White with #EBA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5BA; }
p { color: rgb(235,165,186); }
H1.HeaderClassName
{
color: #EBA5BA;
}
.AnyTagClassName
{
color: #EBA5BA;
}
</style>
background-color css
<style>
a { background-color: #EBA5BA; }
a { background-color: rgb(235,165,186); }
div.DivClassName
{
background-color: #EBA5BA;
}
.BgClassName
{
background-color: #EBA5BA;
}
</style>
border-color css
<style>
span { border-color: #EBA5BA; }
span { border-color: rgb(235,165,186); }
td.TdClassName
{
border-color: #EBA5BA;
}
.TagClassName
{
border-color: #EBA5BA;
}
</style>