Shades of Petite Orchid #E08E89
Tints of Petite Orchid #E08E89
RGB
CMYK
RGB Variations
Color information
#E08E89 (or 0xE08E89) is known color: Petite Orchid. HEX triplet: E0, 8E and 89. RGB value is (224,142,137). Sum of RGB (Red+Green+Blue) = 224+142+137=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E89 is #1F7176. Grayscale: #A6A6A6. Windows color (decimal): -2060663 or 9015008. OLE color: 9015008.
HSL color Cylindrical-coordinate representation of color #E08E89: hue angle of 3.45º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08E89 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 137 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.12 |
| HSL | 3.45º | 0.58% | 0.71% | - |
| HSV(B) | 3.45º | 0.39% | 0.88% | - |
| XYZ | 44.93 | 37 | 28.44 | - |
| YUV | 165.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 137 | 0 | 0.37 | 0.39 | 0.12 | 3.45 | 0.58 | 0.71 |
| Hex | E0 | 8E | 89 | 0 | 25 | 27 | C | 3 | 3A | 47 |
| Octal | 340 | 216 | 211 | 0 | 45 | 47 | 14 | 3 | 72 | 107 |
| Binary | 11100000 | 10001110 | 10001001 | 0 | 100101 | 100111 | 1100 | 11 | 111010 | 1000111 |
Color Harmonies of #E08E89
Complementary color
Monochromatic Colors of #E08E89
Black with #E08E89
Text Example
Text Example
White with #E08E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E89; }
p { color: rgb(224,142,137); }
H1.HeaderClassName
{
color: #E08E89;
}
.AnyTagClassName
{
color: #E08E89;
}
</style>
background-color css
<style>
a { background-color: #E08E89; }
a { background-color: rgb(224,142,137); }
div.DivClassName
{
background-color: #E08E89;
}
.BgClassName
{
background-color: #E08E89;
}
</style>
border-color css
<style>
span { border-color: #E08E89; }
span { border-color: rgb(224,142,137); }
td.TdClassName
{
border-color: #E08E89;
}
.TagClassName
{
border-color: #E08E89;
}
</style>