Shades of Orchid #E07ADA
Tints of Orchid #E07ADA
RGB
CMYK
RGB Variations
Color information
#E07ADA (or 0xE07ADA) is known color: Orchid. HEX triplet: E0, 7A and DA. RGB value is (224,122,218). Sum of RGB (Red+Green+Blue) = 224+122+218=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ADA is #1F8525. Grayscale: #A3A3A3. Windows color (decimal): -2065702 or 14318304. OLE color: 14318304.
HSL color Cylindrical-coordinate representation of color #E07ADA: hue angle of 303.53º 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 #E07ADA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 218 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 303.53º | 0.62% | 0.68% | - |
| HSV(B) | 303.53º | 0.46% | 0.88% | - |
| XYZ | 50.35 | 34.83 | 70.4 | - |
| YUV | 163.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 218 | 0 | 0.46 | 0.03 | 0.12 | 303.53 | 0.62 | 0.68 |
| Hex | E0 | 7A | DA | 0 | 2E | 3 | C | 130 | 3E | 44 |
| Octal | 340 | 172 | 332 | 0 | 56 | 3 | 14 | 460 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11011010 | 0 | 101110 | 11 | 1100 | 100110000 | 111110 | 1000100 |
Color Harmonies of #E07ADA
Complementary color
Monochromatic Colors of #E07ADA
Black with #E07ADA
Text Example
Text Example
White with #E07ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ADA; }
p { color: rgb(224,122,218); }
H1.HeaderClassName
{
color: #E07ADA;
}
.AnyTagClassName
{
color: #E07ADA;
}
</style>
background-color css
<style>
a { background-color: #E07ADA; }
a { background-color: rgb(224,122,218); }
div.DivClassName
{
background-color: #E07ADA;
}
.BgClassName
{
background-color: #E07ADA;
}
</style>
border-color css
<style>
span { border-color: #E07ADA; }
span { border-color: rgb(224,122,218); }
td.TdClassName
{
border-color: #E07ADA;
}
.TagClassName
{
border-color: #E07ADA;
}
</style>