Shades of Shocking #E095B7
Tints of Shocking #E095B7
RGB
CMYK
RGB Variations
Color information
#E095B7 (or 0xE095B7) is known color: Shocking. HEX triplet: E0, 95 and B7. RGB value is (224,149,183). Sum of RGB (Red+Green+Blue) = 224+149+183=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E095B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095B7 is #1F6A48. Grayscale: #AFAFAF. Windows color (decimal): -2058825 or 12031456. OLE color: 12031456.
HSL color Cylindrical-coordinate representation of color #E095B7: hue angle of 332.8º 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 #E095B7 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 183 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.12 |
| HSL | 332.8º | 0.55% | 0.73% | - |
| HSV(B) | 332.8º | 0.33% | 0.88% | - |
| XYZ | 50.04 | 40.76 | 50.03 | - |
| YUV | 175.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 183 | 0 | 0.33 | 0.18 | 0.12 | 332.8 | 0.55 | 0.73 |
| Hex | E0 | 95 | B7 | 0 | 21 | 12 | C | 14D | 37 | 49 |
| Octal | 340 | 225 | 267 | 0 | 41 | 22 | 14 | 515 | 67 | 111 |
| Binary | 11100000 | 10010101 | 10110111 | 0 | 100001 | 10010 | 1100 | 101001101 | 110111 | 1001001 |
Color Harmonies of #E095B7
Complementary color
Monochromatic Colors of #E095B7
Black with #E095B7
Text Example
Text Example
White with #E095B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095B7; }
p { color: rgb(224,149,183); }
H1.HeaderClassName
{
color: #E095B7;
}
.AnyTagClassName
{
color: #E095B7;
}
</style>
background-color css
<style>
a { background-color: #E095B7; }
a { background-color: rgb(224,149,183); }
div.DivClassName
{
background-color: #E095B7;
}
.BgClassName
{
background-color: #E095B7;
}
</style>
border-color css
<style>
span { border-color: #E095B7; }
span { border-color: rgb(224,149,183); }
td.TdClassName
{
border-color: #E095B7;
}
.TagClassName
{
border-color: #E095B7;
}
</style>