Shades of Petite Orchid #E59E94
Tints of Petite Orchid #E59E94
RGB
CMYK
RGB Variations
Color information
#E59E94 (or 0xE59E94) is known color: Petite Orchid. HEX triplet: E5, 9E and 94. RGB value is (229,158,148). Sum of RGB (Red+Green+Blue) = 229+158+148=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59E94 is #1A616B. Grayscale: #B2B2B2. Windows color (decimal): -1728876 or 9740005. OLE color: 9740005.
HSL color Cylindrical-coordinate representation of color #E59E94: hue angle of 7.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59E94 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 148 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.10 |
| HSL | 7.41º | 0.61% | 0.74% | - |
| HSV(B) | 7.41º | 0.35% | 0.9% | - |
| XYZ | 49.89 | 43.25 | 33.74 | - |
| YUV | 178.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 148 | 0 | 0.31 | 0.35 | 0.10 | 7.41 | 0.61 | 0.74 |
| Hex | E5 | 9E | 94 | 0 | 1F | 23 | A | 7 | 3D | 4A |
| Octal | 345 | 236 | 224 | 0 | 37 | 43 | 12 | 7 | 75 | 112 |
| Binary | 11100101 | 10011110 | 10010100 | 0 | 11111 | 100011 | 1010 | 111 | 111101 | 1001010 |
Color Harmonies of #E59E94
Complementary color
Monochromatic Colors of #E59E94
Black with #E59E94
Text Example
Text Example
White with #E59E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59E94; }
p { color: rgb(229,158,148); }
H1.HeaderClassName
{
color: #E59E94;
}
.AnyTagClassName
{
color: #E59E94;
}
</style>
background-color css
<style>
a { background-color: #E59E94; }
a { background-color: rgb(229,158,148); }
div.DivClassName
{
background-color: #E59E94;
}
.BgClassName
{
background-color: #E59E94;
}
</style>
border-color css
<style>
span { border-color: #E59E94; }
span { border-color: rgb(229,158,148); }
td.TdClassName
{
border-color: #E59E94;
}
.TagClassName
{
border-color: #E59E94;
}
</style>