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