Shades of Shocking #EBA0C5
Tints of Shocking #EBA0C5
RGB
CMYK
RGB Variations
Color information
#EBA0C5 (or 0xEBA0C5) is known color: Shocking. HEX triplet: EB, A0 and C5. RGB value is (235,160,197). Sum of RGB (Red+Green+Blue) = 235+160+197=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0C5 is #145F3A. Grayscale: #BABABA. Windows color (decimal): -1335099 or 12951787. OLE color: 12951787.
HSL color Cylindrical-coordinate representation of color #EBA0C5: hue angle of 330.4º 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 #EBA0C5 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 197 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.08 |
| HSL | 330.4º | 0.65% | 0.77% | - |
| HSV(B) | 330.4º | 0.32% | 0.92% | - |
| XYZ | 56.91 | 46.84 | 58.86 | - |
| YUV | 186.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 197 | 0 | 0.32 | 0.16 | 0.08 | 330.4 | 0.65 | 0.77 |
| Hex | EB | A0 | C5 | 0 | 20 | 10 | 8 | 14A | 41 | 4D |
| Octal | 353 | 240 | 305 | 0 | 40 | 20 | 10 | 512 | 101 | 115 |
| Binary | 11101011 | 10100000 | 11000101 | 0 | 100000 | 10000 | 1000 | 101001010 | 1000001 | 1001101 |
Color Harmonies of #EBA0C5
Complementary color
Monochromatic Colors of #EBA0C5
Black with #EBA0C5
Text Example
Text Example
White with #EBA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0C5; }
p { color: rgb(235,160,197); }
H1.HeaderClassName
{
color: #EBA0C5;
}
.AnyTagClassName
{
color: #EBA0C5;
}
</style>
background-color css
<style>
a { background-color: #EBA0C5; }
a { background-color: rgb(235,160,197); }
div.DivClassName
{
background-color: #EBA0C5;
}
.BgClassName
{
background-color: #EBA0C5;
}
</style>
border-color css
<style>
span { border-color: #EBA0C5; }
span { border-color: rgb(235,160,197); }
td.TdClassName
{
border-color: #EBA0C5;
}
.TagClassName
{
border-color: #EBA0C5;
}
</style>