Shades of Shocking #E2A5BC
Tints of Shocking #E2A5BC
RGB
CMYK
RGB Variations
Color information
#E2A5BC (or 0xE2A5BC) is known color: Shocking. HEX triplet: E2, A5 and BC. RGB value is (226,165,188). Sum of RGB (Red+Green+Blue) = 226+165+188=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A5BC is #1D5A43. Grayscale: #B9B9B9. Windows color (decimal): -1923652 or 12363234. OLE color: 12363234.
HSL color Cylindrical-coordinate representation of color #E2A5BC: hue angle of 337.38º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A5BC is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 188 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.11 |
| HSL | 337.38º | 0.51% | 0.77% | - |
| HSV(B) | 337.38º | 0.27% | 0.89% | - |
| XYZ | 53.9 | 46.71 | 53.75 | - |
| YUV | 185.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 188 | 0 | 0.27 | 0.17 | 0.11 | 337.38 | 0.51 | 0.77 |
| Hex | E2 | A5 | BC | 0 | 1B | 11 | B | 151 | 33 | 4D |
| Octal | 342 | 245 | 274 | 0 | 33 | 21 | 13 | 521 | 63 | 115 |
| Binary | 11100010 | 10100101 | 10111100 | 0 | 11011 | 10001 | 1011 | 101010001 | 110011 | 1001101 |
Color Harmonies of #E2A5BC
Complementary color
Monochromatic Colors of #E2A5BC
Black with #E2A5BC
Text Example
Text Example
White with #E2A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A5BC; }
p { color: rgb(226,165,188); }
H1.HeaderClassName
{
color: #E2A5BC;
}
.AnyTagClassName
{
color: #E2A5BC;
}
</style>
background-color css
<style>
a { background-color: #E2A5BC; }
a { background-color: rgb(226,165,188); }
div.DivClassName
{
background-color: #E2A5BC;
}
.BgClassName
{
background-color: #E2A5BC;
}
</style>
border-color css
<style>
span { border-color: #E2A5BC; }
span { border-color: rgb(226,165,188); }
td.TdClassName
{
border-color: #E2A5BC;
}
.TagClassName
{
border-color: #E2A5BC;
}
</style>