Shades of Shocking #E59DCB
Tints of Shocking #E59DCB
RGB
CMYK
RGB Variations
Color information
#E59DCB (or 0xE59DCB) is known color: Shocking. HEX triplet: E5, 9D and CB. RGB value is (229,157,203). Sum of RGB (Red+Green+Blue) = 229+157+203=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DCB is #1A6234. Grayscale: #B7B7B7. Windows color (decimal): -1729077 or 13344229. OLE color: 13344229.
HSL color Cylindrical-coordinate representation of color #E59DCB: hue angle of 321.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59DCB is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 203 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.10 |
| HSL | 321.67º | 0.58% | 0.76% | - |
| HSV(B) | 321.67º | 0.31% | 0.9% | - |
| XYZ | 55.15 | 45.08 | 62.3 | - |
| YUV | 183.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 203 | 0 | 0.31 | 0.11 | 0.10 | 321.67 | 0.58 | 0.76 |
| Hex | E5 | 9D | CB | 0 | 1F | B | A | 142 | 3A | 4C |
| Octal | 345 | 235 | 313 | 0 | 37 | 13 | 12 | 502 | 72 | 114 |
| Binary | 11100101 | 10011101 | 11001011 | 0 | 11111 | 1011 | 1010 | 101000010 | 111010 | 1001100 |
Color Harmonies of #E59DCB
Complementary color
Monochromatic Colors of #E59DCB
Black with #E59DCB
Text Example
Text Example
White with #E59DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DCB; }
p { color: rgb(229,157,203); }
H1.HeaderClassName
{
color: #E59DCB;
}
.AnyTagClassName
{
color: #E59DCB;
}
</style>
background-color css
<style>
a { background-color: #E59DCB; }
a { background-color: rgb(229,157,203); }
div.DivClassName
{
background-color: #E59DCB;
}
.BgClassName
{
background-color: #E59DCB;
}
</style>
border-color css
<style>
span { border-color: #E59DCB; }
span { border-color: rgb(229,157,203); }
td.TdClassName
{
border-color: #E59DCB;
}
.TagClassName
{
border-color: #E59DCB;
}
</style>