Shades of Shocking #E395C7
Tints of Shocking #E395C7
RGB
CMYK
RGB Variations
Color information
#E395C7 (or 0xE395C7) is known color: Shocking. HEX triplet: E3, 95 and C7. RGB value is (227,149,199). Sum of RGB (Red+Green+Blue) = 227+149+199=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E395C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395C7 is #1C6A38. Grayscale: #B1B1B1. Windows color (decimal): -1862201 or 13080035. OLE color: 13080035.
HSL color Cylindrical-coordinate representation of color #E395C7: hue angle of 321.54º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395C7 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 199 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.11 |
| HSL | 321.54º | 0.58% | 0.74% | - |
| HSV(B) | 321.54º | 0.34% | 0.89% | - |
| XYZ | 52.73 | 41.95 | 59.35 | - |
| YUV | 178.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 199 | 0 | 0.34 | 0.12 | 0.11 | 321.54 | 0.58 | 0.74 |
| Hex | E3 | 95 | C7 | 0 | 22 | C | B | 142 | 3A | 4A |
| Octal | 343 | 225 | 307 | 0 | 42 | 14 | 13 | 502 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11000111 | 0 | 100010 | 1100 | 1011 | 101000010 | 111010 | 1001010 |
Color Harmonies of #E395C7
Complementary color
Monochromatic Colors of #E395C7
Black with #E395C7
Text Example
Text Example
White with #E395C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395C7; }
p { color: rgb(227,149,199); }
H1.HeaderClassName
{
color: #E395C7;
}
.AnyTagClassName
{
color: #E395C7;
}
</style>
background-color css
<style>
a { background-color: #E395C7; }
a { background-color: rgb(227,149,199); }
div.DivClassName
{
background-color: #E395C7;
}
.BgClassName
{
background-color: #E395C7;
}
</style>
border-color css
<style>
span { border-color: #E395C7; }
span { border-color: rgb(227,149,199); }
td.TdClassName
{
border-color: #E395C7;
}
.TagClassName
{
border-color: #E395C7;
}
</style>