Shades of Petite Orchid #E59B90
Tints of Petite Orchid #E59B90
RGB
CMYK
RGB Variations
Color information
#E59B90 (or 0xE59B90) is known color: Petite Orchid. HEX triplet: E5, 9B and 90. RGB value is (229,155,144). Sum of RGB (Red+Green+Blue) = 229+155+144=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59B90 is #1A646F. Grayscale: #AFAFAF. Windows color (decimal): -1729648 or 9477093. OLE color: 9477093.
HSL color Cylindrical-coordinate representation of color #E59B90: hue angle of 7.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E59B90 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 144 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.10 |
| HSL | 7.76º | 0.62% | 0.73% | - |
| HSV(B) | 7.76º | 0.37% | 0.9% | - |
| XYZ | 49.07 | 42.11 | 31.93 | - |
| YUV | 175.87 | 110.02 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 144 | 0 | 0.32 | 0.37 | 0.10 | 7.76 | 0.62 | 0.73 |
| Hex | E5 | 9B | 90 | 0 | 20 | 25 | A | 8 | 3E | 49 |
| Octal | 345 | 233 | 220 | 0 | 40 | 45 | 12 | 10 | 76 | 111 |
| Binary | 11100101 | 10011011 | 10010000 | 0 | 100000 | 100101 | 1010 | 1000 | 111110 | 1001001 |
Color Harmonies of #E59B90
Complementary color
Monochromatic Colors of #E59B90
Black with #E59B90
Text Example
Text Example
White with #E59B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B90; }
p { color: rgb(229,155,144); }
H1.HeaderClassName
{
color: #E59B90;
}
.AnyTagClassName
{
color: #E59B90;
}
</style>
background-color css
<style>
a { background-color: #E59B90; }
a { background-color: rgb(229,155,144); }
div.DivClassName
{
background-color: #E59B90;
}
.BgClassName
{
background-color: #E59B90;
}
</style>
border-color css
<style>
span { border-color: #E59B90; }
span { border-color: rgb(229,155,144); }
td.TdClassName
{
border-color: #E59B90;
}
.TagClassName
{
border-color: #E59B90;
}
</style>