Shades of Orchid #E36EEA
Tints of Orchid #E36EEA
RGB
CMYK
RGB Variations
Color information
#E36EEA (or 0xE36EEA) is known color: Orchid. HEX triplet: E3, 6E and EA. RGB value is (227,110,234). Sum of RGB (Red+Green+Blue) = 227+110+234=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #E36EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36EEA is #1C9115. Grayscale: #9E9E9E. Windows color (decimal): -1872150 or 15363811. OLE color: 15363811.
HSL color Cylindrical-coordinate representation of color #E36EEA: hue angle of 296.61º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36EEA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 110 | 234 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.08 |
| HSL | 296.61º | 0.75% | 0.67% | - |
| HSV(B) | 296.61º | 0.53% | 0.92% | - |
| XYZ | 52.11 | 33.42 | 81.55 | - |
| YUV | 159.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 234 | 0.03 | 0.53 | 0 | 0.08 | 296.61 | 0.75 | 0.67 |
| Hex | E3 | 6E | EA | 3 | 35 | 0 | 8 | 129 | 4B | 43 |
| Octal | 343 | 156 | 352 | 3 | 65 | 0 | 10 | 451 | 113 | 103 |
| Binary | 11100011 | 1101110 | 11101010 | 11 | 110101 | 0 | 1000 | 100101001 | 1001011 | 1000011 |
Color Harmonies of #E36EEA
Complementary color
Monochromatic Colors of #E36EEA
Black with #E36EEA
Text Example
Text Example
White with #E36EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36EEA; }
p { color: rgb(227,110,234); }
H1.HeaderClassName
{
color: #E36EEA;
}
.AnyTagClassName
{
color: #E36EEA;
}
</style>
background-color css
<style>
a { background-color: #E36EEA; }
a { background-color: rgb(227,110,234); }
div.DivClassName
{
background-color: #E36EEA;
}
.BgClassName
{
background-color: #E36EEA;
}
</style>
border-color css
<style>
span { border-color: #E36EEA; }
span { border-color: rgb(227,110,234); }
td.TdClassName
{
border-color: #E36EEA;
}
.TagClassName
{
border-color: #E36EEA;
}
</style>