Shades of Shocking #E395C8
Tints of Shocking #E395C8
RGB
CMYK
RGB Variations
Color information
#E395C8 (or 0xE395C8) is known color: Shocking. HEX triplet: E3, 95 and C8. RGB value is (227,149,200). Sum of RGB (Red+Green+Blue) = 227+149+200=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E395C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395C8 is #1C6A37. Grayscale: #B2B2B2. Windows color (decimal): -1862200 or 13145571. OLE color: 13145571.
HSL color Cylindrical-coordinate representation of color #E395C8: hue angle of 320.77º 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 #E395C8 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 200 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.11 |
| HSL | 320.77º | 0.58% | 0.74% | - |
| HSV(B) | 320.77º | 0.34% | 0.89% | - |
| XYZ | 52.85 | 42 | 59.96 | - |
| YUV | 178.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 200 | 0 | 0.34 | 0.12 | 0.11 | 320.77 | 0.58 | 0.74 |
| Hex | E3 | 95 | C8 | 0 | 22 | C | B | 141 | 3A | 4A |
| Octal | 343 | 225 | 310 | 0 | 42 | 14 | 13 | 501 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11001000 | 0 | 100010 | 1100 | 1011 | 101000001 | 111010 | 1001010 |
Color Harmonies of #E395C8
Complementary color
Monochromatic Colors of #E395C8
Black with #E395C8
Text Example
Text Example
White with #E395C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395C8; }
p { color: rgb(227,149,200); }
H1.HeaderClassName
{
color: #E395C8;
}
.AnyTagClassName
{
color: #E395C8;
}
</style>
background-color css
<style>
a { background-color: #E395C8; }
a { background-color: rgb(227,149,200); }
div.DivClassName
{
background-color: #E395C8;
}
.BgClassName
{
background-color: #E395C8;
}
</style>
border-color css
<style>
span { border-color: #E395C8; }
span { border-color: rgb(227,149,200); }
td.TdClassName
{
border-color: #E395C8;
}
.TagClassName
{
border-color: #E395C8;
}
</style>