Shades of Orchid #E089D0
Tints of Orchid #E089D0
RGB
CMYK
RGB Variations
Color information
#E089D0 (or 0xE089D0) is known color: Orchid. HEX triplet: E0, 89 and D0. RGB value is (224,137,208). Sum of RGB (Red+Green+Blue) = 224+137+208=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E089D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089D0 is #1F762F. Grayscale: #AAAAAA. Windows color (decimal): -2061872 or 13666784. OLE color: 13666784.
HSL color Cylindrical-coordinate representation of color #E089D0: hue angle of 311.03º 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 #E089D0 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 208 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.12 |
| HSL | 311.03º | 0.58% | 0.71% | - |
| HSV(B) | 311.03º | 0.39% | 0.88% | - |
| XYZ | 51.07 | 38.29 | 64.37 | - |
| YUV | 171.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 208 | 0 | 0.39 | 0.07 | 0.12 | 311.03 | 0.58 | 0.71 |
| Hex | E0 | 89 | D0 | 0 | 27 | 7 | C | 137 | 3A | 47 |
| Octal | 340 | 211 | 320 | 0 | 47 | 7 | 14 | 467 | 72 | 107 |
| Binary | 11100000 | 10001001 | 11010000 | 0 | 100111 | 111 | 1100 | 100110111 | 111010 | 1000111 |
Color Harmonies of #E089D0
Complementary color
Monochromatic Colors of #E089D0
Black with #E089D0
Text Example
Text Example
White with #E089D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E089D0; }
p { color: rgb(224,137,208); }
H1.HeaderClassName
{
color: #E089D0;
}
.AnyTagClassName
{
color: #E089D0;
}
</style>
background-color css
<style>
a { background-color: #E089D0; }
a { background-color: rgb(224,137,208); }
div.DivClassName
{
background-color: #E089D0;
}
.BgClassName
{
background-color: #E089D0;
}
</style>
border-color css
<style>
span { border-color: #E089D0; }
span { border-color: rgb(224,137,208); }
td.TdClassName
{
border-color: #E089D0;
}
.TagClassName
{
border-color: #E089D0;
}
</style>