Shades of Shocking #E395C4
Tints of Shocking #E395C4
RGB
CMYK
RGB Variations
Color information
#E395C4 (or 0xE395C4) is known color: Shocking. HEX triplet: E3, 95 and C4. RGB value is (227,149,196). Sum of RGB (Red+Green+Blue) = 227+149+196=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E395C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395C4 is #1C6A3B. Grayscale: #B1B1B1. Windows color (decimal): -1862204 or 12883427. OLE color: 12883427.
HSL color Cylindrical-coordinate representation of color #E395C4: hue angle of 323.85º 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 #E395C4 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 196 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.11 |
| HSL | 323.85º | 0.58% | 0.74% | - |
| HSV(B) | 323.85º | 0.34% | 0.89% | - |
| XYZ | 52.39 | 41.81 | 57.53 | - |
| YUV | 177.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 196 | 0 | 0.34 | 0.14 | 0.11 | 323.85 | 0.58 | 0.74 |
| Hex | E3 | 95 | C4 | 0 | 22 | E | B | 144 | 3A | 4A |
| Octal | 343 | 225 | 304 | 0 | 42 | 16 | 13 | 504 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11000100 | 0 | 100010 | 1110 | 1011 | 101000100 | 111010 | 1001010 |
Color Harmonies of #E395C4
Complementary color
Monochromatic Colors of #E395C4
Black with #E395C4
Text Example
Text Example
White with #E395C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395C4; }
p { color: rgb(227,149,196); }
H1.HeaderClassName
{
color: #E395C4;
}
.AnyTagClassName
{
color: #E395C4;
}
</style>
background-color css
<style>
a { background-color: #E395C4; }
a { background-color: rgb(227,149,196); }
div.DivClassName
{
background-color: #E395C4;
}
.BgClassName
{
background-color: #E395C4;
}
</style>
border-color css
<style>
span { border-color: #E395C4; }
span { border-color: rgb(227,149,196); }
td.TdClassName
{
border-color: #E395C4;
}
.TagClassName
{
border-color: #E395C4;
}
</style>