Shades of Petite Orchid #E59F9B
Tints of Petite Orchid #E59F9B
RGB
CMYK
RGB Variations
Color information
#E59F9B (or 0xE59F9B) is known color: Petite Orchid. HEX triplet: E5, 9F and 9B. RGB value is (229,159,155). Sum of RGB (Red+Green+Blue) = 229+159+155=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59F9B is #1A6064. Grayscale: #B3B3B3. Windows color (decimal): -1728613 or 10199013. OLE color: 10199013.
HSL color Cylindrical-coordinate representation of color #E59F9B: hue angle of 3.24º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59F9B is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 155 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.10 |
| HSL | 3.24º | 0.59% | 0.75% | - |
| HSV(B) | 3.24º | 0.32% | 0.9% | - |
| XYZ | 50.63 | 43.82 | 36.8 | - |
| YUV | 179.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 155 | 0 | 0.31 | 0.32 | 0.10 | 3.24 | 0.59 | 0.75 |
| Hex | E5 | 9F | 9B | 0 | 1F | 20 | A | 3 | 3B | 4B |
| Octal | 345 | 237 | 233 | 0 | 37 | 40 | 12 | 3 | 73 | 113 |
| Binary | 11100101 | 10011111 | 10011011 | 0 | 11111 | 100000 | 1010 | 11 | 111011 | 1001011 |
Color Harmonies of #E59F9B
Complementary color
Monochromatic Colors of #E59F9B
Black with #E59F9B
Text Example
Text Example
White with #E59F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F9B; }
p { color: rgb(229,159,155); }
H1.HeaderClassName
{
color: #E59F9B;
}
.AnyTagClassName
{
color: #E59F9B;
}
</style>
background-color css
<style>
a { background-color: #E59F9B; }
a { background-color: rgb(229,159,155); }
div.DivClassName
{
background-color: #E59F9B;
}
.BgClassName
{
background-color: #E59F9B;
}
</style>
border-color css
<style>
span { border-color: #E59F9B; }
span { border-color: rgb(229,159,155); }
td.TdClassName
{
border-color: #E59F9B;
}
.TagClassName
{
border-color: #E59F9B;
}
</style>