Shades of Shocking #E3A5BC
Tints of Shocking #E3A5BC
RGB
CMYK
RGB Variations
Color information
#E3A5BC (or 0xE3A5BC) is known color: Shocking. HEX triplet: E3, A5 and BC. RGB value is (227,165,188). Sum of RGB (Red+Green+Blue) = 227+165+188=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5BC is #1C5A43. Grayscale: #BABABA. Windows color (decimal): -1858116 or 12363235. OLE color: 12363235.
HSL color Cylindrical-coordinate representation of color #E3A5BC: hue angle of 337.74º degrees, saturation: 0.53, 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 #E3A5BC is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 188 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.11 |
| HSL | 337.74º | 0.53% | 0.77% | - |
| HSV(B) | 337.74º | 0.27% | 0.89% | - |
| XYZ | 54.21 | 46.87 | 53.77 | - |
| YUV | 186.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 188 | 0 | 0.27 | 0.17 | 0.11 | 337.74 | 0.53 | 0.77 |
| Hex | E3 | A5 | BC | 0 | 1B | 11 | B | 152 | 35 | 4D |
| Octal | 343 | 245 | 274 | 0 | 33 | 21 | 13 | 522 | 65 | 115 |
| Binary | 11100011 | 10100101 | 10111100 | 0 | 11011 | 10001 | 1011 | 101010010 | 110101 | 1001101 |
Color Harmonies of #E3A5BC
Complementary color
Monochromatic Colors of #E3A5BC
Black with #E3A5BC
Text Example
Text Example
White with #E3A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5BC; }
p { color: rgb(227,165,188); }
H1.HeaderClassName
{
color: #E3A5BC;
}
.AnyTagClassName
{
color: #E3A5BC;
}
</style>
background-color css
<style>
a { background-color: #E3A5BC; }
a { background-color: rgb(227,165,188); }
div.DivClassName
{
background-color: #E3A5BC;
}
.BgClassName
{
background-color: #E3A5BC;
}
</style>
border-color css
<style>
span { border-color: #E3A5BC; }
span { border-color: rgb(227,165,188); }
td.TdClassName
{
border-color: #E3A5BC;
}
.TagClassName
{
border-color: #E3A5BC;
}
</style>