Shades of Petite Orchid #E59D96
Tints of Petite Orchid #E59D96
RGB
CMYK
RGB Variations
Color information
#E59D96 (or 0xE59D96) is known color: Petite Orchid. HEX triplet: E5, 9D and 96. RGB value is (229,157,150). Sum of RGB (Red+Green+Blue) = 229+157+150=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59D96 is #1A6269. Grayscale: #B1B1B1. Windows color (decimal): -1729130 or 9870821. OLE color: 9870821.
HSL color Cylindrical-coordinate representation of color #E59D96: hue angle of 5.32º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59D96 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 150 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.10 |
| HSL | 5.32º | 0.6% | 0.74% | - |
| HSV(B) | 5.32º | 0.34% | 0.9% | - |
| XYZ | 49.88 | 42.97 | 34.52 | - |
| YUV | 177.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 150 | 0 | 0.31 | 0.34 | 0.10 | 5.32 | 0.6 | 0.74 |
| Hex | E5 | 9D | 96 | 0 | 1F | 22 | A | 5 | 3C | 4A |
| Octal | 345 | 235 | 226 | 0 | 37 | 42 | 12 | 5 | 74 | 112 |
| Binary | 11100101 | 10011101 | 10010110 | 0 | 11111 | 100010 | 1010 | 101 | 111100 | 1001010 |
Color Harmonies of #E59D96
Complementary color
Monochromatic Colors of #E59D96
Black with #E59D96
Text Example
Text Example
White with #E59D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D96; }
p { color: rgb(229,157,150); }
H1.HeaderClassName
{
color: #E59D96;
}
.AnyTagClassName
{
color: #E59D96;
}
</style>
background-color css
<style>
a { background-color: #E59D96; }
a { background-color: rgb(229,157,150); }
div.DivClassName
{
background-color: #E59D96;
}
.BgClassName
{
background-color: #E59D96;
}
</style>
border-color css
<style>
span { border-color: #E59D96; }
span { border-color: rgb(229,157,150); }
td.TdClassName
{
border-color: #E59D96;
}
.TagClassName
{
border-color: #E59D96;
}
</style>