Shades of Shocking #E48FC8
Tints of Shocking #E48FC8
RGB
CMYK
RGB Variations
Color information
#E48FC8 (or 0xE48FC8) is known color: Shocking. HEX triplet: E4, 8F and C8. RGB value is (228,143,200). Sum of RGB (Red+Green+Blue) = 228+143+200=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FC8 is #1B7037. Grayscale: #AEAEAE. Windows color (decimal): -1798200 or 13144036. OLE color: 13144036.
HSL color Cylindrical-coordinate representation of color #E48FC8: hue angle of 319.76º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E48FC8 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 200 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.11 |
| HSL | 319.76º | 0.61% | 0.73% | - |
| HSV(B) | 319.76º | 0.37% | 0.89% | - |
| XYZ | 52.24 | 40.31 | 59.67 | - |
| YUV | 174.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 200 | 0 | 0.37 | 0.12 | 0.11 | 319.76 | 0.61 | 0.73 |
| Hex | E4 | 8F | C8 | 0 | 25 | C | B | 140 | 3D | 49 |
| Octal | 344 | 217 | 310 | 0 | 45 | 14 | 13 | 500 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11001000 | 0 | 100101 | 1100 | 1011 | 101000000 | 111101 | 1001001 |
Color Harmonies of #E48FC8
Complementary color
Monochromatic Colors of #E48FC8
Black with #E48FC8
Text Example
Text Example
White with #E48FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FC8; }
p { color: rgb(228,143,200); }
H1.HeaderClassName
{
color: #E48FC8;
}
.AnyTagClassName
{
color: #E48FC8;
}
</style>
background-color css
<style>
a { background-color: #E48FC8; }
a { background-color: rgb(228,143,200); }
div.DivClassName
{
background-color: #E48FC8;
}
.BgClassName
{
background-color: #E48FC8;
}
</style>
border-color css
<style>
span { border-color: #E48FC8; }
span { border-color: rgb(228,143,200); }
td.TdClassName
{
border-color: #E48FC8;
}
.TagClassName
{
border-color: #E48FC8;
}
</style>