Shades of Shocking #EBA7C4
Tints of Shocking #EBA7C4
RGB
CMYK
RGB Variations
Color information
#EBA7C4 (or 0xEBA7C4) is known color: Shocking. HEX triplet: EB, A7 and C4. RGB value is (235,167,196). Sum of RGB (Red+Green+Blue) = 235+167+196=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7C4 is #14583B. Grayscale: #BEBEBE. Windows color (decimal): -1333308 or 12888043. OLE color: 12888043.
HSL color Cylindrical-coordinate representation of color #EBA7C4: hue angle of 334.41º 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 #EBA7C4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 196 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.08 |
| HSL | 334.41º | 0.63% | 0.79% | - |
| HSV(B) | 334.41º | 0.29% | 0.92% | - |
| XYZ | 58.04 | 49.29 | 58.68 | - |
| YUV | 190.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 196 | 0 | 0.29 | 0.17 | 0.08 | 334.41 | 0.63 | 0.79 |
| Hex | EB | A7 | C4 | 0 | 1D | 11 | 8 | 14E | 3F | 4F |
| Octal | 353 | 247 | 304 | 0 | 35 | 21 | 10 | 516 | 77 | 117 |
| Binary | 11101011 | 10100111 | 11000100 | 0 | 11101 | 10001 | 1000 | 101001110 | 111111 | 1001111 |
Color Harmonies of #EBA7C4
Complementary color
Monochromatic Colors of #EBA7C4
Black with #EBA7C4
Text Example
Text Example
White with #EBA7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7C4; }
p { color: rgb(235,167,196); }
H1.HeaderClassName
{
color: #EBA7C4;
}
.AnyTagClassName
{
color: #EBA7C4;
}
</style>
background-color css
<style>
a { background-color: #EBA7C4; }
a { background-color: rgb(235,167,196); }
div.DivClassName
{
background-color: #EBA7C4;
}
.BgClassName
{
background-color: #EBA7C4;
}
</style>
border-color css
<style>
span { border-color: #EBA7C4; }
span { border-color: rgb(235,167,196); }
td.TdClassName
{
border-color: #EBA7C4;
}
.TagClassName
{
border-color: #EBA7C4;
}
</style>