Shades of Shocking #E595BD
Tints of Shocking #E595BD
RGB
CMYK
RGB Variations
Color information
#E595BD (or 0xE595BD) is known color: Shocking. HEX triplet: E5, 95 and BD. RGB value is (229,149,189). Sum of RGB (Red+Green+Blue) = 229+149+189=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E595BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595BD is #1A6A42. Grayscale: #B1B1B1. Windows color (decimal): -1731139 or 12424677. OLE color: 12424677.
HSL color Cylindrical-coordinate representation of color #E595BD: hue angle of 330º 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 #E595BD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 189 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.10 |
| HSL | 330º | 0.61% | 0.74% | - |
| HSV(B) | 330º | 0.35% | 0.9% | - |
| XYZ | 52.25 | 41.83 | 53.46 | - |
| YUV | 177.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 189 | 0 | 0.35 | 0.17 | 0.10 | 330 | 0.61 | 0.74 |
| Hex | E5 | 95 | BD | 0 | 23 | 11 | A | 14A | 3D | 4A |
| Octal | 345 | 225 | 275 | 0 | 43 | 21 | 12 | 512 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10111101 | 0 | 100011 | 10001 | 1010 | 101001010 | 111101 | 1001010 |
Color Harmonies of #E595BD
Complementary color
Monochromatic Colors of #E595BD
Black with #E595BD
Text Example
Text Example
White with #E595BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595BD; }
p { color: rgb(229,149,189); }
H1.HeaderClassName
{
color: #E595BD;
}
.AnyTagClassName
{
color: #E595BD;
}
</style>
background-color css
<style>
a { background-color: #E595BD; }
a { background-color: rgb(229,149,189); }
div.DivClassName
{
background-color: #E595BD;
}
.BgClassName
{
background-color: #E595BD;
}
</style>
border-color css
<style>
span { border-color: #E595BD; }
span { border-color: rgb(229,149,189); }
td.TdClassName
{
border-color: #E595BD;
}
.TagClassName
{
border-color: #E595BD;
}
</style>