Shades of Petite Orchid #E59C92
Tints of Petite Orchid #E59C92
RGB
CMYK
RGB Variations
Color information
#E59C92 (or 0xE59C92) is known color: Petite Orchid. HEX triplet: E5, 9C and 92. RGB value is (229,156,146). Sum of RGB (Red+Green+Blue) = 229+156+146=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C92 is #1A636D. Grayscale: #B0B0B0. Windows color (decimal): -1729390 or 9608421. OLE color: 9608421.
HSL color Cylindrical-coordinate representation of color #E59C92: hue angle of 7.23º 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 #E59C92 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 146 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.10 |
| HSL | 7.23º | 0.61% | 0.74% | - |
| HSV(B) | 7.23º | 0.36% | 0.9% | - |
| XYZ | 49.39 | 42.51 | 32.8 | - |
| YUV | 176.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 146 | 0 | 0.32 | 0.36 | 0.10 | 7.23 | 0.61 | 0.74 |
| Hex | E5 | 9C | 92 | 0 | 20 | 24 | A | 7 | 3D | 4A |
| Octal | 345 | 234 | 222 | 0 | 40 | 44 | 12 | 7 | 75 | 112 |
| Binary | 11100101 | 10011100 | 10010010 | 0 | 100000 | 100100 | 1010 | 111 | 111101 | 1001010 |
Color Harmonies of #E59C92
Complementary color
Monochromatic Colors of #E59C92
Black with #E59C92
Text Example
Text Example
White with #E59C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C92; }
p { color: rgb(229,156,146); }
H1.HeaderClassName
{
color: #E59C92;
}
.AnyTagClassName
{
color: #E59C92;
}
</style>
background-color css
<style>
a { background-color: #E59C92; }
a { background-color: rgb(229,156,146); }
div.DivClassName
{
background-color: #E59C92;
}
.BgClassName
{
background-color: #E59C92;
}
</style>
border-color css
<style>
span { border-color: #E59C92; }
span { border-color: rgb(229,156,146); }
td.TdClassName
{
border-color: #E59C92;
}
.TagClassName
{
border-color: #E59C92;
}
</style>