Shades of Shocking #E295C6
Tints of Shocking #E295C6
RGB
CMYK
RGB Variations
Color information
#E295C6 (or 0xE295C6) is known color: Shocking. HEX triplet: E2, 95 and C6. RGB value is (226,149,198). Sum of RGB (Red+Green+Blue) = 226+149+198=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E295C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295C6 is #1D6A39. Grayscale: #B1B1B1. Windows color (decimal): -1927738 or 13014498. OLE color: 13014498.
HSL color Cylindrical-coordinate representation of color #E295C6: hue angle of 321.82º degrees, saturation: 0.57, 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 #E295C6 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 198 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.11 |
| HSL | 321.82º | 0.57% | 0.74% | - |
| HSV(B) | 321.82º | 0.34% | 0.89% | - |
| XYZ | 52.3 | 41.74 | 58.73 | - |
| YUV | 177.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 198 | 0 | 0.34 | 0.12 | 0.11 | 321.82 | 0.57 | 0.74 |
| Hex | E2 | 95 | C6 | 0 | 22 | C | B | 142 | 39 | 4A |
| Octal | 342 | 225 | 306 | 0 | 42 | 14 | 13 | 502 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11000110 | 0 | 100010 | 1100 | 1011 | 101000010 | 111001 | 1001010 |
Color Harmonies of #E295C6
Complementary color
Monochromatic Colors of #E295C6
Black with #E295C6
Text Example
Text Example
White with #E295C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295C6; }
p { color: rgb(226,149,198); }
H1.HeaderClassName
{
color: #E295C6;
}
.AnyTagClassName
{
color: #E295C6;
}
</style>
background-color css
<style>
a { background-color: #E295C6; }
a { background-color: rgb(226,149,198); }
div.DivClassName
{
background-color: #E295C6;
}
.BgClassName
{
background-color: #E295C6;
}
</style>
border-color css
<style>
span { border-color: #E295C6; }
span { border-color: rgb(226,149,198); }
td.TdClassName
{
border-color: #E295C6;
}
.TagClassName
{
border-color: #E295C6;
}
</style>