Shades of Shocking #E094CB
Tints of Shocking #E094CB
RGB
CMYK
RGB Variations
Color information
#E094CB (or 0xE094CB) is known color: Shocking. HEX triplet: E0, 94 and CB. RGB value is (224,148,203). Sum of RGB (Red+Green+Blue) = 224+148+203=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E094CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094CB is #1F6B34. Grayscale: #B0B0B0. Windows color (decimal): -2059061 or 13341920. OLE color: 13341920.
HSL color Cylindrical-coordinate representation of color #E094CB: hue angle of 316.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 #E094CB is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 203 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.12 |
| HSL | 316.58º | 0.55% | 0.73% | - |
| HSV(B) | 316.58º | 0.34% | 0.88% | - |
| XYZ | 52.11 | 41.34 | 61.73 | - |
| YUV | 176.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 203 | 0 | 0.34 | 0.09 | 0.12 | 316.58 | 0.55 | 0.73 |
| Hex | E0 | 94 | CB | 0 | 22 | 9 | C | 13D | 37 | 49 |
| Octal | 340 | 224 | 313 | 0 | 42 | 11 | 14 | 475 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11001011 | 0 | 100010 | 1001 | 1100 | 100111101 | 110111 | 1001001 |
Color Harmonies of #E094CB
Complementary color
Monochromatic Colors of #E094CB
Black with #E094CB
Text Example
Text Example
White with #E094CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094CB; }
p { color: rgb(224,148,203); }
H1.HeaderClassName
{
color: #E094CB;
}
.AnyTagClassName
{
color: #E094CB;
}
</style>
background-color css
<style>
a { background-color: #E094CB; }
a { background-color: rgb(224,148,203); }
div.DivClassName
{
background-color: #E094CB;
}
.BgClassName
{
background-color: #E094CB;
}
</style>
border-color css
<style>
span { border-color: #E094CB; }
span { border-color: rgb(224,148,203); }
td.TdClassName
{
border-color: #E094CB;
}
.TagClassName
{
border-color: #E094CB;
}
</style>