Shades of Shocking #E59BCD
Tints of Shocking #E59BCD
RGB
CMYK
RGB Variations
Color information
#E59BCD (or 0xE59BCD) is known color: Shocking. HEX triplet: E5, 9B and CD. RGB value is (229,155,205). Sum of RGB (Red+Green+Blue) = 229+155+205=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BCD is #1A6432. Grayscale: #B6B6B6. Windows color (decimal): -1729587 or 13474789. OLE color: 13474789.
HSL color Cylindrical-coordinate representation of color #E59BCD: hue angle of 319.46º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BCD is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 205 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.10 |
| HSL | 319.46º | 0.59% | 0.75% | - |
| HSV(B) | 319.46º | 0.32% | 0.9% | - |
| XYZ | 55.05 | 44.51 | 63.45 | - |
| YUV | 182.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 205 | 0 | 0.32 | 0.10 | 0.10 | 319.46 | 0.59 | 0.75 |
| Hex | E5 | 9B | CD | 0 | 20 | A | A | 13F | 3B | 4B |
| Octal | 345 | 233 | 315 | 0 | 40 | 12 | 12 | 477 | 73 | 113 |
| Binary | 11100101 | 10011011 | 11001101 | 0 | 100000 | 1010 | 1010 | 100111111 | 111011 | 1001011 |
Color Harmonies of #E59BCD
Complementary color
Monochromatic Colors of #E59BCD
Black with #E59BCD
Text Example
Text Example
White with #E59BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BCD; }
p { color: rgb(229,155,205); }
H1.HeaderClassName
{
color: #E59BCD;
}
.AnyTagClassName
{
color: #E59BCD;
}
</style>
background-color css
<style>
a { background-color: #E59BCD; }
a { background-color: rgb(229,155,205); }
div.DivClassName
{
background-color: #E59BCD;
}
.BgClassName
{
background-color: #E59BCD;
}
</style>
border-color css
<style>
span { border-color: #E59BCD; }
span { border-color: rgb(229,155,205); }
td.TdClassName
{
border-color: #E59BCD;
}
.TagClassName
{
border-color: #E59BCD;
}
</style>