Shades of Shocking #E3A5BB
Tints of Shocking #E3A5BB
RGB
CMYK
RGB Variations
Color information
#E3A5BB (or 0xE3A5BB) is known color: Shocking. HEX triplet: E3, A5 and BB. RGB value is (227,165,187). Sum of RGB (Red+Green+Blue) = 227+165+187=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5BB is #1C5A44. Grayscale: #BABABA. Windows color (decimal): -1858117 or 12297699. OLE color: 12297699.
HSL color Cylindrical-coordinate representation of color #E3A5BB: hue angle of 338.71º 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 #E3A5BB is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 187 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.11 |
| HSL | 338.71º | 0.53% | 0.77% | - |
| HSV(B) | 338.71º | 0.27% | 0.89% | - |
| XYZ | 54.1 | 46.83 | 53.2 | - |
| YUV | 186.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 187 | 0 | 0.27 | 0.18 | 0.11 | 338.71 | 0.53 | 0.77 |
| Hex | E3 | A5 | BB | 0 | 1B | 12 | B | 153 | 35 | 4D |
| Octal | 343 | 245 | 273 | 0 | 33 | 22 | 13 | 523 | 65 | 115 |
| Binary | 11100011 | 10100101 | 10111011 | 0 | 11011 | 10010 | 1011 | 101010011 | 110101 | 1001101 |
Color Harmonies of #E3A5BB
Complementary color
Monochromatic Colors of #E3A5BB
Black with #E3A5BB
Text Example
Text Example
White with #E3A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5BB; }
p { color: rgb(227,165,187); }
H1.HeaderClassName
{
color: #E3A5BB;
}
.AnyTagClassName
{
color: #E3A5BB;
}
</style>
background-color css
<style>
a { background-color: #E3A5BB; }
a { background-color: rgb(227,165,187); }
div.DivClassName
{
background-color: #E3A5BB;
}
.BgClassName
{
background-color: #E3A5BB;
}
</style>
border-color css
<style>
span { border-color: #E3A5BB; }
span { border-color: rgb(227,165,187); }
td.TdClassName
{
border-color: #E3A5BB;
}
.TagClassName
{
border-color: #E3A5BB;
}
</style>