Shades of Shocking #EBA2C4
Tints of Shocking #EBA2C4
RGB
CMYK
RGB Variations
Color information
#EBA2C4 (or 0xEBA2C4) is known color: Shocking. HEX triplet: EB, A2 and C4. RGB value is (235,162,196). Sum of RGB (Red+Green+Blue) = 235+162+196=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C4 is #145D3B. Grayscale: #BBBBBB. Windows color (decimal): -1334588 or 12886763. OLE color: 12886763.
HSL color Cylindrical-coordinate representation of color #EBA2C4: hue angle of 332.05º 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 #EBA2C4 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 196 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.08 |
| HSL | 332.05º | 0.65% | 0.78% | - |
| HSV(B) | 332.05º | 0.31% | 0.92% | - |
| XYZ | 57.15 | 47.49 | 58.38 | - |
| YUV | 187.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 196 | 0 | 0.31 | 0.17 | 0.08 | 332.05 | 0.65 | 0.78 |
| Hex | EB | A2 | C4 | 0 | 1F | 11 | 8 | 14C | 41 | 4E |
| Octal | 353 | 242 | 304 | 0 | 37 | 21 | 10 | 514 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11000100 | 0 | 11111 | 10001 | 1000 | 101001100 | 1000001 | 1001110 |
Color Harmonies of #EBA2C4
Complementary color
Monochromatic Colors of #EBA2C4
Black with #EBA2C4
Text Example
Text Example
White with #EBA2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2C4; }
p { color: rgb(235,162,196); }
H1.HeaderClassName
{
color: #EBA2C4;
}
.AnyTagClassName
{
color: #EBA2C4;
}
</style>
background-color css
<style>
a { background-color: #EBA2C4; }
a { background-color: rgb(235,162,196); }
div.DivClassName
{
background-color: #EBA2C4;
}
.BgClassName
{
background-color: #EBA2C4;
}
</style>
border-color css
<style>
span { border-color: #EBA2C4; }
span { border-color: rgb(235,162,196); }
td.TdClassName
{
border-color: #EBA2C4;
}
.TagClassName
{
border-color: #EBA2C4;
}
</style>