Shades of Shocking #EBA0CC
Tints of Shocking #EBA0CC
RGB
CMYK
RGB Variations
Color information
#EBA0CC (or 0xEBA0CC) is known color: Shocking. HEX triplet: EB, A0 and CC. RGB value is (235,160,204). Sum of RGB (Red+Green+Blue) = 235+160+204=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0CC is #145F33. Grayscale: #BBBBBB. Windows color (decimal): -1335092 or 13410539. OLE color: 13410539.
HSL color Cylindrical-coordinate representation of color #EBA0CC: hue angle of 324.8º 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 #EBA0CC is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 204 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.08 |
| HSL | 324.8º | 0.65% | 0.77% | - |
| HSV(B) | 324.8º | 0.32% | 0.92% | - |
| XYZ | 57.73 | 47.16 | 63.19 | - |
| YUV | 187.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 204 | 0 | 0.32 | 0.13 | 0.08 | 324.8 | 0.65 | 0.77 |
| Hex | EB | A0 | CC | 0 | 20 | D | 8 | 145 | 41 | 4D |
| Octal | 353 | 240 | 314 | 0 | 40 | 15 | 10 | 505 | 101 | 115 |
| Binary | 11101011 | 10100000 | 11001100 | 0 | 100000 | 1101 | 1000 | 101000101 | 1000001 | 1001101 |
Color Harmonies of #EBA0CC
Complementary color
Monochromatic Colors of #EBA0CC
Black with #EBA0CC
Text Example
Text Example
White with #EBA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0CC; }
p { color: rgb(235,160,204); }
H1.HeaderClassName
{
color: #EBA0CC;
}
.AnyTagClassName
{
color: #EBA0CC;
}
</style>
background-color css
<style>
a { background-color: #EBA0CC; }
a { background-color: rgb(235,160,204); }
div.DivClassName
{
background-color: #EBA0CC;
}
.BgClassName
{
background-color: #EBA0CC;
}
</style>
border-color css
<style>
span { border-color: #EBA0CC; }
span { border-color: rgb(235,160,204); }
td.TdClassName
{
border-color: #EBA0CC;
}
.TagClassName
{
border-color: #EBA0CC;
}
</style>