Shades of Shocking #E38DBB
Tints of Shocking #E38DBB
RGB
CMYK
RGB Variations
Color information
#E38DBB (or 0xE38DBB) is known color: Shocking. HEX triplet: E3, 8D and BB. RGB value is (227,141,187). Sum of RGB (Red+Green+Blue) = 227+141+187=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DBB is #1C7244. Grayscale: #ABABAB. Windows color (decimal): -1864261 or 12291555. OLE color: 12291555.
HSL color Cylindrical-coordinate representation of color #E38DBB: hue angle of 327.91º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E38DBB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 187 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.11 |
| HSL | 327.91º | 0.61% | 0.72% | - |
| HSV(B) | 327.91º | 0.38% | 0.89% | - |
| XYZ | 50.17 | 38.97 | 51.89 | - |
| YUV | 171.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 187 | 0 | 0.38 | 0.18 | 0.11 | 327.91 | 0.61 | 0.72 |
| Hex | E3 | 8D | BB | 0 | 26 | 12 | B | 148 | 3D | 48 |
| Octal | 343 | 215 | 273 | 0 | 46 | 22 | 13 | 510 | 75 | 110 |
| Binary | 11100011 | 10001101 | 10111011 | 0 | 100110 | 10010 | 1011 | 101001000 | 111101 | 1001000 |
Color Harmonies of #E38DBB
Complementary color
Monochromatic Colors of #E38DBB
Black with #E38DBB
Text Example
Text Example
White with #E38DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DBB; }
p { color: rgb(227,141,187); }
H1.HeaderClassName
{
color: #E38DBB;
}
.AnyTagClassName
{
color: #E38DBB;
}
</style>
background-color css
<style>
a { background-color: #E38DBB; }
a { background-color: rgb(227,141,187); }
div.DivClassName
{
background-color: #E38DBB;
}
.BgClassName
{
background-color: #E38DBB;
}
</style>
border-color css
<style>
span { border-color: #E38DBB; }
span { border-color: rgb(227,141,187); }
td.TdClassName
{
border-color: #E38DBB;
}
.TagClassName
{
border-color: #E38DBB;
}
</style>