Shades of Shocking #EBA0BE
Tints of Shocking #EBA0BE
RGB
CMYK
RGB Variations
Color information
#EBA0BE (or 0xEBA0BE) is known color: Shocking. HEX triplet: EB, A0 and BE. RGB value is (235,160,190). Sum of RGB (Red+Green+Blue) = 235+160+190=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0BE is #145F41. Grayscale: #B9B9B9. Windows color (decimal): -1335106 or 12493035. OLE color: 12493035.
HSL color Cylindrical-coordinate representation of color #EBA0BE: hue angle of 336º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0BE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 190 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.08 |
| HSL | 336º | 0.65% | 0.77% | - |
| HSV(B) | 336º | 0.32% | 0.92% | - |
| XYZ | 56.13 | 46.52 | 54.74 | - |
| YUV | 185.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 190 | 0 | 0.32 | 0.19 | 0.08 | 336 | 0.65 | 0.77 |
| Hex | EB | A0 | BE | 0 | 20 | 13 | 8 | 150 | 41 | 4D |
| Octal | 353 | 240 | 276 | 0 | 40 | 23 | 10 | 520 | 101 | 115 |
| Binary | 11101011 | 10100000 | 10111110 | 0 | 100000 | 10011 | 1000 | 101010000 | 1000001 | 1001101 |
Color Harmonies of #EBA0BE
Complementary color
Monochromatic Colors of #EBA0BE
Black with #EBA0BE
Text Example
Text Example
White with #EBA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0BE; }
p { color: rgb(235,160,190); }
H1.HeaderClassName
{
color: #EBA0BE;
}
.AnyTagClassName
{
color: #EBA0BE;
}
</style>
background-color css
<style>
a { background-color: #EBA0BE; }
a { background-color: rgb(235,160,190); }
div.DivClassName
{
background-color: #EBA0BE;
}
.BgClassName
{
background-color: #EBA0BE;
}
</style>
border-color css
<style>
span { border-color: #EBA0BE; }
span { border-color: rgb(235,160,190); }
td.TdClassName
{
border-color: #EBA0BE;
}
.TagClassName
{
border-color: #EBA0BE;
}
</style>