Shades of Shocking #EBA5C9
Tints of Shocking #EBA5C9
RGB
CMYK
RGB Variations
Color information
#EBA5C9 (or 0xEBA5C9) is known color: Shocking. HEX triplet: EB, A5 and C9. RGB value is (235,165,201). Sum of RGB (Red+Green+Blue) = 235+165+201=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5C9 is #145A36. Grayscale: #BDBDBD. Windows color (decimal): -1333815 or 13215211. OLE color: 13215211.
HSL color Cylindrical-coordinate representation of color #EBA5C9: hue angle of 329.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5C9 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 201 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.08 |
| HSL | 329.14º | 0.64% | 0.78% | - |
| HSV(B) | 329.14º | 0.3% | 0.92% | - |
| XYZ | 58.26 | 48.79 | 61.61 | - |
| YUV | 190.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 201 | 0 | 0.30 | 0.14 | 0.08 | 329.14 | 0.64 | 0.78 |
| Hex | EB | A5 | C9 | 0 | 1E | E | 8 | 149 | 40 | 4E |
| Octal | 353 | 245 | 311 | 0 | 36 | 16 | 10 | 511 | 100 | 116 |
| Binary | 11101011 | 10100101 | 11001001 | 0 | 11110 | 1110 | 1000 | 101001001 | 1000000 | 1001110 |
Color Harmonies of #EBA5C9
Complementary color
Monochromatic Colors of #EBA5C9
Black with #EBA5C9
Text Example
Text Example
White with #EBA5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5C9; }
p { color: rgb(235,165,201); }
H1.HeaderClassName
{
color: #EBA5C9;
}
.AnyTagClassName
{
color: #EBA5C9;
}
</style>
background-color css
<style>
a { background-color: #EBA5C9; }
a { background-color: rgb(235,165,201); }
div.DivClassName
{
background-color: #EBA5C9;
}
.BgClassName
{
background-color: #EBA5C9;
}
</style>
border-color css
<style>
span { border-color: #EBA5C9; }
span { border-color: rgb(235,165,201); }
td.TdClassName
{
border-color: #EBA5C9;
}
.TagClassName
{
border-color: #EBA5C9;
}
</style>