Shades of Shocking #E396CD
Tints of Shocking #E396CD
RGB
CMYK
RGB Variations
Color information
#E396CD (or 0xE396CD) is known color: Shocking. HEX triplet: E3, 96 and CD. RGB value is (227,150,205). Sum of RGB (Red+Green+Blue) = 227+150+205=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E396CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E396CD is #1C6932. Grayscale: #B3B3B3. Windows color (decimal): -1861939 or 13473507. OLE color: 13473507.
HSL color Cylindrical-coordinate representation of color #E396CD: hue angle of 317.14º 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 #E396CD is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 205 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.11 |
| HSL | 317.14º | 0.58% | 0.74% | - |
| HSV(B) | 317.14º | 0.34% | 0.89% | - |
| XYZ | 53.6 | 42.55 | 63.15 | - |
| YUV | 179.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 205 | 0 | 0.34 | 0.10 | 0.11 | 317.14 | 0.58 | 0.74 |
| Hex | E3 | 96 | CD | 0 | 22 | A | B | 13D | 3A | 4A |
| Octal | 343 | 226 | 315 | 0 | 42 | 12 | 13 | 475 | 72 | 112 |
| Binary | 11100011 | 10010110 | 11001101 | 0 | 100010 | 1010 | 1011 | 100111101 | 111010 | 1001010 |
Color Harmonies of #E396CD
Complementary color
Monochromatic Colors of #E396CD
Black with #E396CD
Text Example
Text Example
White with #E396CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E396CD; }
p { color: rgb(227,150,205); }
H1.HeaderClassName
{
color: #E396CD;
}
.AnyTagClassName
{
color: #E396CD;
}
</style>
background-color css
<style>
a { background-color: #E396CD; }
a { background-color: rgb(227,150,205); }
div.DivClassName
{
background-color: #E396CD;
}
.BgClassName
{
background-color: #E396CD;
}
</style>
border-color css
<style>
span { border-color: #E396CD; }
span { border-color: rgb(227,150,205); }
td.TdClassName
{
border-color: #E396CD;
}
.TagClassName
{
border-color: #E396CD;
}
</style>