Shades of Orchid #E07AE0
Tints of Orchid #E07AE0
RGB
CMYK
RGB Variations
Color information
#E07AE0 (or 0xE07AE0) is known color: Orchid. HEX triplet: E0, 7A and E0. RGB value is (224,122,224). Sum of RGB (Red+Green+Blue) = 224+122+224=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E07AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AE0 is #1F851F. Grayscale: #A3A3A3. Windows color (decimal): -2065696 or 14711520. OLE color: 14711520.
HSL color Cylindrical-coordinate representation of color #E07AE0: hue angle of 300º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AE0 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 224 | - |
| CMYK | 0 | 0.46 | 0 | 0.12 |
| HSL | 300º | 0.62% | 0.68% | - |
| HSV(B) | 300º | 0.46% | 0.88% | - |
| XYZ | 51.15 | 35.15 | 74.61 | - |
| YUV | 164.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 224 | 0 | 0.46 | 0 | 0.12 | 300 | 0.62 | 0.68 |
| Hex | E0 | 7A | E0 | 0 | 2E | 0 | C | 12C | 3E | 44 |
| Octal | 340 | 172 | 340 | 0 | 56 | 0 | 14 | 454 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11100000 | 0 | 101110 | 0 | 1100 | 100101100 | 111110 | 1000100 |
Color Harmonies of #E07AE0
Complementary color
Monochromatic Colors of #E07AE0
Black with #E07AE0
Text Example
Text Example
White with #E07AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AE0; }
p { color: rgb(224,122,224); }
H1.HeaderClassName
{
color: #E07AE0;
}
.AnyTagClassName
{
color: #E07AE0;
}
</style>
background-color css
<style>
a { background-color: #E07AE0; }
a { background-color: rgb(224,122,224); }
div.DivClassName
{
background-color: #E07AE0;
}
.BgClassName
{
background-color: #E07AE0;
}
</style>
border-color css
<style>
span { border-color: #E07AE0; }
span { border-color: rgb(224,122,224); }
td.TdClassName
{
border-color: #E07AE0;
}
.TagClassName
{
border-color: #E07AE0;
}
</style>