Shades of Shocking #E48FCE
Tints of Shocking #E48FCE
RGB
CMYK
RGB Variations
Color information
#E48FCE (or 0xE48FCE) is known color: Shocking. HEX triplet: E4, 8F and CE. RGB value is (228,143,206). Sum of RGB (Red+Green+Blue) = 228+143+206=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FCE is #1B7031. Grayscale: #AFAFAF. Windows color (decimal): -1798194 or 13537252. OLE color: 13537252.
HSL color Cylindrical-coordinate representation of color #E48FCE: hue angle of 315.53º 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 #E48FCE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 206 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 315.53º | 0.61% | 0.73% | - |
| HSV(B) | 315.53º | 0.37% | 0.89% | - |
| XYZ | 52.96 | 40.6 | 63.44 | - |
| YUV | 175.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 206 | 0 | 0.37 | 0.10 | 0.11 | 315.53 | 0.61 | 0.73 |
| Hex | E4 | 8F | CE | 0 | 25 | A | B | 13C | 3D | 49 |
| Octal | 344 | 217 | 316 | 0 | 45 | 12 | 13 | 474 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11001110 | 0 | 100101 | 1010 | 1011 | 100111100 | 111101 | 1001001 |
Color Harmonies of #E48FCE
Complementary color
Monochromatic Colors of #E48FCE
Black with #E48FCE
Text Example
Text Example
White with #E48FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FCE; }
p { color: rgb(228,143,206); }
H1.HeaderClassName
{
color: #E48FCE;
}
.AnyTagClassName
{
color: #E48FCE;
}
</style>
background-color css
<style>
a { background-color: #E48FCE; }
a { background-color: rgb(228,143,206); }
div.DivClassName
{
background-color: #E48FCE;
}
.BgClassName
{
background-color: #E48FCE;
}
</style>
border-color css
<style>
span { border-color: #E48FCE; }
span { border-color: rgb(228,143,206); }
td.TdClassName
{
border-color: #E48FCE;
}
.TagClassName
{
border-color: #E48FCE;
}
</style>