Shades of Shocking #E395C9
Tints of Shocking #E395C9
RGB
CMYK
RGB Variations
Color information
#E395C9 (or 0xE395C9) is known color: Shocking. HEX triplet: E3, 95 and C9. RGB value is (227,149,201). Sum of RGB (Red+Green+Blue) = 227+149+201=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E395C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395C9 is #1C6A36. Grayscale: #B2B2B2. Windows color (decimal): -1862199 or 13211107. OLE color: 13211107.
HSL color Cylindrical-coordinate representation of color #E395C9: hue angle of 320º 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 #E395C9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 201 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.11 |
| HSL | 320º | 0.58% | 0.74% | - |
| HSV(B) | 320º | 0.34% | 0.89% | - |
| XYZ | 52.97 | 42.04 | 60.58 | - |
| YUV | 178.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 201 | 0 | 0.34 | 0.11 | 0.11 | 320 | 0.58 | 0.74 |
| Hex | E3 | 95 | C9 | 0 | 22 | B | B | 140 | 3A | 4A |
| Octal | 343 | 225 | 311 | 0 | 42 | 13 | 13 | 500 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11001001 | 0 | 100010 | 1011 | 1011 | 101000000 | 111010 | 1001010 |
Color Harmonies of #E395C9
Complementary color
Monochromatic Colors of #E395C9
Black with #E395C9
Text Example
Text Example
White with #E395C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395C9; }
p { color: rgb(227,149,201); }
H1.HeaderClassName
{
color: #E395C9;
}
.AnyTagClassName
{
color: #E395C9;
}
</style>
background-color css
<style>
a { background-color: #E395C9; }
a { background-color: rgb(227,149,201); }
div.DivClassName
{
background-color: #E395C9;
}
.BgClassName
{
background-color: #E395C9;
}
</style>
border-color css
<style>
span { border-color: #E395C9; }
span { border-color: rgb(227,149,201); }
td.TdClassName
{
border-color: #E395C9;
}
.TagClassName
{
border-color: #E395C9;
}
</style>