Shades of Shocking #EBA0C7
Tints of Shocking #EBA0C7
RGB
CMYK
RGB Variations
Color information
#EBA0C7 (or 0xEBA0C7) is known color: Shocking. HEX triplet: EB, A0 and C7. RGB value is (235,160,199). Sum of RGB (Red+Green+Blue) = 235+160+199=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0C7 is #145F38. Grayscale: #BABABA. Windows color (decimal): -1335097 or 13082859. OLE color: 13082859.
HSL color Cylindrical-coordinate representation of color #EBA0C7: hue angle of 328.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 #EBA0C7 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 199 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.08 |
| HSL | 328.8º | 0.65% | 0.77% | - |
| HSV(B) | 328.8º | 0.32% | 0.92% | - |
| XYZ | 57.14 | 46.93 | 60.08 | - |
| YUV | 186.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 199 | 0 | 0.32 | 0.15 | 0.08 | 328.8 | 0.65 | 0.77 |
| Hex | EB | A0 | C7 | 0 | 20 | F | 8 | 149 | 41 | 4D |
| Octal | 353 | 240 | 307 | 0 | 40 | 17 | 10 | 511 | 101 | 115 |
| Binary | 11101011 | 10100000 | 11000111 | 0 | 100000 | 1111 | 1000 | 101001001 | 1000001 | 1001101 |
Color Harmonies of #EBA0C7
Complementary color
Monochromatic Colors of #EBA0C7
Black with #EBA0C7
Text Example
Text Example
White with #EBA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA0C7; }
p { color: rgb(235,160,199); }
H1.HeaderClassName
{
color: #EBA0C7;
}
.AnyTagClassName
{
color: #EBA0C7;
}
</style>
background-color css
<style>
a { background-color: #EBA0C7; }
a { background-color: rgb(235,160,199); }
div.DivClassName
{
background-color: #EBA0C7;
}
.BgClassName
{
background-color: #EBA0C7;
}
</style>
border-color css
<style>
span { border-color: #EBA0C7; }
span { border-color: rgb(235,160,199); }
td.TdClassName
{
border-color: #EBA0C7;
}
.TagClassName
{
border-color: #EBA0C7;
}
</style>