Shades of Shocking #EBA0CB
Tints of Shocking #EBA0CB
RGB
CMYK
RGB Variations
Color information
#EBA0CB (or 0xEBA0CB) is known color: Shocking. HEX triplet: EB, A0 and CB. RGB value is (235,160,203). Sum of RGB (Red+Green+Blue) = 235+160+203=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0CB is #145F34. Grayscale: #BBBBBB. Windows color (decimal): -1335093 or 13345003. OLE color: 13345003.
HSL color Cylindrical-coordinate representation of color #EBA0CB: hue angle of 325.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 #EBA0CB is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 203 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.08 |
| HSL | 325.6º | 0.65% | 0.77% | - |
| HSV(B) | 325.6º | 0.32% | 0.92% | - |
| XYZ | 57.61 | 47.12 | 62.56 | - |
| YUV | 187.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 203 | 0 | 0.32 | 0.14 | 0.08 | 325.6 | 0.65 | 0.77 |
| Hex | EB | A0 | CB | 0 | 20 | E | 8 | 146 | 41 | 4D |
| Octal | 353 | 240 | 313 | 0 | 40 | 16 | 10 | 506 | 101 | 115 |
| Binary | 11101011 | 10100000 | 11001011 | 0 | 100000 | 1110 | 1000 | 101000110 | 1000001 | 1001101 |
Color Harmonies of #EBA0CB
Complementary color
Monochromatic Colors of #EBA0CB
Black with #EBA0CB
Text Example
Text Example
White with #EBA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0CB; }
p { color: rgb(235,160,203); }
H1.HeaderClassName
{
color: #EBA0CB;
}
.AnyTagClassName
{
color: #EBA0CB;
}
</style>
background-color css
<style>
a { background-color: #EBA0CB; }
a { background-color: rgb(235,160,203); }
div.DivClassName
{
background-color: #EBA0CB;
}
.BgClassName
{
background-color: #EBA0CB;
}
</style>
border-color css
<style>
span { border-color: #EBA0CB; }
span { border-color: rgb(235,160,203); }
td.TdClassName
{
border-color: #EBA0CB;
}
.TagClassName
{
border-color: #EBA0CB;
}
</style>