Shades of Petite Orchid #E59898
Tints of Petite Orchid #E59898
RGB
CMYK
RGB Variations
Color information
#E59898 (or 0xE59898) is known color: Petite Orchid. HEX triplet: E5, 98 and 98. RGB value is (229,152,152). Sum of RGB (Red+Green+Blue) = 229+152+152=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E59898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59898 is #1A6767. Grayscale: #AFAFAF. Windows color (decimal): -1730408 or 10000613. OLE color: 10000613.
HSL color Cylindrical-coordinate representation of color #E59898: hue angle of 0º 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 #E59898 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 152 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.10 |
| HSL | 0º | 0.6% | 0.75% | - |
| HSV(B) | 0º | 0.34% | 0.9% | - |
| XYZ | 49.21 | 41.38 | 35.1 | - |
| YUV | 175.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 152 | 0 | 0.34 | 0.34 | 0.10 | 0 | 0.6 | 0.75 |
| Hex | E5 | 98 | 98 | 0 | 22 | 22 | A | 0 | 3C | 4B |
| Octal | 345 | 230 | 230 | 0 | 42 | 42 | 12 | 0 | 74 | 113 |
| Binary | 11100101 | 10011000 | 10011000 | 0 | 100010 | 100010 | 1010 | 0 | 111100 | 1001011 |
Color Harmonies of #E59898
Complementary color
Monochromatic Colors of #E59898
Black with #E59898
Text Example
Text Example
White with #E59898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59898; }
p { color: rgb(229,152,152); }
H1.HeaderClassName
{
color: #E59898;
}
.AnyTagClassName
{
color: #E59898;
}
</style>
background-color css
<style>
a { background-color: #E59898; }
a { background-color: rgb(229,152,152); }
div.DivClassName
{
background-color: #E59898;
}
.BgClassName
{
background-color: #E59898;
}
</style>
border-color css
<style>
span { border-color: #E59898; }
span { border-color: rgb(229,152,152); }
td.TdClassName
{
border-color: #E59898;
}
.TagClassName
{
border-color: #E59898;
}
</style>