Shades of Orchid #E37EDA
Tints of Orchid #E37EDA
RGB
CMYK
RGB Variations
Color information
#E37EDA (or 0xE37EDA) is known color: Orchid. HEX triplet: E3, 7E and DA. RGB value is (227,126,218). Sum of RGB (Red+Green+Blue) = 227+126+218=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EDA is #1C8125. Grayscale: #A6A6A6. Windows color (decimal): -1868070 or 14319331. OLE color: 14319331.
HSL color Cylindrical-coordinate representation of color #E37EDA: hue angle of 305.35º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EDA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 218 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 305.35º | 0.64% | 0.69% | - |
| HSV(B) | 305.35º | 0.44% | 0.89% | - |
| XYZ | 51.79 | 36.31 | 70.61 | - |
| YUV | 166.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 218 | 0 | 0.44 | 0.04 | 0.11 | 305.35 | 0.64 | 0.69 |
| Hex | E3 | 7E | DA | 0 | 2C | 4 | B | 131 | 40 | 45 |
| Octal | 343 | 176 | 332 | 0 | 54 | 4 | 13 | 461 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11011010 | 0 | 101100 | 100 | 1011 | 100110001 | 1000000 | 1000101 |
Color Harmonies of #E37EDA
Complementary color
Monochromatic Colors of #E37EDA
Black with #E37EDA
Text Example
Text Example
White with #E37EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EDA; }
p { color: rgb(227,126,218); }
H1.HeaderClassName
{
color: #E37EDA;
}
.AnyTagClassName
{
color: #E37EDA;
}
</style>
background-color css
<style>
a { background-color: #E37EDA; }
a { background-color: rgb(227,126,218); }
div.DivClassName
{
background-color: #E37EDA;
}
.BgClassName
{
background-color: #E37EDA;
}
</style>
border-color css
<style>
span { border-color: #E37EDA; }
span { border-color: rgb(227,126,218); }
td.TdClassName
{
border-color: #E37EDA;
}
.TagClassName
{
border-color: #E37EDA;
}
</style>