Shades of Orchid #E07EDE
Tints of Orchid #E07EDE
RGB
CMYK
RGB Variations
Color information
#E07EDE (or 0xE07EDE) is known color: Orchid. HEX triplet: E0, 7E and DE. RGB value is (224,126,222). Sum of RGB (Red+Green+Blue) = 224+126+222=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EDE is #1F8121. Grayscale: #A5A5A5. Windows color (decimal): -2064674 or 14581472. OLE color: 14581472.
HSL color Cylindrical-coordinate representation of color #E07EDE: hue angle of 301.22º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EDE is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 222 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.12 |
| HSL | 301.22º | 0.61% | 0.69% | - |
| HSV(B) | 301.22º | 0.44% | 0.88% | - |
| XYZ | 51.39 | 36.04 | 73.36 | - |
| YUV | 166.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 222 | 0 | 0.44 | 0.01 | 0.12 | 301.22 | 0.61 | 0.69 |
| Hex | E0 | 7E | DE | 0 | 2C | 1 | C | 12D | 3D | 45 |
| Octal | 340 | 176 | 336 | 0 | 54 | 1 | 14 | 455 | 75 | 105 |
| Binary | 11100000 | 1111110 | 11011110 | 0 | 101100 | 1 | 1100 | 100101101 | 111101 | 1000101 |
Color Harmonies of #E07EDE
Complementary color
Monochromatic Colors of #E07EDE
Black with #E07EDE
Text Example
Text Example
White with #E07EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EDE; }
p { color: rgb(224,126,222); }
H1.HeaderClassName
{
color: #E07EDE;
}
.AnyTagClassName
{
color: #E07EDE;
}
</style>
background-color css
<style>
a { background-color: #E07EDE; }
a { background-color: rgb(224,126,222); }
div.DivClassName
{
background-color: #E07EDE;
}
.BgClassName
{
background-color: #E07EDE;
}
</style>
border-color css
<style>
span { border-color: #E07EDE; }
span { border-color: rgb(224,126,222); }
td.TdClassName
{
border-color: #E07EDE;
}
.TagClassName
{
border-color: #E07EDE;
}
</style>