Shades of Shocking #EBA8C3
Tints of Shocking #EBA8C3
RGB
CMYK
RGB Variations
Color information
#EBA8C3 (or 0xEBA8C3) is known color: Shocking. HEX triplet: EB, A8 and C3. RGB value is (235,168,195). Sum of RGB (Red+Green+Blue) = 235+168+195=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8C3 is #14573C. Grayscale: #BFBFBF. Windows color (decimal): -1333053 or 12822763. OLE color: 12822763.
HSL color Cylindrical-coordinate representation of color #EBA8C3: hue angle of 335.82º 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 #EBA8C3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 195 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.08 |
| HSL | 335.82º | 0.63% | 0.79% | - |
| HSV(B) | 335.82º | 0.29% | 0.92% | - |
| XYZ | 58.11 | 49.61 | 58.14 | - |
| YUV | 191.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 195 | 0 | 0.29 | 0.17 | 0.08 | 335.82 | 0.63 | 0.79 |
| Hex | EB | A8 | C3 | 0 | 1D | 11 | 8 | 150 | 3F | 4F |
| Octal | 353 | 250 | 303 | 0 | 35 | 21 | 10 | 520 | 77 | 117 |
| Binary | 11101011 | 10101000 | 11000011 | 0 | 11101 | 10001 | 1000 | 101010000 | 111111 | 1001111 |
Color Harmonies of #EBA8C3
Complementary color
Monochromatic Colors of #EBA8C3
Black with #EBA8C3
Text Example
Text Example
White with #EBA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8C3; }
p { color: rgb(235,168,195); }
H1.HeaderClassName
{
color: #EBA8C3;
}
.AnyTagClassName
{
color: #EBA8C3;
}
</style>
background-color css
<style>
a { background-color: #EBA8C3; }
a { background-color: rgb(235,168,195); }
div.DivClassName
{
background-color: #EBA8C3;
}
.BgClassName
{
background-color: #EBA8C3;
}
</style>
border-color css
<style>
span { border-color: #EBA8C3; }
span { border-color: rgb(235,168,195); }
td.TdClassName
{
border-color: #EBA8C3;
}
.TagClassName
{
border-color: #EBA8C3;
}
</style>