Shades of Shocking #E48FBC
Tints of Shocking #E48FBC
RGB
CMYK
RGB Variations
Color information
#E48FBC (or 0xE48FBC) is known color: Shocking. HEX triplet: E4, 8F and BC. RGB value is (228,143,188). Sum of RGB (Red+Green+Blue) = 228+143+188=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FBC is #1B7043. Grayscale: #ADADAD. Windows color (decimal): -1798212 or 12357604. OLE color: 12357604.
HSL color Cylindrical-coordinate representation of color #E48FBC: hue angle of 328.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 #E48FBC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 188 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.11 |
| HSL | 328.24º | 0.61% | 0.73% | - |
| HSV(B) | 328.24º | 0.37% | 0.89% | - |
| XYZ | 50.89 | 39.77 | 52.57 | - |
| YUV | 173.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 188 | 0 | 0.37 | 0.18 | 0.11 | 328.24 | 0.61 | 0.73 |
| Hex | E4 | 8F | BC | 0 | 25 | 12 | B | 148 | 3D | 49 |
| Octal | 344 | 217 | 274 | 0 | 45 | 22 | 13 | 510 | 75 | 111 |
| Binary | 11100100 | 10001111 | 10111100 | 0 | 100101 | 10010 | 1011 | 101001000 | 111101 | 1001001 |
Color Harmonies of #E48FBC
Complementary color
Monochromatic Colors of #E48FBC
Black with #E48FBC
Text Example
Text Example
White with #E48FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FBC; }
p { color: rgb(228,143,188); }
H1.HeaderClassName
{
color: #E48FBC;
}
.AnyTagClassName
{
color: #E48FBC;
}
</style>
background-color css
<style>
a { background-color: #E48FBC; }
a { background-color: rgb(228,143,188); }
div.DivClassName
{
background-color: #E48FBC;
}
.BgClassName
{
background-color: #E48FBC;
}
</style>
border-color css
<style>
span { border-color: #E48FBC; }
span { border-color: rgb(228,143,188); }
td.TdClassName
{
border-color: #E48FBC;
}
.TagClassName
{
border-color: #E48FBC;
}
</style>