Shades of Petite Orchid #E59D98
Tints of Petite Orchid #E59D98
RGB
CMYK
RGB Variations
Color information
#E59D98 (or 0xE59D98) is known color: Petite Orchid. HEX triplet: E5, 9D and 98. RGB value is (229,157,152). Sum of RGB (Red+Green+Blue) = 229+157+152=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59D98 is #1A6267. Grayscale: #B2B2B2. Windows color (decimal): -1729128 or 10001893. OLE color: 10001893.
HSL color Cylindrical-coordinate representation of color #E59D98: hue angle of 3.9º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59D98 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 152 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.10 |
| HSL | 3.9º | 0.6% | 0.75% | - |
| HSV(B) | 3.9º | 0.34% | 0.9% | - |
| XYZ | 50.04 | 43.04 | 35.38 | - |
| YUV | 177.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 152 | 0 | 0.31 | 0.34 | 0.10 | 3.9 | 0.6 | 0.75 |
| Hex | E5 | 9D | 98 | 0 | 1F | 22 | A | 4 | 3C | 4B |
| Octal | 345 | 235 | 230 | 0 | 37 | 42 | 12 | 4 | 74 | 113 |
| Binary | 11100101 | 10011101 | 10011000 | 0 | 11111 | 100010 | 1010 | 100 | 111100 | 1001011 |
Color Harmonies of #E59D98
Complementary color
Monochromatic Colors of #E59D98
Black with #E59D98
Text Example
Text Example
White with #E59D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D98; }
p { color: rgb(229,157,152); }
H1.HeaderClassName
{
color: #E59D98;
}
.AnyTagClassName
{
color: #E59D98;
}
</style>
background-color css
<style>
a { background-color: #E59D98; }
a { background-color: rgb(229,157,152); }
div.DivClassName
{
background-color: #E59D98;
}
.BgClassName
{
background-color: #E59D98;
}
</style>
border-color css
<style>
span { border-color: #E59D98; }
span { border-color: rgb(229,157,152); }
td.TdClassName
{
border-color: #E59D98;
}
.TagClassName
{
border-color: #E59D98;
}
</style>