Shades of Shocking #E49BB8
Tints of Shocking #E49BB8
RGB
CMYK
RGB Variations
Color information
#E49BB8 (or 0xE49BB8) is known color: Shocking. HEX triplet: E4, 9B and B8. RGB value is (228,155,184). Sum of RGB (Red+Green+Blue) = 228+155+184=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BB8 is #1B6447. Grayscale: #B4B4B4. Windows color (decimal): -1795144 or 12098532. OLE color: 12098532.
HSL color Cylindrical-coordinate representation of color #E49BB8: hue angle of 336.16º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49BB8 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 184 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.11 |
| HSL | 336.16º | 0.57% | 0.75% | - |
| HSV(B) | 336.16º | 0.32% | 0.89% | - |
| XYZ | 52.37 | 43.4 | 50.96 | - |
| YUV | 180.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 184 | 0 | 0.32 | 0.19 | 0.11 | 336.16 | 0.57 | 0.75 |
| Hex | E4 | 9B | B8 | 0 | 20 | 13 | B | 150 | 39 | 4B |
| Octal | 344 | 233 | 270 | 0 | 40 | 23 | 13 | 520 | 71 | 113 |
| Binary | 11100100 | 10011011 | 10111000 | 0 | 100000 | 10011 | 1011 | 101010000 | 111001 | 1001011 |
Color Harmonies of #E49BB8
Complementary color
Monochromatic Colors of #E49BB8
Black with #E49BB8
Text Example
Text Example
White with #E49BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BB8; }
p { color: rgb(228,155,184); }
H1.HeaderClassName
{
color: #E49BB8;
}
.AnyTagClassName
{
color: #E49BB8;
}
</style>
background-color css
<style>
a { background-color: #E49BB8; }
a { background-color: rgb(228,155,184); }
div.DivClassName
{
background-color: #E49BB8;
}
.BgClassName
{
background-color: #E49BB8;
}
</style>
border-color css
<style>
span { border-color: #E49BB8; }
span { border-color: rgb(228,155,184); }
td.TdClassName
{
border-color: #E49BB8;
}
.TagClassName
{
border-color: #E49BB8;
}
</style>