Shades of Shocking #E094B8
Tints of Shocking #E094B8
RGB
CMYK
RGB Variations
Color information
#E094B8 (or 0xE094B8) is known color: Shocking. HEX triplet: E0, 94 and B8. RGB value is (224,148,184). Sum of RGB (Red+Green+Blue) = 224+148+184=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E094B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094B8 is #1F6B47. Grayscale: #AEAEAE. Windows color (decimal): -2059080 or 12096736. OLE color: 12096736.
HSL color Cylindrical-coordinate representation of color #E094B8: hue angle of 331.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094B8 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 184 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.12 |
| HSL | 331.58º | 0.55% | 0.73% | - |
| HSV(B) | 331.58º | 0.34% | 0.88% | - |
| XYZ | 49.98 | 40.49 | 50.53 | - |
| YUV | 174.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 184 | 0 | 0.34 | 0.18 | 0.12 | 331.58 | 0.55 | 0.73 |
| Hex | E0 | 94 | B8 | 0 | 22 | 12 | C | 14C | 37 | 49 |
| Octal | 340 | 224 | 270 | 0 | 42 | 22 | 14 | 514 | 67 | 111 |
| Binary | 11100000 | 10010100 | 10111000 | 0 | 100010 | 10010 | 1100 | 101001100 | 110111 | 1001001 |
Color Harmonies of #E094B8
Complementary color
Monochromatic Colors of #E094B8
Black with #E094B8
Text Example
Text Example
White with #E094B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094B8; }
p { color: rgb(224,148,184); }
H1.HeaderClassName
{
color: #E094B8;
}
.AnyTagClassName
{
color: #E094B8;
}
</style>
background-color css
<style>
a { background-color: #E094B8; }
a { background-color: rgb(224,148,184); }
div.DivClassName
{
background-color: #E094B8;
}
.BgClassName
{
background-color: #E094B8;
}
</style>
border-color css
<style>
span { border-color: #E094B8; }
span { border-color: rgb(224,148,184); }
td.TdClassName
{
border-color: #E094B8;
}
.TagClassName
{
border-color: #E094B8;
}
</style>