Shades of Orchid #E07ADE
Tints of Orchid #E07ADE
RGB
CMYK
RGB Variations
Color information
#E07ADE (or 0xE07ADE) is known color: Orchid. HEX triplet: E0, 7A and DE. RGB value is (224,122,222). Sum of RGB (Red+Green+Blue) = 224+122+222=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ADE is #1F8521. Grayscale: #A3A3A3. Windows color (decimal): -2065698 or 14580448. OLE color: 14580448.
HSL color Cylindrical-coordinate representation of color #E07ADE: hue angle of 301.18º 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 #E07ADE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 222 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.12 |
| HSL | 301.18º | 0.62% | 0.68% | - |
| HSV(B) | 301.18º | 0.46% | 0.88% | - |
| XYZ | 50.88 | 35.04 | 73.19 | - |
| YUV | 163.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 222 | 0 | 0.46 | 0.01 | 0.12 | 301.18 | 0.62 | 0.68 |
| Hex | E0 | 7A | DE | 0 | 2E | 1 | C | 12D | 3E | 44 |
| Octal | 340 | 172 | 336 | 0 | 56 | 1 | 14 | 455 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11011110 | 0 | 101110 | 1 | 1100 | 100101101 | 111110 | 1000100 |
Color Harmonies of #E07ADE
Complementary color
Monochromatic Colors of #E07ADE
Black with #E07ADE
Text Example
Text Example
White with #E07ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ADE; }
p { color: rgb(224,122,222); }
H1.HeaderClassName
{
color: #E07ADE;
}
.AnyTagClassName
{
color: #E07ADE;
}
</style>
background-color css
<style>
a { background-color: #E07ADE; }
a { background-color: rgb(224,122,222); }
div.DivClassName
{
background-color: #E07ADE;
}
.BgClassName
{
background-color: #E07ADE;
}
</style>
border-color css
<style>
span { border-color: #E07ADE; }
span { border-color: rgb(224,122,222); }
td.TdClassName
{
border-color: #E07ADE;
}
.TagClassName
{
border-color: #E07ADE;
}
</style>