Shades of Shocking #E08BBA
Tints of Shocking #E08BBA
RGB
CMYK
RGB Variations
Color information
#E08BBA (or 0xE08BBA) is known color: Shocking. HEX triplet: E0, 8B and BA. RGB value is (224,139,186). Sum of RGB (Red+Green+Blue) = 224+139+186=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BBA is #1F7445. Grayscale: #A9A9A9. Windows color (decimal): -2061382 or 12225504. OLE color: 12225504.
HSL color Cylindrical-coordinate representation of color #E08BBA: hue angle of 326.82º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BBA is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 186 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.12 |
| HSL | 326.82º | 0.58% | 0.71% | - |
| HSV(B) | 326.82º | 0.38% | 0.88% | - |
| XYZ | 48.84 | 37.86 | 51.19 | - |
| YUV | 169.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 186 | 0 | 0.38 | 0.17 | 0.12 | 326.82 | 0.58 | 0.71 |
| Hex | E0 | 8B | BA | 0 | 26 | 11 | C | 147 | 3A | 47 |
| Octal | 340 | 213 | 272 | 0 | 46 | 21 | 14 | 507 | 72 | 107 |
| Binary | 11100000 | 10001011 | 10111010 | 0 | 100110 | 10001 | 1100 | 101000111 | 111010 | 1000111 |
Color Harmonies of #E08BBA
Complementary color
Monochromatic Colors of #E08BBA
Black with #E08BBA
Text Example
Text Example
White with #E08BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BBA; }
p { color: rgb(224,139,186); }
H1.HeaderClassName
{
color: #E08BBA;
}
.AnyTagClassName
{
color: #E08BBA;
}
</style>
background-color css
<style>
a { background-color: #E08BBA; }
a { background-color: rgb(224,139,186); }
div.DivClassName
{
background-color: #E08BBA;
}
.BgClassName
{
background-color: #E08BBA;
}
</style>
border-color css
<style>
span { border-color: #E08BBA; }
span { border-color: rgb(224,139,186); }
td.TdClassName
{
border-color: #E08BBA;
}
.TagClassName
{
border-color: #E08BBA;
}
</style>