Shades of Orchid #E189D0
Tints of Orchid #E189D0
RGB
CMYK
RGB Variations
Color information
#E189D0 (or 0xE189D0) is known color: Orchid. HEX triplet: E1, 89 and D0. RGB value is (225,137,208). Sum of RGB (Red+Green+Blue) = 225+137+208=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E189D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189D0 is #1E762F. Grayscale: #ABABAB. Windows color (decimal): -1996336 or 13666785. OLE color: 13666785.
HSL color Cylindrical-coordinate representation of color #E189D0: hue angle of 311.59º degrees, saturation: 0.59, 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 #E189D0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 137 | 208 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.12 |
| HSL | 311.59º | 0.59% | 0.71% | - |
| HSV(B) | 311.59º | 0.39% | 0.88% | - |
| XYZ | 51.38 | 38.45 | 64.39 | - |
| YUV | 171.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 137 | 208 | 0 | 0.39 | 0.08 | 0.12 | 311.59 | 0.59 | 0.71 |
| Hex | E1 | 89 | D0 | 0 | 27 | 8 | C | 138 | 3B | 47 |
| Octal | 341 | 211 | 320 | 0 | 47 | 10 | 14 | 470 | 73 | 107 |
| Binary | 11100001 | 10001001 | 11010000 | 0 | 100111 | 1000 | 1100 | 100111000 | 111011 | 1000111 |
Color Harmonies of #E189D0
Complementary color
Monochromatic Colors of #E189D0
Black with #E189D0
Text Example
Text Example
White with #E189D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E189D0; }
p { color: rgb(225,137,208); }
H1.HeaderClassName
{
color: #E189D0;
}
.AnyTagClassName
{
color: #E189D0;
}
</style>
background-color css
<style>
a { background-color: #E189D0; }
a { background-color: rgb(225,137,208); }
div.DivClassName
{
background-color: #E189D0;
}
.BgClassName
{
background-color: #E189D0;
}
</style>
border-color css
<style>
span { border-color: #E189D0; }
span { border-color: rgb(225,137,208); }
td.TdClassName
{
border-color: #E189D0;
}
.TagClassName
{
border-color: #E189D0;
}
</style>