Shades of Shocking #E48FCD
Tints of Shocking #E48FCD
RGB
CMYK
RGB Variations
Color information
#E48FCD (or 0xE48FCD) is known color: Shocking. HEX triplet: E4, 8F and CD. RGB value is (228,143,205). Sum of RGB (Red+Green+Blue) = 228+143+205=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FCD is #1B7032. Grayscale: #AFAFAF. Windows color (decimal): -1798195 or 13471716. OLE color: 13471716.
HSL color Cylindrical-coordinate representation of color #E48FCD: hue angle of 316.24º 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 #E48FCD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 205 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 316.24º | 0.61% | 0.73% | - |
| HSV(B) | 316.24º | 0.37% | 0.89% | - |
| XYZ | 52.84 | 40.55 | 62.8 | - |
| YUV | 175.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 205 | 0 | 0.37 | 0.10 | 0.11 | 316.24 | 0.61 | 0.73 |
| Hex | E4 | 8F | CD | 0 | 25 | A | B | 13C | 3D | 49 |
| Octal | 344 | 217 | 315 | 0 | 45 | 12 | 13 | 474 | 75 | 111 |
| Binary | 11100100 | 10001111 | 11001101 | 0 | 100101 | 1010 | 1011 | 100111100 | 111101 | 1001001 |
Color Harmonies of #E48FCD
Complementary color
Monochromatic Colors of #E48FCD
Black with #E48FCD
Text Example
Text Example
White with #E48FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FCD; }
p { color: rgb(228,143,205); }
H1.HeaderClassName
{
color: #E48FCD;
}
.AnyTagClassName
{
color: #E48FCD;
}
</style>
background-color css
<style>
a { background-color: #E48FCD; }
a { background-color: rgb(228,143,205); }
div.DivClassName
{
background-color: #E48FCD;
}
.BgClassName
{
background-color: #E48FCD;
}
</style>
border-color css
<style>
span { border-color: #E48FCD; }
span { border-color: rgb(228,143,205); }
td.TdClassName
{
border-color: #E48FCD;
}
.TagClassName
{
border-color: #E48FCD;
}
</style>