Shades of Shocking #E595B9
Tints of Shocking #E595B9
RGB
CMYK
RGB Variations
Color information
#E595B9 (or 0xE595B9) is known color: Shocking. HEX triplet: E5, 95 and B9. RGB value is (229,149,185). Sum of RGB (Red+Green+Blue) = 229+149+185=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E595B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595B9 is #1A6A46. Grayscale: #B0B0B0. Windows color (decimal): -1731143 or 12162533. OLE color: 12162533.
HSL color Cylindrical-coordinate representation of color #E595B9: hue angle of 333º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E595B9 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 185 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.10 |
| HSL | 333º | 0.61% | 0.74% | - |
| HSV(B) | 333º | 0.35% | 0.9% | - |
| XYZ | 51.82 | 41.66 | 51.21 | - |
| YUV | 177.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 185 | 0 | 0.35 | 0.19 | 0.10 | 333 | 0.61 | 0.74 |
| Hex | E5 | 95 | B9 | 0 | 23 | 13 | A | 14D | 3D | 4A |
| Octal | 345 | 225 | 271 | 0 | 43 | 23 | 12 | 515 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10111001 | 0 | 100011 | 10011 | 1010 | 101001101 | 111101 | 1001010 |
Color Harmonies of #E595B9
Complementary color
Monochromatic Colors of #E595B9
Black with #E595B9
Text Example
Text Example
White with #E595B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595B9; }
p { color: rgb(229,149,185); }
H1.HeaderClassName
{
color: #E595B9;
}
.AnyTagClassName
{
color: #E595B9;
}
</style>
background-color css
<style>
a { background-color: #E595B9; }
a { background-color: rgb(229,149,185); }
div.DivClassName
{
background-color: #E595B9;
}
.BgClassName
{
background-color: #E595B9;
}
</style>
border-color css
<style>
span { border-color: #E595B9; }
span { border-color: rgb(229,149,185); }
td.TdClassName
{
border-color: #E595B9;
}
.TagClassName
{
border-color: #E595B9;
}
</style>