Shades of Shocking #E08CBB
Tints of Shocking #E08CBB
RGB
CMYK
RGB Variations
Color information
#E08CBB (or 0xE08CBB) is known color: Shocking. HEX triplet: E0, 8C and BB. RGB value is (224,140,187). Sum of RGB (Red+Green+Blue) = 224+140+187=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CBB is #1F7344. Grayscale: #AAAAAA. Windows color (decimal): -2061125 or 12291296. OLE color: 12291296.
HSL color Cylindrical-coordinate representation of color #E08CBB: hue angle of 326.43º 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 #E08CBB is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 187 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.12 |
| HSL | 326.43º | 0.58% | 0.71% | - |
| HSV(B) | 326.43º | 0.38% | 0.88% | - |
| XYZ | 49.09 | 38.19 | 51.8 | - |
| YUV | 170.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 187 | 0 | 0.38 | 0.17 | 0.12 | 326.43 | 0.58 | 0.71 |
| Hex | E0 | 8C | BB | 0 | 26 | 11 | C | 146 | 3A | 47 |
| Octal | 340 | 214 | 273 | 0 | 46 | 21 | 14 | 506 | 72 | 107 |
| Binary | 11100000 | 10001100 | 10111011 | 0 | 100110 | 10001 | 1100 | 101000110 | 111010 | 1000111 |
Color Harmonies of #E08CBB
Complementary color
Monochromatic Colors of #E08CBB
Black with #E08CBB
Text Example
Text Example
White with #E08CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CBB; }
p { color: rgb(224,140,187); }
H1.HeaderClassName
{
color: #E08CBB;
}
.AnyTagClassName
{
color: #E08CBB;
}
</style>
background-color css
<style>
a { background-color: #E08CBB; }
a { background-color: rgb(224,140,187); }
div.DivClassName
{
background-color: #E08CBB;
}
.BgClassName
{
background-color: #E08CBB;
}
</style>
border-color css
<style>
span { border-color: #E08CBB; }
span { border-color: rgb(224,140,187); }
td.TdClassName
{
border-color: #E08CBB;
}
.TagClassName
{
border-color: #E08CBB;
}
</style>