Shades of Shocking #E38DC4
Tints of Shocking #E38DC4
RGB
CMYK
RGB Variations
Color information
#E38DC4 (or 0xE38DC4) is known color: Shocking. HEX triplet: E3, 8D and C4. RGB value is (227,141,196). Sum of RGB (Red+Green+Blue) = 227+141+196=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DC4 is #1C723B. Grayscale: #ACACAC. Windows color (decimal): -1864252 or 12881379. OLE color: 12881379.
HSL color Cylindrical-coordinate representation of color #E38DC4: hue angle of 321.63º 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 #E38DC4 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 141 | 196 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.11 |
| HSL | 321.63º | 0.61% | 0.72% | - |
| HSV(B) | 321.63º | 0.38% | 0.89% | - |
| XYZ | 51.17 | 39.37 | 57.13 | - |
| YUV | 172.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 141 | 196 | 0 | 0.38 | 0.14 | 0.11 | 321.63 | 0.61 | 0.72 |
| Hex | E3 | 8D | C4 | 0 | 26 | E | B | 142 | 3D | 48 |
| Octal | 343 | 215 | 304 | 0 | 46 | 16 | 13 | 502 | 75 | 110 |
| Binary | 11100011 | 10001101 | 11000100 | 0 | 100110 | 1110 | 1011 | 101000010 | 111101 | 1001000 |
Color Harmonies of #E38DC4
Complementary color
Monochromatic Colors of #E38DC4
Black with #E38DC4
Text Example
Text Example
White with #E38DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38DC4; }
p { color: rgb(227,141,196); }
H1.HeaderClassName
{
color: #E38DC4;
}
.AnyTagClassName
{
color: #E38DC4;
}
</style>
background-color css
<style>
a { background-color: #E38DC4; }
a { background-color: rgb(227,141,196); }
div.DivClassName
{
background-color: #E38DC4;
}
.BgClassName
{
background-color: #E38DC4;
}
</style>
border-color css
<style>
span { border-color: #E38DC4; }
span { border-color: rgb(227,141,196); }
td.TdClassName
{
border-color: #E38DC4;
}
.TagClassName
{
border-color: #E38DC4;
}
</style>