Shades of Shocking #EBA2C2
Tints of Shocking #EBA2C2
RGB
CMYK
RGB Variations
Color information
#EBA2C2 (or 0xEBA2C2) is known color: Shocking. HEX triplet: EB, A2 and C2. RGB value is (235,162,194). Sum of RGB (Red+Green+Blue) = 235+162+194=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C2 is #145D3D. Grayscale: #BBBBBB. Windows color (decimal): -1334590 or 12755691. OLE color: 12755691.
HSL color Cylindrical-coordinate representation of color #EBA2C2: hue angle of 333.7º 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 #EBA2C2 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 194 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.08 |
| HSL | 333.7º | 0.65% | 0.78% | - |
| HSV(B) | 333.7º | 0.31% | 0.92% | - |
| XYZ | 56.92 | 47.4 | 57.19 | - |
| YUV | 187.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 194 | 0 | 0.31 | 0.17 | 0.08 | 333.7 | 0.65 | 0.78 |
| Hex | EB | A2 | C2 | 0 | 1F | 11 | 8 | 14E | 41 | 4E |
| Octal | 353 | 242 | 302 | 0 | 37 | 21 | 10 | 516 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11000010 | 0 | 11111 | 10001 | 1000 | 101001110 | 1000001 | 1001110 |
Color Harmonies of #EBA2C2
Complementary color
Monochromatic Colors of #EBA2C2
Black with #EBA2C2
Text Example
Text Example
White with #EBA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2C2; }
p { color: rgb(235,162,194); }
H1.HeaderClassName
{
color: #EBA2C2;
}
.AnyTagClassName
{
color: #EBA2C2;
}
</style>
background-color css
<style>
a { background-color: #EBA2C2; }
a { background-color: rgb(235,162,194); }
div.DivClassName
{
background-color: #EBA2C2;
}
.BgClassName
{
background-color: #EBA2C2;
}
</style>
border-color css
<style>
span { border-color: #EBA2C2; }
span { border-color: rgb(235,162,194); }
td.TdClassName
{
border-color: #EBA2C2;
}
.TagClassName
{
border-color: #EBA2C2;
}
</style>