Shades of Shocking #EBA0D0
Tints of Shocking #EBA0D0
RGB
CMYK
RGB Variations
Color information
#EBA0D0 (or 0xEBA0D0) is known color: Shocking. HEX triplet: EB, A0 and D0. RGB value is (235,160,208). Sum of RGB (Red+Green+Blue) = 235+160+208=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D0 is #145F2F. Grayscale: #BBBBBB. Windows color (decimal): -1335088 or 13672683. OLE color: 13672683.
HSL color Cylindrical-coordinate representation of color #EBA0D0: hue angle of 321.6º 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 #EBA0D0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 208 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.08 |
| HSL | 321.6º | 0.65% | 0.77% | - |
| HSV(B) | 321.6º | 0.32% | 0.92% | - |
| XYZ | 58.22 | 47.36 | 65.75 | - |
| YUV | 187.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 208 | 0 | 0.32 | 0.11 | 0.08 | 321.6 | 0.65 | 0.77 |
| Hex | EB | A0 | D0 | 0 | 20 | B | 8 | 142 | 41 | 4D |
| Octal | 353 | 240 | 320 | 0 | 40 | 13 | 10 | 502 | 101 | 115 |
| Binary | 11101011 | 10100000 | 11010000 | 0 | 100000 | 1011 | 1000 | 101000010 | 1000001 | 1001101 |
Color Harmonies of #EBA0D0
Complementary color
Monochromatic Colors of #EBA0D0
Black with #EBA0D0
Text Example
Text Example
White with #EBA0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0D0; }
p { color: rgb(235,160,208); }
H1.HeaderClassName
{
color: #EBA0D0;
}
.AnyTagClassName
{
color: #EBA0D0;
}
</style>
background-color css
<style>
a { background-color: #EBA0D0; }
a { background-color: rgb(235,160,208); }
div.DivClassName
{
background-color: #EBA0D0;
}
.BgClassName
{
background-color: #EBA0D0;
}
</style>
border-color css
<style>
span { border-color: #EBA0D0; }
span { border-color: rgb(235,160,208); }
td.TdClassName
{
border-color: #EBA0D0;
}
.TagClassName
{
border-color: #EBA0D0;
}
</style>