Shades of Shocking #E48FC7
Tints of Shocking #E48FC7
RGB
CMYK
RGB Variations
Color information
#E48FC7 (or 0xE48FC7) is known color: Shocking. HEX triplet: E4, 8F and C7. RGB value is (228,143,199). Sum of RGB (Red+Green+Blue) = 228+143+199=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FC7 is #1B7038. Grayscale: #AEAEAE. Windows color (decimal): -1798201 or 13078500. OLE color: 13078500.
HSL color Cylindrical-coordinate representation of color #E48FC7: hue angle of 320.47º 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 #E48FC7 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 199 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.11 |
| HSL | 320.47º | 0.61% | 0.73% | - |
| HSV(B) | 320.47º | 0.37% | 0.89% | - |
| XYZ | 52.13 | 40.26 | 59.06 | - |
| YUV | 174.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 199 | 0 | 0.37 | 0.13 | 0.11 | 320.47 | 0.61 | 0.73 |
| Hex | E4 | 8F | C7 | 0 | 25 | D | B | 140 | 3D | 49 |
| Octal | 344 | 217 | 307 | 0 | 45 | 15 | 13 | 500 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11000111 | 0 | 100101 | 1101 | 1011 | 101000000 | 111101 | 1001001 |
Color Harmonies of #E48FC7
Complementary color
Monochromatic Colors of #E48FC7
Black with #E48FC7
Text Example
Text Example
White with #E48FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FC7; }
p { color: rgb(228,143,199); }
H1.HeaderClassName
{
color: #E48FC7;
}
.AnyTagClassName
{
color: #E48FC7;
}
</style>
background-color css
<style>
a { background-color: #E48FC7; }
a { background-color: rgb(228,143,199); }
div.DivClassName
{
background-color: #E48FC7;
}
.BgClassName
{
background-color: #E48FC7;
}
</style>
border-color css
<style>
span { border-color: #E48FC7; }
span { border-color: rgb(228,143,199); }
td.TdClassName
{
border-color: #E48FC7;
}
.TagClassName
{
border-color: #E48FC7;
}
</style>