Shades of Shocking #E38DB8
Tints of Shocking #E38DB8
RGB
CMYK
RGB Variations
Color information
#E38DB8 (or 0xE38DB8) is known color: Shocking. HEX triplet: E3, 8D and B8. RGB value is (227,141,184). Sum of RGB (Red+Green+Blue) = 227+141+184=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DB8 is #1C7247. Grayscale: #ABABAB. Windows color (decimal): -1864264 or 12094947. OLE color: 12094947.
HSL color Cylindrical-coordinate representation of color #E38DB8: hue angle of 330º 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 #E38DB8 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 184 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.11 |
| HSL | 330º | 0.61% | 0.72% | - |
| HSV(B) | 330º | 0.38% | 0.89% | - |
| XYZ | 49.86 | 38.84 | 50.22 | - |
| YUV | 171.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 184 | 0 | 0.38 | 0.19 | 0.11 | 330 | 0.61 | 0.72 |
| Hex | E3 | 8D | B8 | 0 | 26 | 13 | B | 14A | 3D | 48 |
| Octal | 343 | 215 | 270 | 0 | 46 | 23 | 13 | 512 | 75 | 110 |
| Binary | 11100011 | 10001101 | 10111000 | 0 | 100110 | 10011 | 1011 | 101001010 | 111101 | 1001000 |
Color Harmonies of #E38DB8
Complementary color
Monochromatic Colors of #E38DB8
Black with #E38DB8
Text Example
Text Example
White with #E38DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DB8; }
p { color: rgb(227,141,184); }
H1.HeaderClassName
{
color: #E38DB8;
}
.AnyTagClassName
{
color: #E38DB8;
}
</style>
background-color css
<style>
a { background-color: #E38DB8; }
a { background-color: rgb(227,141,184); }
div.DivClassName
{
background-color: #E38DB8;
}
.BgClassName
{
background-color: #E38DB8;
}
</style>
border-color css
<style>
span { border-color: #E38DB8; }
span { border-color: rgb(227,141,184); }
td.TdClassName
{
border-color: #E38DB8;
}
.TagClassName
{
border-color: #E38DB8;
}
</style>