Shades of Shocking #E595BB
Tints of Shocking #E595BB
RGB
CMYK
RGB Variations
Color information
#E595BB (or 0xE595BB) is known color: Shocking. HEX triplet: E5, 95 and BB. RGB value is (229,149,187). Sum of RGB (Red+Green+Blue) = 229+149+187=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E595BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595BB is #1A6A44. Grayscale: #B1B1B1. Windows color (decimal): -1731141 or 12293605. OLE color: 12293605.
HSL color Cylindrical-coordinate representation of color #E595BB: hue angle of 331.5º 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 #E595BB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 187 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.10 |
| HSL | 331.5º | 0.61% | 0.74% | - |
| HSV(B) | 331.5º | 0.35% | 0.9% | - |
| XYZ | 52.03 | 41.74 | 52.33 | - |
| YUV | 177.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 187 | 0 | 0.35 | 0.18 | 0.10 | 331.5 | 0.61 | 0.74 |
| Hex | E5 | 95 | BB | 0 | 23 | 12 | A | 14C | 3D | 4A |
| Octal | 345 | 225 | 273 | 0 | 43 | 22 | 12 | 514 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10111011 | 0 | 100011 | 10010 | 1010 | 101001100 | 111101 | 1001010 |
Color Harmonies of #E595BB
Complementary color
Monochromatic Colors of #E595BB
Black with #E595BB
Text Example
Text Example
White with #E595BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E595BB; }
p { color: rgb(229,149,187); }
H1.HeaderClassName
{
color: #E595BB;
}
.AnyTagClassName
{
color: #E595BB;
}
</style>
background-color css
<style>
a { background-color: #E595BB; }
a { background-color: rgb(229,149,187); }
div.DivClassName
{
background-color: #E595BB;
}
.BgClassName
{
background-color: #E595BB;
}
</style>
border-color css
<style>
span { border-color: #E595BB; }
span { border-color: rgb(229,149,187); }
td.TdClassName
{
border-color: #E595BB;
}
.TagClassName
{
border-color: #E595BB;
}
</style>