Shades of Shocking #E49BBB
Tints of Shocking #E49BBB
RGB
CMYK
RGB Variations
Color information
#E49BBB (or 0xE49BBB) is known color: Shocking. HEX triplet: E4, 9B and BB. RGB value is (228,155,187). Sum of RGB (Red+Green+Blue) = 228+155+187=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BBB is #1B6444. Grayscale: #B4B4B4. Windows color (decimal): -1795141 or 12295140. OLE color: 12295140.
HSL color Cylindrical-coordinate representation of color #E49BBB: hue angle of 333.7º 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 #E49BBB is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 187 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.11 |
| HSL | 333.7º | 0.57% | 0.75% | - |
| HSV(B) | 333.7º | 0.32% | 0.89% | - |
| XYZ | 52.69 | 43.52 | 52.64 | - |
| YUV | 180.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 187 | 0 | 0.32 | 0.18 | 0.11 | 333.7 | 0.57 | 0.75 |
| Hex | E4 | 9B | BB | 0 | 20 | 12 | B | 14E | 39 | 4B |
| Octal | 344 | 233 | 273 | 0 | 40 | 22 | 13 | 516 | 71 | 113 |
| Binary | 11100100 | 10011011 | 10111011 | 0 | 100000 | 10010 | 1011 | 101001110 | 111001 | 1001011 |
Color Harmonies of #E49BBB
Complementary color
Monochromatic Colors of #E49BBB
Black with #E49BBB
Text Example
Text Example
White with #E49BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BBB; }
p { color: rgb(228,155,187); }
H1.HeaderClassName
{
color: #E49BBB;
}
.AnyTagClassName
{
color: #E49BBB;
}
</style>
background-color css
<style>
a { background-color: #E49BBB; }
a { background-color: rgb(228,155,187); }
div.DivClassName
{
background-color: #E49BBB;
}
.BgClassName
{
background-color: #E49BBB;
}
</style>
border-color css
<style>
span { border-color: #E49BBB; }
span { border-color: rgb(228,155,187); }
td.TdClassName
{
border-color: #E49BBB;
}
.TagClassName
{
border-color: #E49BBB;
}
</style>