Shades of Shocking #E49BCE
Tints of Shocking #E49BCE
RGB
CMYK
RGB Variations
Color information
#E49BCE (or 0xE49BCE) is known color: Shocking. HEX triplet: E4, 9B and CE. RGB value is (228,155,206). Sum of RGB (Red+Green+Blue) = 228+155+206=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49BCE is #1B6431. Grayscale: #B6B6B6. Windows color (decimal): -1795122 or 13540324. OLE color: 13540324.
HSL color Cylindrical-coordinate representation of color #E49BCE: hue angle of 318.08º 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 #E49BCE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 206 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.11 |
| HSL | 318.08º | 0.57% | 0.75% | - |
| HSV(B) | 318.08º | 0.32% | 0.89% | - |
| XYZ | 54.86 | 44.39 | 64.07 | - |
| YUV | 182.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 206 | 0 | 0.32 | 0.10 | 0.11 | 318.08 | 0.57 | 0.75 |
| Hex | E4 | 9B | CE | 0 | 20 | A | B | 13E | 39 | 4B |
| Octal | 344 | 233 | 316 | 0 | 40 | 12 | 13 | 476 | 71 | 113 |
| Binary | 11100100 | 10011011 | 11001110 | 0 | 100000 | 1010 | 1011 | 100111110 | 111001 | 1001011 |
Color Harmonies of #E49BCE
Complementary color
Monochromatic Colors of #E49BCE
Black with #E49BCE
Text Example
Text Example
White with #E49BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49BCE; }
p { color: rgb(228,155,206); }
H1.HeaderClassName
{
color: #E49BCE;
}
.AnyTagClassName
{
color: #E49BCE;
}
</style>
background-color css
<style>
a { background-color: #E49BCE; }
a { background-color: rgb(228,155,206); }
div.DivClassName
{
background-color: #E49BCE;
}
.BgClassName
{
background-color: #E49BCE;
}
</style>
border-color css
<style>
span { border-color: #E49BCE; }
span { border-color: rgb(228,155,206); }
td.TdClassName
{
border-color: #E49BCE;
}
.TagClassName
{
border-color: #E49BCE;
}
</style>