Shades of Shocking #E494BC
Tints of Shocking #E494BC
RGB
CMYK
RGB Variations
Color information
#E494BC (or 0xE494BC) is known color: Shocking. HEX triplet: E4, 94 and BC. RGB value is (228,148,188). Sum of RGB (Red+Green+Blue) = 228+148+188=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E494BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494BC is #1B6B43. Grayscale: #B0B0B0. Windows color (decimal): -1796932 or 12358884. OLE color: 12358884.
HSL color Cylindrical-coordinate representation of color #E494BC: hue angle of 330º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E494BC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 188 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.11 |
| HSL | 330º | 0.6% | 0.74% | - |
| HSV(B) | 330º | 0.35% | 0.89% | - |
| XYZ | 51.66 | 41.3 | 52.83 | - |
| YUV | 176.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 188 | 0 | 0.35 | 0.18 | 0.11 | 330 | 0.6 | 0.74 |
| Hex | E4 | 94 | BC | 0 | 23 | 12 | B | 14A | 3C | 4A |
| Octal | 344 | 224 | 274 | 0 | 43 | 22 | 13 | 512 | 74 | 112 |
| Binary | 11100100 | 10010100 | 10111100 | 0 | 100011 | 10010 | 1011 | 101001010 | 111100 | 1001010 |
Color Harmonies of #E494BC
Complementary color
Monochromatic Colors of #E494BC
Black with #E494BC
Text Example
Text Example
White with #E494BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E494BC; }
p { color: rgb(228,148,188); }
H1.HeaderClassName
{
color: #E494BC;
}
.AnyTagClassName
{
color: #E494BC;
}
</style>
background-color css
<style>
a { background-color: #E494BC; }
a { background-color: rgb(228,148,188); }
div.DivClassName
{
background-color: #E494BC;
}
.BgClassName
{
background-color: #E494BC;
}
</style>
border-color css
<style>
span { border-color: #E494BC; }
span { border-color: rgb(228,148,188); }
td.TdClassName
{
border-color: #E494BC;
}
.TagClassName
{
border-color: #E494BC;
}
</style>