Shades of Shocking #EBA2C1
Tints of Shocking #EBA2C1
RGB
CMYK
RGB Variations
Color information
#EBA2C1 (or 0xEBA2C1) is known color: Shocking. HEX triplet: EB, A2 and C1. RGB value is (235,162,193). Sum of RGB (Red+Green+Blue) = 235+162+193=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C1 is #145D3E. Grayscale: #BBBBBB. Windows color (decimal): -1334591 or 12690155. OLE color: 12690155.
HSL color Cylindrical-coordinate representation of color #EBA2C1: hue angle of 334.52º 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 #EBA2C1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 193 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.08 |
| HSL | 334.52º | 0.65% | 0.78% | - |
| HSV(B) | 334.52º | 0.31% | 0.92% | - |
| XYZ | 56.81 | 47.35 | 56.6 | - |
| YUV | 187.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 193 | 0 | 0.31 | 0.18 | 0.08 | 334.52 | 0.65 | 0.78 |
| Hex | EB | A2 | C1 | 0 | 1F | 12 | 8 | 14F | 41 | 4E |
| Octal | 353 | 242 | 301 | 0 | 37 | 22 | 10 | 517 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11000001 | 0 | 11111 | 10010 | 1000 | 101001111 | 1000001 | 1001110 |
Color Harmonies of #EBA2C1
Complementary color
Monochromatic Colors of #EBA2C1
Black with #EBA2C1
Text Example
Text Example
White with #EBA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2C1; }
p { color: rgb(235,162,193); }
H1.HeaderClassName
{
color: #EBA2C1;
}
.AnyTagClassName
{
color: #EBA2C1;
}
</style>
background-color css
<style>
a { background-color: #EBA2C1; }
a { background-color: rgb(235,162,193); }
div.DivClassName
{
background-color: #EBA2C1;
}
.BgClassName
{
background-color: #EBA2C1;
}
</style>
border-color css
<style>
span { border-color: #EBA2C1; }
span { border-color: rgb(235,162,193); }
td.TdClassName
{
border-color: #EBA2C1;
}
.TagClassName
{
border-color: #EBA2C1;
}
</style>