Shades of Shocking #E48CC5
Tints of Shocking #E48CC5
RGB
CMYK
RGB Variations
Color information
#E48CC5 (or 0xE48CC5) is known color: Shocking. HEX triplet: E4, 8C and C5. RGB value is (228,140,197). Sum of RGB (Red+Green+Blue) = 228+140+197=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CC5 is #1B733A. Grayscale: #ACACAC. Windows color (decimal): -1798971 or 12946660. OLE color: 12946660.
HSL color Cylindrical-coordinate representation of color #E48CC5: hue angle of 321.14º 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 #E48CC5 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 197 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.11 |
| HSL | 321.14º | 0.62% | 0.72% | - |
| HSV(B) | 321.14º | 0.39% | 0.89% | - |
| XYZ | 51.45 | 39.28 | 57.69 | - |
| YUV | 172.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 197 | 0 | 0.39 | 0.14 | 0.11 | 321.14 | 0.62 | 0.72 |
| Hex | E4 | 8C | C5 | 0 | 27 | E | B | 141 | 3E | 48 |
| Octal | 344 | 214 | 305 | 0 | 47 | 16 | 13 | 501 | 76 | 110 |
| Binary | 11100100 | 10001100 | 11000101 | 0 | 100111 | 1110 | 1011 | 101000001 | 111110 | 1001000 |
Color Harmonies of #E48CC5
Complementary color
Monochromatic Colors of #E48CC5
Black with #E48CC5
Text Example
Text Example
White with #E48CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CC5; }
p { color: rgb(228,140,197); }
H1.HeaderClassName
{
color: #E48CC5;
}
.AnyTagClassName
{
color: #E48CC5;
}
</style>
background-color css
<style>
a { background-color: #E48CC5; }
a { background-color: rgb(228,140,197); }
div.DivClassName
{
background-color: #E48CC5;
}
.BgClassName
{
background-color: #E48CC5;
}
</style>
border-color css
<style>
span { border-color: #E48CC5; }
span { border-color: rgb(228,140,197); }
td.TdClassName
{
border-color: #E48CC5;
}
.TagClassName
{
border-color: #E48CC5;
}
</style>