Shades of Orchid #E37ED2
Tints of Orchid #E37ED2
RGB
CMYK
RGB Variations
Color information
#E37ED2 (or 0xE37ED2) is known color: Orchid. HEX triplet: E3, 7E and D2. RGB value is (227,126,210). Sum of RGB (Red+Green+Blue) = 227+126+210=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ED2 is #1C812D. Grayscale: #A5A5A5. Windows color (decimal): -1868078 or 13795043. OLE color: 13795043.
HSL color Cylindrical-coordinate representation of color #E37ED2: hue angle of 310.1º 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 #E37ED2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 210 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.11 |
| HSL | 310.1º | 0.64% | 0.69% | - |
| HSV(B) | 310.1º | 0.44% | 0.89% | - |
| XYZ | 50.77 | 35.91 | 65.23 | - |
| YUV | 165.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 210 | 0 | 0.44 | 0.07 | 0.11 | 310.1 | 0.64 | 0.69 |
| Hex | E3 | 7E | D2 | 0 | 2C | 7 | B | 136 | 40 | 45 |
| Octal | 343 | 176 | 322 | 0 | 54 | 7 | 13 | 466 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11010010 | 0 | 101100 | 111 | 1011 | 100110110 | 1000000 | 1000101 |
Color Harmonies of #E37ED2
Complementary color
Monochromatic Colors of #E37ED2
Black with #E37ED2
Text Example
Text Example
White with #E37ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ED2; }
p { color: rgb(227,126,210); }
H1.HeaderClassName
{
color: #E37ED2;
}
.AnyTagClassName
{
color: #E37ED2;
}
</style>
background-color css
<style>
a { background-color: #E37ED2; }
a { background-color: rgb(227,126,210); }
div.DivClassName
{
background-color: #E37ED2;
}
.BgClassName
{
background-color: #E37ED2;
}
</style>
border-color css
<style>
span { border-color: #E37ED2; }
span { border-color: rgb(227,126,210); }
td.TdClassName
{
border-color: #E37ED2;
}
.TagClassName
{
border-color: #E37ED2;
}
</style>