Shades of Shocking #EBA8C8
Tints of Shocking #EBA8C8
RGB
CMYK
RGB Variations
Color information
#EBA8C8 (or 0xEBA8C8) is known color: Shocking. HEX triplet: EB, A8 and C8. RGB value is (235,168,200). Sum of RGB (Red+Green+Blue) = 235+168+200=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C8 is #145737. Grayscale: #BFBFBF. Windows color (decimal): -1333048 or 13150443. OLE color: 13150443.
HSL color Cylindrical-coordinate representation of color #EBA8C8: hue angle of 331.34º 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 #EBA8C8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 200 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.08 |
| HSL | 331.34º | 0.63% | 0.79% | - |
| HSV(B) | 331.34º | 0.29% | 0.92% | - |
| XYZ | 58.69 | 49.84 | 61.17 | - |
| YUV | 191.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 200 | 0 | 0.29 | 0.15 | 0.08 | 331.34 | 0.63 | 0.79 |
| Hex | EB | A8 | C8 | 0 | 1D | F | 8 | 14B | 3F | 4F |
| Octal | 353 | 250 | 310 | 0 | 35 | 17 | 10 | 513 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11001000 | 0 | 11101 | 1111 | 1000 | 101001011 | 111111 | 1001111 |
Color Harmonies of #EBA8C8
Complementary color
Monochromatic Colors of #EBA8C8
Black with #EBA8C8
Text Example
Text Example
White with #EBA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8C8; }
p { color: rgb(235,168,200); }
H1.HeaderClassName
{
color: #EBA8C8;
}
.AnyTagClassName
{
color: #EBA8C8;
}
</style>
background-color css
<style>
a { background-color: #EBA8C8; }
a { background-color: rgb(235,168,200); }
div.DivClassName
{
background-color: #EBA8C8;
}
.BgClassName
{
background-color: #EBA8C8;
}
</style>
border-color css
<style>
span { border-color: #EBA8C8; }
span { border-color: rgb(235,168,200); }
td.TdClassName
{
border-color: #EBA8C8;
}
.TagClassName
{
border-color: #EBA8C8;
}
</style>