Shades of Shocking #E48FC3
Tints of Shocking #E48FC3
RGB
CMYK
RGB Variations
Color information
#E48FC3 (or 0xE48FC3) is known color: Shocking. HEX triplet: E4, 8F and C3. RGB value is (228,143,195). Sum of RGB (Red+Green+Blue) = 228+143+195=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FC3 is #1B703C. Grayscale: #AEAEAE. Windows color (decimal): -1798205 or 12816356. OLE color: 12816356.
HSL color Cylindrical-coordinate representation of color #E48FC3: hue angle of 323.29º 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 #E48FC3 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 195 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.11 |
| HSL | 323.29º | 0.61% | 0.73% | - |
| HSV(B) | 323.29º | 0.37% | 0.89% | - |
| XYZ | 51.67 | 40.08 | 56.64 | - |
| YUV | 174.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 195 | 0 | 0.37 | 0.14 | 0.11 | 323.29 | 0.61 | 0.73 |
| Hex | E4 | 8F | C3 | 0 | 25 | E | B | 143 | 3D | 49 |
| Octal | 344 | 217 | 303 | 0 | 45 | 16 | 13 | 503 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11000011 | 0 | 100101 | 1110 | 1011 | 101000011 | 111101 | 1001001 |
Color Harmonies of #E48FC3
Complementary color
Monochromatic Colors of #E48FC3
Black with #E48FC3
Text Example
Text Example
White with #E48FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FC3; }
p { color: rgb(228,143,195); }
H1.HeaderClassName
{
color: #E48FC3;
}
.AnyTagClassName
{
color: #E48FC3;
}
</style>
background-color css
<style>
a { background-color: #E48FC3; }
a { background-color: rgb(228,143,195); }
div.DivClassName
{
background-color: #E48FC3;
}
.BgClassName
{
background-color: #E48FC3;
}
</style>
border-color css
<style>
span { border-color: #E48FC3; }
span { border-color: rgb(228,143,195); }
td.TdClassName
{
border-color: #E48FC3;
}
.TagClassName
{
border-color: #E48FC3;
}
</style>