Shades of Shocking #EBA8C7
Tints of Shocking #EBA8C7
RGB
CMYK
RGB Variations
Color information
#EBA8C7 (or 0xEBA8C7) is known color: Shocking. HEX triplet: EB, A8 and C7. RGB value is (235,168,199). Sum of RGB (Red+Green+Blue) = 235+168+199=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C7 is #145738. Grayscale: #BFBFBF. Windows color (decimal): -1333049 or 13084907. OLE color: 13084907.
HSL color Cylindrical-coordinate representation of color #EBA8C7: hue angle of 332.24º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8C7 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 199 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.08 |
| HSL | 332.24º | 0.63% | 0.79% | - |
| HSV(B) | 332.24º | 0.29% | 0.92% | - |
| XYZ | 58.57 | 49.79 | 60.56 | - |
| YUV | 191.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 199 | 0 | 0.29 | 0.15 | 0.08 | 332.24 | 0.63 | 0.79 |
| Hex | EB | A8 | C7 | 0 | 1D | F | 8 | 14C | 3F | 4F |
| Octal | 353 | 250 | 307 | 0 | 35 | 17 | 10 | 514 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11000111 | 0 | 11101 | 1111 | 1000 | 101001100 | 111111 | 1001111 |
Color Harmonies of #EBA8C7
Complementary color
Monochromatic Colors of #EBA8C7
Black with #EBA8C7
Text Example
Text Example
White with #EBA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8C7; }
p { color: rgb(235,168,199); }
H1.HeaderClassName
{
color: #EBA8C7;
}
.AnyTagClassName
{
color: #EBA8C7;
}
</style>
background-color css
<style>
a { background-color: #EBA8C7; }
a { background-color: rgb(235,168,199); }
div.DivClassName
{
background-color: #EBA8C7;
}
.BgClassName
{
background-color: #EBA8C7;
}
</style>
border-color css
<style>
span { border-color: #EBA8C7; }
span { border-color: rgb(235,168,199); }
td.TdClassName
{
border-color: #EBA8C7;
}
.TagClassName
{
border-color: #EBA8C7;
}
</style>