Shades of Shocking #E38DCB
Tints of Shocking #E38DCB
RGB
CMYK
RGB Variations
Color information
#E38DCB (or 0xE38DCB) is known color: Shocking. HEX triplet: E3, 8D and CB. RGB value is (227,141,203). Sum of RGB (Red+Green+Blue) = 227+141+203=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DCB is #1C7234. Grayscale: #ADADAD. Windows color (decimal): -1864245 or 13340131. OLE color: 13340131.
HSL color Cylindrical-coordinate representation of color #E38DCB: hue angle of 316.74º 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 #E38DCB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 203 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.11 |
| HSL | 316.74º | 0.61% | 0.72% | - |
| HSV(B) | 316.74º | 0.38% | 0.89% | - |
| XYZ | 51.98 | 39.69 | 61.42 | - |
| YUV | 173.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 203 | 0 | 0.38 | 0.11 | 0.11 | 316.74 | 0.61 | 0.72 |
| Hex | E3 | 8D | CB | 0 | 26 | B | B | 13D | 3D | 48 |
| Octal | 343 | 215 | 313 | 0 | 46 | 13 | 13 | 475 | 75 | 110 |
| Binary | 11100011 | 10001101 | 11001011 | 0 | 100110 | 1011 | 1011 | 100111101 | 111101 | 1001000 |
Color Harmonies of #E38DCB
Complementary color
Monochromatic Colors of #E38DCB
Black with #E38DCB
Text Example
Text Example
White with #E38DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DCB; }
p { color: rgb(227,141,203); }
H1.HeaderClassName
{
color: #E38DCB;
}
.AnyTagClassName
{
color: #E38DCB;
}
</style>
background-color css
<style>
a { background-color: #E38DCB; }
a { background-color: rgb(227,141,203); }
div.DivClassName
{
background-color: #E38DCB;
}
.BgClassName
{
background-color: #E38DCB;
}
</style>
border-color css
<style>
span { border-color: #E38DCB; }
span { border-color: rgb(227,141,203); }
td.TdClassName
{
border-color: #E38DCB;
}
.TagClassName
{
border-color: #E38DCB;
}
</style>