Shades of Shocking #E395CD
Tints of Shocking #E395CD
RGB
CMYK
RGB Variations
Color information
#E395CD (or 0xE395CD) is known color: Shocking. HEX triplet: E3, 95 and CD. RGB value is (227,149,205). Sum of RGB (Red+Green+Blue) = 227+149+205=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E395CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395CD is #1C6A32. Grayscale: #B2B2B2. Windows color (decimal): -1862195 or 13473251. OLE color: 13473251.
HSL color Cylindrical-coordinate representation of color #E395CD: hue angle of 316.92º 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 #E395CD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 205 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.11 |
| HSL | 316.92º | 0.58% | 0.74% | - |
| HSV(B) | 316.92º | 0.34% | 0.89% | - |
| XYZ | 53.45 | 42.23 | 63.09 | - |
| YUV | 178.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 205 | 0 | 0.34 | 0.10 | 0.11 | 316.92 | 0.58 | 0.74 |
| Hex | E3 | 95 | CD | 0 | 22 | A | B | 13D | 3A | 4A |
| Octal | 343 | 225 | 315 | 0 | 42 | 12 | 13 | 475 | 72 | 112 |
| Binary | 11100011 | 10010101 | 11001101 | 0 | 100010 | 1010 | 1011 | 100111101 | 111010 | 1001010 |
Color Harmonies of #E395CD
Complementary color
Monochromatic Colors of #E395CD
Black with #E395CD
Text Example
Text Example
White with #E395CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395CD; }
p { color: rgb(227,149,205); }
H1.HeaderClassName
{
color: #E395CD;
}
.AnyTagClassName
{
color: #E395CD;
}
</style>
background-color css
<style>
a { background-color: #E395CD; }
a { background-color: rgb(227,149,205); }
div.DivClassName
{
background-color: #E395CD;
}
.BgClassName
{
background-color: #E395CD;
}
</style>
border-color css
<style>
span { border-color: #E395CD; }
span { border-color: rgb(227,149,205); }
td.TdClassName
{
border-color: #E395CD;
}
.TagClassName
{
border-color: #E395CD;
}
</style>