Shades of Shocking #EBA5BD
Tints of Shocking #EBA5BD
RGB
CMYK
RGB Variations
Color information
#EBA5BD (or 0xEBA5BD) is known color: Shocking. HEX triplet: EB, A5 and BD. RGB value is (235,165,189). Sum of RGB (Red+Green+Blue) = 235+165+189=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5BD is #145A42. Grayscale: #BCBCBC. Windows color (decimal): -1333827 or 12428779. OLE color: 12428779.
HSL color Cylindrical-coordinate representation of color #EBA5BD: hue angle of 339.43º 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 #EBA5BD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 189 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.08 |
| HSL | 339.43º | 0.64% | 0.78% | - |
| HSV(B) | 339.43º | 0.3% | 0.92% | - |
| XYZ | 56.9 | 48.25 | 54.46 | - |
| YUV | 188.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 189 | 0 | 0.30 | 0.20 | 0.08 | 339.43 | 0.64 | 0.78 |
| Hex | EB | A5 | BD | 0 | 1E | 14 | 8 | 153 | 40 | 4E |
| Octal | 353 | 245 | 275 | 0 | 36 | 24 | 10 | 523 | 100 | 116 |
| Binary | 11101011 | 10100101 | 10111101 | 0 | 11110 | 10100 | 1000 | 101010011 | 1000000 | 1001110 |
Color Harmonies of #EBA5BD
Complementary color
Monochromatic Colors of #EBA5BD
Black with #EBA5BD
Text Example
Text Example
White with #EBA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5BD; }
p { color: rgb(235,165,189); }
H1.HeaderClassName
{
color: #EBA5BD;
}
.AnyTagClassName
{
color: #EBA5BD;
}
</style>
background-color css
<style>
a { background-color: #EBA5BD; }
a { background-color: rgb(235,165,189); }
div.DivClassName
{
background-color: #EBA5BD;
}
.BgClassName
{
background-color: #EBA5BD;
}
</style>
border-color css
<style>
span { border-color: #EBA5BD; }
span { border-color: rgb(235,165,189); }
td.TdClassName
{
border-color: #EBA5BD;
}
.TagClassName
{
border-color: #EBA5BD;
}
</style>