Shades of Orchid #E07EDF
Tints of Orchid #E07EDF
RGB
CMYK
RGB Variations
Color information
#E07EDF (or 0xE07EDF) is known color: Orchid. HEX triplet: E0, 7E and DF. RGB value is (224,126,223). Sum of RGB (Red+Green+Blue) = 224+126+223=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EDF is #1F8120. Grayscale: #A6A6A6. Windows color (decimal): -2064673 or 14647008. OLE color: 14647008.
HSL color Cylindrical-coordinate representation of color #E07EDF: hue angle of 300.61º 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 #E07EDF is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 223 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.12 |
| HSL | 300.61º | 0.61% | 0.69% | - |
| HSV(B) | 300.61º | 0.44% | 0.88% | - |
| XYZ | 51.52 | 36.1 | 74.06 | - |
| YUV | 166.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 223 | 0 | 0.44 | 0.00 | 0.12 | 300.61 | 0.61 | 0.69 |
| Hex | E0 | 7E | DF | 0 | 2C | 0 | C | 12D | 3D | 45 |
| Octal | 340 | 176 | 337 | 0 | 54 | 0 | 14 | 455 | 75 | 105 |
| Binary | 11100000 | 1111110 | 11011111 | 0 | 101100 | 0 | 1100 | 100101101 | 111101 | 1000101 |
Color Harmonies of #E07EDF
Complementary color
Monochromatic Colors of #E07EDF
Black with #E07EDF
Text Example
Text Example
White with #E07EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07EDF; }
p { color: rgb(224,126,223); }
H1.HeaderClassName
{
color: #E07EDF;
}
.AnyTagClassName
{
color: #E07EDF;
}
</style>
background-color css
<style>
a { background-color: #E07EDF; }
a { background-color: rgb(224,126,223); }
div.DivClassName
{
background-color: #E07EDF;
}
.BgClassName
{
background-color: #E07EDF;
}
</style>
border-color css
<style>
span { border-color: #E07EDF; }
span { border-color: rgb(224,126,223); }
td.TdClassName
{
border-color: #E07EDF;
}
.TagClassName
{
border-color: #E07EDF;
}
</style>