Shades of Shocking #E294BC
Tints of Shocking #E294BC
RGB
CMYK
RGB Variations
Color information
#E294BC (or 0xE294BC) is known color: Shocking. HEX triplet: E2, 94 and BC. RGB value is (226,148,188). Sum of RGB (Red+Green+Blue) = 226+148+188=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E294BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294BC is #1D6B43. Grayscale: #AFAFAF. Windows color (decimal): -1928004 or 12358882. OLE color: 12358882.
HSL color Cylindrical-coordinate representation of color #E294BC: hue angle of 329.23º 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 #E294BC is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 148 | 188 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.11 |
| HSL | 329.23º | 0.57% | 0.73% | - |
| HSV(B) | 329.23º | 0.35% | 0.89% | - |
| XYZ | 51.03 | 40.98 | 52.8 | - |
| YUV | 175.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 148 | 188 | 0 | 0.35 | 0.17 | 0.11 | 329.23 | 0.57 | 0.73 |
| Hex | E2 | 94 | BC | 0 | 23 | 11 | B | 149 | 39 | 49 |
| Octal | 342 | 224 | 274 | 0 | 43 | 21 | 13 | 511 | 71 | 111 |
| Binary | 11100010 | 10010100 | 10111100 | 0 | 100011 | 10001 | 1011 | 101001001 | 111001 | 1001001 |
Color Harmonies of #E294BC
Complementary color
Monochromatic Colors of #E294BC
Black with #E294BC
Text Example
Text Example
White with #E294BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E294BC; }
p { color: rgb(226,148,188); }
H1.HeaderClassName
{
color: #E294BC;
}
.AnyTagClassName
{
color: #E294BC;
}
</style>
background-color css
<style>
a { background-color: #E294BC; }
a { background-color: rgb(226,148,188); }
div.DivClassName
{
background-color: #E294BC;
}
.BgClassName
{
background-color: #E294BC;
}
</style>
border-color css
<style>
span { border-color: #E294BC; }
span { border-color: rgb(226,148,188); }
td.TdClassName
{
border-color: #E294BC;
}
.TagClassName
{
border-color: #E294BC;
}
</style>