Shades of Shocking #EBA1C6
Tints of Shocking #EBA1C6
RGB
CMYK
RGB Variations
Color information
#EBA1C6 (or 0xEBA1C6) is known color: Shocking. HEX triplet: EB, A1 and C6. RGB value is (235,161,198). Sum of RGB (Red+Green+Blue) = 235+161+198=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1C6 is #145E39. Grayscale: #BBBBBB. Windows color (decimal): -1334842 or 13017579. OLE color: 13017579.
HSL color Cylindrical-coordinate representation of color #EBA1C6: hue angle of 330º 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 #EBA1C6 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 198 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.08 |
| HSL | 330º | 0.65% | 0.78% | - |
| HSV(B) | 330º | 0.31% | 0.92% | - |
| XYZ | 57.2 | 47.23 | 59.53 | - |
| YUV | 187.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 198 | 0 | 0.31 | 0.16 | 0.08 | 330 | 0.65 | 0.78 |
| Hex | EB | A1 | C6 | 0 | 1F | 10 | 8 | 14A | 41 | 4E |
| Octal | 353 | 241 | 306 | 0 | 37 | 20 | 10 | 512 | 101 | 116 |
| Binary | 11101011 | 10100001 | 11000110 | 0 | 11111 | 10000 | 1000 | 101001010 | 1000001 | 1001110 |
Color Harmonies of #EBA1C6
Complementary color
Monochromatic Colors of #EBA1C6
Black with #EBA1C6
Text Example
Text Example
White with #EBA1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA1C6; }
p { color: rgb(235,161,198); }
H1.HeaderClassName
{
color: #EBA1C6;
}
.AnyTagClassName
{
color: #EBA1C6;
}
</style>
background-color css
<style>
a { background-color: #EBA1C6; }
a { background-color: rgb(235,161,198); }
div.DivClassName
{
background-color: #EBA1C6;
}
.BgClassName
{
background-color: #EBA1C6;
}
</style>
border-color css
<style>
span { border-color: #EBA1C6; }
span { border-color: rgb(235,161,198); }
td.TdClassName
{
border-color: #EBA1C6;
}
.TagClassName
{
border-color: #EBA1C6;
}
</style>