Shades of Petite Orchid #E59C94
Tints of Petite Orchid #E59C94
RGB
CMYK
RGB Variations
Color information
#E59C94 (or 0xE59C94) is known color: Petite Orchid. HEX triplet: E5, 9C and 94. RGB value is (229,156,148). Sum of RGB (Red+Green+Blue) = 229+156+148=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C94 is #1A636B. Grayscale: #B1B1B1. Windows color (decimal): -1729388 or 9739493. OLE color: 9739493.
HSL color Cylindrical-coordinate representation of color #E59C94: hue angle of 5.93º 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 #E59C94 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 148 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.10 |
| HSL | 5.93º | 0.61% | 0.74% | - |
| HSV(B) | 5.93º | 0.35% | 0.9% | - |
| XYZ | 49.55 | 42.57 | 33.62 | - |
| YUV | 176.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 148 | 0 | 0.32 | 0.35 | 0.10 | 5.93 | 0.61 | 0.74 |
| Hex | E5 | 9C | 94 | 0 | 20 | 23 | A | 6 | 3D | 4A |
| Octal | 345 | 234 | 224 | 0 | 40 | 43 | 12 | 6 | 75 | 112 |
| Binary | 11100101 | 10011100 | 10010100 | 0 | 100000 | 100011 | 1010 | 110 | 111101 | 1001010 |
Color Harmonies of #E59C94
Complementary color
Monochromatic Colors of #E59C94
Black with #E59C94
Text Example
Text Example
White with #E59C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C94; }
p { color: rgb(229,156,148); }
H1.HeaderClassName
{
color: #E59C94;
}
.AnyTagClassName
{
color: #E59C94;
}
</style>
background-color css
<style>
a { background-color: #E59C94; }
a { background-color: rgb(229,156,148); }
div.DivClassName
{
background-color: #E59C94;
}
.BgClassName
{
background-color: #E59C94;
}
</style>
border-color css
<style>
span { border-color: #E59C94; }
span { border-color: rgb(229,156,148); }
td.TdClassName
{
border-color: #E59C94;
}
.TagClassName
{
border-color: #E59C94;
}
</style>