Shades of Shocking #E593BD
Tints of Shocking #E593BD
RGB
CMYK
RGB Variations
Color information
#E593BD (or 0xE593BD) is known color: Shocking. HEX triplet: E5, 93 and BD. RGB value is (229,147,189). Sum of RGB (Red+Green+Blue) = 229+147+189=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E593BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593BD is #1A6C42. Grayscale: #B0B0B0. Windows color (decimal): -1731651 or 12424165. OLE color: 12424165.
HSL color Cylindrical-coordinate representation of color #E593BD: hue angle of 329.27º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593BD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 189 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.10 |
| HSL | 329.27º | 0.61% | 0.74% | - |
| HSV(B) | 329.27º | 0.36% | 0.9% | - |
| XYZ | 51.93 | 41.2 | 53.36 | - |
| YUV | 176.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 189 | 0 | 0.36 | 0.17 | 0.10 | 329.27 | 0.61 | 0.74 |
| Hex | E5 | 93 | BD | 0 | 24 | 11 | A | 149 | 3D | 4A |
| Octal | 345 | 223 | 275 | 0 | 44 | 21 | 12 | 511 | 75 | 112 |
| Binary | 11100101 | 10010011 | 10111101 | 0 | 100100 | 10001 | 1010 | 101001001 | 111101 | 1001010 |
Color Harmonies of #E593BD
Complementary color
Monochromatic Colors of #E593BD
Black with #E593BD
Text Example
Text Example
White with #E593BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593BD; }
p { color: rgb(229,147,189); }
H1.HeaderClassName
{
color: #E593BD;
}
.AnyTagClassName
{
color: #E593BD;
}
</style>
background-color css
<style>
a { background-color: #E593BD; }
a { background-color: rgb(229,147,189); }
div.DivClassName
{
background-color: #E593BD;
}
.BgClassName
{
background-color: #E593BD;
}
</style>
border-color css
<style>
span { border-color: #E593BD; }
span { border-color: rgb(229,147,189); }
td.TdClassName
{
border-color: #E593BD;
}
.TagClassName
{
border-color: #E593BD;
}
</style>