Shades of Shocking #E595B5
Tints of Shocking #E595B5
RGB
CMYK
RGB Variations
Color information
#E595B5 (or 0xE595B5) is known color: Shocking. HEX triplet: E5, 95 and B5. RGB value is (229,149,181). Sum of RGB (Red+Green+Blue) = 229+149+181=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E595B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595B5 is #1A6A4A. Grayscale: #B0B0B0. Windows color (decimal): -1731147 or 11900389. OLE color: 11900389.
HSL color Cylindrical-coordinate representation of color #E595B5: hue angle of 336º 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 #E595B5 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 181 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.10 |
| HSL | 336º | 0.61% | 0.74% | - |
| HSV(B) | 336º | 0.35% | 0.9% | - |
| XYZ | 51.4 | 41.49 | 49.02 | - |
| YUV | 176.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 181 | 0 | 0.35 | 0.21 | 0.10 | 336 | 0.61 | 0.74 |
| Hex | E5 | 95 | B5 | 0 | 23 | 15 | A | 150 | 3D | 4A |
| Octal | 345 | 225 | 265 | 0 | 43 | 25 | 12 | 520 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10110101 | 0 | 100011 | 10101 | 1010 | 101010000 | 111101 | 1001010 |
Color Harmonies of #E595B5
Complementary color
Monochromatic Colors of #E595B5
Black with #E595B5
Text Example
Text Example
White with #E595B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595B5; }
p { color: rgb(229,149,181); }
H1.HeaderClassName
{
color: #E595B5;
}
.AnyTagClassName
{
color: #E595B5;
}
</style>
background-color css
<style>
a { background-color: #E595B5; }
a { background-color: rgb(229,149,181); }
div.DivClassName
{
background-color: #E595B5;
}
.BgClassName
{
background-color: #E595B5;
}
</style>
border-color css
<style>
span { border-color: #E595B5; }
span { border-color: rgb(229,149,181); }
td.TdClassName
{
border-color: #E595B5;
}
.TagClassName
{
border-color: #E595B5;
}
</style>