Shades of Shocking #E48DC4
Tints of Shocking #E48DC4
RGB
CMYK
RGB Variations
Color information
#E48DC4 (or 0xE48DC4) is known color: Shocking. HEX triplet: E4, 8D and C4. RGB value is (228,141,196). Sum of RGB (Red+Green+Blue) = 228+141+196=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E48DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48DC4 is #1B723B. Grayscale: #ADADAD. Windows color (decimal): -1798716 or 12881380. OLE color: 12881380.
HSL color Cylindrical-coordinate representation of color #E48DC4: hue angle of 322.07º degrees, saturation: 0.62, 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 #E48DC4 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 196 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.11 |
| HSL | 322.07º | 0.62% | 0.72% | - |
| HSV(B) | 322.07º | 0.38% | 0.89% | - |
| XYZ | 51.48 | 39.53 | 57.14 | - |
| YUV | 173.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 196 | 0 | 0.38 | 0.14 | 0.11 | 322.07 | 0.62 | 0.72 |
| Hex | E4 | 8D | C4 | 0 | 26 | E | B | 142 | 3E | 48 |
| Octal | 344 | 215 | 304 | 0 | 46 | 16 | 13 | 502 | 76 | 110 |
| Binary | 11100100 | 10001101 | 11000100 | 0 | 100110 | 1110 | 1011 | 101000010 | 111110 | 1001000 |
Color Harmonies of #E48DC4
Complementary color
Monochromatic Colors of #E48DC4
Black with #E48DC4
Text Example
Text Example
White with #E48DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48DC4; }
p { color: rgb(228,141,196); }
H1.HeaderClassName
{
color: #E48DC4;
}
.AnyTagClassName
{
color: #E48DC4;
}
</style>
background-color css
<style>
a { background-color: #E48DC4; }
a { background-color: rgb(228,141,196); }
div.DivClassName
{
background-color: #E48DC4;
}
.BgClassName
{
background-color: #E48DC4;
}
</style>
border-color css
<style>
span { border-color: #E48DC4; }
span { border-color: rgb(228,141,196); }
td.TdClassName
{
border-color: #E48DC4;
}
.TagClassName
{
border-color: #E48DC4;
}
</style>