Shades of Shocking #E294B6
Tints of Shocking #E294B6
RGB
CMYK
RGB Variations
Color information
#E294B6 (or 0xE294B6) is known color: Shocking. HEX triplet: E2, 94 and B6. RGB value is (226,148,182). Sum of RGB (Red+Green+Blue) = 226+148+182=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E294B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294B6 is #1D6B49. Grayscale: #AFAFAF. Windows color (decimal): -1928010 or 11965666. OLE color: 11965666.
HSL color Cylindrical-coordinate representation of color #E294B6: hue angle of 333.85º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294B6 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 182 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.11 |
| HSL | 333.85º | 0.57% | 0.73% | - |
| HSV(B) | 333.85º | 0.35% | 0.89% | - |
| XYZ | 50.4 | 40.73 | 49.46 | - |
| YUV | 175.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 182 | 0 | 0.35 | 0.19 | 0.11 | 333.85 | 0.57 | 0.73 |
| Hex | E2 | 94 | B6 | 0 | 23 | 13 | B | 14E | 39 | 49 |
| Octal | 342 | 224 | 266 | 0 | 43 | 23 | 13 | 516 | 71 | 111 |
| Binary | 11100010 | 10010100 | 10110110 | 0 | 100011 | 10011 | 1011 | 101001110 | 111001 | 1001001 |
Color Harmonies of #E294B6
Complementary color
Monochromatic Colors of #E294B6
Black with #E294B6
Text Example
Text Example
White with #E294B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294B6; }
p { color: rgb(226,148,182); }
H1.HeaderClassName
{
color: #E294B6;
}
.AnyTagClassName
{
color: #E294B6;
}
</style>
background-color css
<style>
a { background-color: #E294B6; }
a { background-color: rgb(226,148,182); }
div.DivClassName
{
background-color: #E294B6;
}
.BgClassName
{
background-color: #E294B6;
}
</style>
border-color css
<style>
span { border-color: #E294B6; }
span { border-color: rgb(226,148,182); }
td.TdClassName
{
border-color: #E294B6;
}
.TagClassName
{
border-color: #E294B6;
}
</style>