Shades of Shocking #EBA1C9
Tints of Shocking #EBA1C9
RGB
CMYK
RGB Variations
Color information
#EBA1C9 (or 0xEBA1C9) is known color: Shocking. HEX triplet: EB, A1 and C9. RGB value is (235,161,201). Sum of RGB (Red+Green+Blue) = 235+161+201=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1C9 is #145E36. Grayscale: #BBBBBB. Windows color (decimal): -1334839 or 13214187. OLE color: 13214187.
HSL color Cylindrical-coordinate representation of color #EBA1C9: hue angle of 327.57º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA1C9 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 201 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.08 |
| HSL | 327.57º | 0.65% | 0.78% | - |
| HSV(B) | 327.57º | 0.31% | 0.92% | - |
| XYZ | 57.55 | 47.37 | 61.37 | - |
| YUV | 187.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 201 | 0 | 0.31 | 0.14 | 0.08 | 327.57 | 0.65 | 0.78 |
| Hex | EB | A1 | C9 | 0 | 1F | E | 8 | 148 | 41 | 4E |
| Octal | 353 | 241 | 311 | 0 | 37 | 16 | 10 | 510 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11001001 | 0 | 11111 | 1110 | 1000 | 101001000 | 1000001 | 1001110 |
Color Harmonies of #EBA1C9
Complementary color
Monochromatic Colors of #EBA1C9
Black with #EBA1C9
Text Example
Text Example
White with #EBA1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1C9; }
p { color: rgb(235,161,201); }
H1.HeaderClassName
{
color: #EBA1C9;
}
.AnyTagClassName
{
color: #EBA1C9;
}
</style>
background-color css
<style>
a { background-color: #EBA1C9; }
a { background-color: rgb(235,161,201); }
div.DivClassName
{
background-color: #EBA1C9;
}
.BgClassName
{
background-color: #EBA1C9;
}
</style>
border-color css
<style>
span { border-color: #EBA1C9; }
span { border-color: rgb(235,161,201); }
td.TdClassName
{
border-color: #EBA1C9;
}
.TagClassName
{
border-color: #EBA1C9;
}
</style>