Shades of Shocking #E48BC7
Tints of Shocking #E48BC7
RGB
CMYK
RGB Variations
Color information
#E48BC7 (or 0xE48BC7) is known color: Shocking. HEX triplet: E4, 8B and C7. RGB value is (228,139,199). Sum of RGB (Red+Green+Blue) = 228+139+199=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BC7 is #1B7438. Grayscale: #ACACAC. Windows color (decimal): -1799225 or 13077476. OLE color: 13077476.
HSL color Cylindrical-coordinate representation of color #E48BC7: hue angle of 319.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BC7 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 199 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.11 |
| HSL | 319.55º | 0.62% | 0.72% | - |
| HSV(B) | 319.55º | 0.39% | 0.89% | - |
| XYZ | 51.54 | 39.08 | 58.86 | - |
| YUV | 172.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 199 | 0 | 0.39 | 0.13 | 0.11 | 319.55 | 0.62 | 0.72 |
| Hex | E4 | 8B | C7 | 0 | 27 | D | B | 140 | 3E | 48 |
| Octal | 344 | 213 | 307 | 0 | 47 | 15 | 13 | 500 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11000111 | 0 | 100111 | 1101 | 1011 | 101000000 | 111110 | 1001000 |
Color Harmonies of #E48BC7
Complementary color
Monochromatic Colors of #E48BC7
Black with #E48BC7
Text Example
Text Example
White with #E48BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BC7; }
p { color: rgb(228,139,199); }
H1.HeaderClassName
{
color: #E48BC7;
}
.AnyTagClassName
{
color: #E48BC7;
}
</style>
background-color css
<style>
a { background-color: #E48BC7; }
a { background-color: rgb(228,139,199); }
div.DivClassName
{
background-color: #E48BC7;
}
.BgClassName
{
background-color: #E48BC7;
}
</style>
border-color css
<style>
span { border-color: #E48BC7; }
span { border-color: rgb(228,139,199); }
td.TdClassName
{
border-color: #E48BC7;
}
.TagClassName
{
border-color: #E48BC7;
}
</style>