Shades of Orchid #E36ED5
Tints of Orchid #E36ED5
RGB
CMYK
RGB Variations
Color information
#E36ED5 (or 0xE36ED5) is known color: Orchid. HEX triplet: E3, 6E and D5. RGB value is (227,110,213). Sum of RGB (Red+Green+Blue) = 227+110+213=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E36ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36ED5 is #1C912A. Grayscale: #9C9C9C. Windows color (decimal): -1872171 or 13987555. OLE color: 13987555.
HSL color Cylindrical-coordinate representation of color #E36ED5: hue angle of 307.18º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36ED5 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 110 | 213 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.11 |
| HSL | 307.18º | 0.68% | 0.66% | - |
| HSV(B) | 307.18º | 0.52% | 0.89% | - |
| XYZ | 49.26 | 32.29 | 66.59 | - |
| YUV | 156.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 213 | 0 | 0.52 | 0.06 | 0.11 | 307.18 | 0.68 | 0.66 |
| Hex | E3 | 6E | D5 | 0 | 34 | 6 | B | 133 | 44 | 42 |
| Octal | 343 | 156 | 325 | 0 | 64 | 6 | 13 | 463 | 104 | 102 |
| Binary | 11100011 | 1101110 | 11010101 | 0 | 110100 | 110 | 1011 | 100110011 | 1000100 | 1000010 |
Color Harmonies of #E36ED5
Complementary color
Monochromatic Colors of #E36ED5
Black with #E36ED5
Text Example
Text Example
White with #E36ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36ED5; }
p { color: rgb(227,110,213); }
H1.HeaderClassName
{
color: #E36ED5;
}
.AnyTagClassName
{
color: #E36ED5;
}
</style>
background-color css
<style>
a { background-color: #E36ED5; }
a { background-color: rgb(227,110,213); }
div.DivClassName
{
background-color: #E36ED5;
}
.BgClassName
{
background-color: #E36ED5;
}
</style>
border-color css
<style>
span { border-color: #E36ED5; }
span { border-color: rgb(227,110,213); }
td.TdClassName
{
border-color: #E36ED5;
}
.TagClassName
{
border-color: #E36ED5;
}
</style>