Shades of Orchid #E36EC4
Tints of Orchid #E36EC4
RGB
CMYK
RGB Variations
Color information
#E36EC4 (or 0xE36EC4) is known color: Orchid. HEX triplet: E3, 6E and C4. RGB value is (227,110,196). Sum of RGB (Red+Green+Blue) = 227+110+196=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E36EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EC4 is #1C913B. Grayscale: #9A9A9A. Windows color (decimal): -1872188 or 12873443. OLE color: 12873443.
HSL color Cylindrical-coordinate representation of color #E36EC4: hue angle of 315.9º 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 #E36EC4 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 110 | 196 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.11 |
| HSL | 315.9º | 0.68% | 0.66% | - |
| HSV(B) | 315.9º | 0.52% | 0.89% | - |
| XYZ | 47.22 | 31.47 | 55.81 | - |
| YUV | 154.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 196 | 0 | 0.52 | 0.14 | 0.11 | 315.9 | 0.68 | 0.66 |
| Hex | E3 | 6E | C4 | 0 | 34 | E | B | 13C | 44 | 42 |
| Octal | 343 | 156 | 304 | 0 | 64 | 16 | 13 | 474 | 104 | 102 |
| Binary | 11100011 | 1101110 | 11000100 | 0 | 110100 | 1110 | 1011 | 100111100 | 1000100 | 1000010 |
Color Harmonies of #E36EC4
Complementary color
Monochromatic Colors of #E36EC4
Black with #E36EC4
Text Example
Text Example
White with #E36EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36EC4; }
p { color: rgb(227,110,196); }
H1.HeaderClassName
{
color: #E36EC4;
}
.AnyTagClassName
{
color: #E36EC4;
}
</style>
background-color css
<style>
a { background-color: #E36EC4; }
a { background-color: rgb(227,110,196); }
div.DivClassName
{
background-color: #E36EC4;
}
.BgClassName
{
background-color: #E36EC4;
}
</style>
border-color css
<style>
span { border-color: #E36EC4; }
span { border-color: rgb(227,110,196); }
td.TdClassName
{
border-color: #E36EC4;
}
.TagClassName
{
border-color: #E36EC4;
}
</style>