Shades of Shocking #EBA6C9
Tints of Shocking #EBA6C9
RGB
CMYK
RGB Variations
Color information
#EBA6C9 (or 0xEBA6C9) is known color: Shocking. HEX triplet: EB, A6 and C9. RGB value is (235,166,201). Sum of RGB (Red+Green+Blue) = 235+166+201=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6C9 is #145936. Grayscale: #BEBEBE. Windows color (decimal): -1333559 or 13215467. OLE color: 13215467.
HSL color Cylindrical-coordinate representation of color #EBA6C9: hue angle of 329.57º 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 #EBA6C9 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 201 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.08 |
| HSL | 329.57º | 0.63% | 0.79% | - |
| HSV(B) | 329.57º | 0.29% | 0.92% | - |
| XYZ | 58.44 | 49.15 | 61.67 | - |
| YUV | 190.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 201 | 0 | 0.29 | 0.14 | 0.08 | 329.57 | 0.63 | 0.79 |
| Hex | EB | A6 | C9 | 0 | 1D | E | 8 | 14A | 3F | 4F |
| Octal | 353 | 246 | 311 | 0 | 35 | 16 | 10 | 512 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11001001 | 0 | 11101 | 1110 | 1000 | 101001010 | 111111 | 1001111 |
Color Harmonies of #EBA6C9
Complementary color
Monochromatic Colors of #EBA6C9
Black with #EBA6C9
Text Example
Text Example
White with #EBA6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6C9; }
p { color: rgb(235,166,201); }
H1.HeaderClassName
{
color: #EBA6C9;
}
.AnyTagClassName
{
color: #EBA6C9;
}
</style>
background-color css
<style>
a { background-color: #EBA6C9; }
a { background-color: rgb(235,166,201); }
div.DivClassName
{
background-color: #EBA6C9;
}
.BgClassName
{
background-color: #EBA6C9;
}
</style>
border-color css
<style>
span { border-color: #EBA6C9; }
span { border-color: rgb(235,166,201); }
td.TdClassName
{
border-color: #EBA6C9;
}
.TagClassName
{
border-color: #EBA6C9;
}
</style>