Shades of Petite Orchid #E59993
Tints of Petite Orchid #E59993
RGB
CMYK
RGB Variations
Color information
#E59993 (or 0xE59993) is known color: Petite Orchid. HEX triplet: E5, 99 and 93. RGB value is (229,153,147). Sum of RGB (Red+Green+Blue) = 229+153+147=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E59993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59993 is #1A666C. Grayscale: #AFAFAF. Windows color (decimal): -1730157 or 9673189. OLE color: 9673189.
HSL color Cylindrical-coordinate representation of color #E59993: hue angle of 4.39º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59993 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 147 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.10 |
| HSL | 4.39º | 0.61% | 0.74% | - |
| HSV(B) | 4.39º | 0.36% | 0.9% | - |
| XYZ | 48.97 | 41.55 | 33.04 | - |
| YUV | 175.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 147 | 0 | 0.33 | 0.36 | 0.10 | 4.39 | 0.61 | 0.74 |
| Hex | E5 | 99 | 93 | 0 | 21 | 24 | A | 4 | 3D | 4A |
| Octal | 345 | 231 | 223 | 0 | 41 | 44 | 12 | 4 | 75 | 112 |
| Binary | 11100101 | 10011001 | 10010011 | 0 | 100001 | 100100 | 1010 | 100 | 111101 | 1001010 |
Color Harmonies of #E59993
Complementary color
Monochromatic Colors of #E59993
Black with #E59993
Text Example
Text Example
White with #E59993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59993; }
p { color: rgb(229,153,147); }
H1.HeaderClassName
{
color: #E59993;
}
.AnyTagClassName
{
color: #E59993;
}
</style>
background-color css
<style>
a { background-color: #E59993; }
a { background-color: rgb(229,153,147); }
div.DivClassName
{
background-color: #E59993;
}
.BgClassName
{
background-color: #E59993;
}
</style>
border-color css
<style>
span { border-color: #E59993; }
span { border-color: rgb(229,153,147); }
td.TdClassName
{
border-color: #E59993;
}
.TagClassName
{
border-color: #E59993;
}
</style>