Shades of Shocking #EBA6C8
Tints of Shocking #EBA6C8
RGB
CMYK
RGB Variations
Color information
#EBA6C8 (or 0xEBA6C8) is known color: Shocking. HEX triplet: EB, A6 and C8. RGB value is (235,166,200). Sum of RGB (Red+Green+Blue) = 235+166+200=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6C8 is #145937. Grayscale: #BEBEBE. Windows color (decimal): -1333560 or 13149931. OLE color: 13149931.
HSL color Cylindrical-coordinate representation of color #EBA6C8: hue angle of 330.43º 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 #EBA6C8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 200 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.08 |
| HSL | 330.43º | 0.63% | 0.79% | - |
| HSV(B) | 330.43º | 0.29% | 0.92% | - |
| XYZ | 58.32 | 49.1 | 61.05 | - |
| YUV | 190.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 200 | 0 | 0.29 | 0.15 | 0.08 | 330.43 | 0.63 | 0.79 |
| Hex | EB | A6 | C8 | 0 | 1D | F | 8 | 14A | 3F | 4F |
| Octal | 353 | 246 | 310 | 0 | 35 | 17 | 10 | 512 | 77 | 117 |
| Binary | 11101011 | 10100110 | 11001000 | 0 | 11101 | 1111 | 1000 | 101001010 | 111111 | 1001111 |
Color Harmonies of #EBA6C8
Complementary color
Monochromatic Colors of #EBA6C8
Black with #EBA6C8
Text Example
Text Example
White with #EBA6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6C8; }
p { color: rgb(235,166,200); }
H1.HeaderClassName
{
color: #EBA6C8;
}
.AnyTagClassName
{
color: #EBA6C8;
}
</style>
background-color css
<style>
a { background-color: #EBA6C8; }
a { background-color: rgb(235,166,200); }
div.DivClassName
{
background-color: #EBA6C8;
}
.BgClassName
{
background-color: #EBA6C8;
}
</style>
border-color css
<style>
span { border-color: #EBA6C8; }
span { border-color: rgb(235,166,200); }
td.TdClassName
{
border-color: #EBA6C8;
}
.TagClassName
{
border-color: #EBA6C8;
}
</style>