Shades of Shocking #E095B6
Tints of Shocking #E095B6
RGB
CMYK
RGB Variations
Color information
#E095B6 (or 0xE095B6) is known color: Shocking. HEX triplet: E0, 95 and B6. RGB value is (224,149,182). Sum of RGB (Red+Green+Blue) = 224+149+182=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E095B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095B6 is #1F6A49. Grayscale: #AFAFAF. Windows color (decimal): -2058826 or 11965920. OLE color: 11965920.
HSL color Cylindrical-coordinate representation of color #E095B6: hue angle of 333.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095B6 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 182 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.12 |
| HSL | 333.6º | 0.55% | 0.73% | - |
| HSV(B) | 333.6º | 0.33% | 0.88% | - |
| XYZ | 49.93 | 40.72 | 49.48 | - |
| YUV | 175.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 182 | 0 | 0.33 | 0.19 | 0.12 | 333.6 | 0.55 | 0.73 |
| Hex | E0 | 95 | B6 | 0 | 21 | 13 | C | 14E | 37 | 49 |
| Octal | 340 | 225 | 266 | 0 | 41 | 23 | 14 | 516 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10110110 | 0 | 100001 | 10011 | 1100 | 101001110 | 110111 | 1001001 |
Color Harmonies of #E095B6
Complementary color
Monochromatic Colors of #E095B6
Black with #E095B6
Text Example
Text Example
White with #E095B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095B6; }
p { color: rgb(224,149,182); }
H1.HeaderClassName
{
color: #E095B6;
}
.AnyTagClassName
{
color: #E095B6;
}
</style>
background-color css
<style>
a { background-color: #E095B6; }
a { background-color: rgb(224,149,182); }
div.DivClassName
{
background-color: #E095B6;
}
.BgClassName
{
background-color: #E095B6;
}
</style>
border-color css
<style>
span { border-color: #E095B6; }
span { border-color: rgb(224,149,182); }
td.TdClassName
{
border-color: #E095B6;
}
.TagClassName
{
border-color: #E095B6;
}
</style>