Shades of Orchid #E46EE0
Tints of Orchid #E46EE0
RGB
CMYK
RGB Variations
Color information
#E46EE0 (or 0xE46EE0) is known color: Orchid. HEX triplet: E4, 6E and E0. RGB value is (228,110,224). Sum of RGB (Red+Green+Blue) = 228+110+224=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E46EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EE0 is #1B911F. Grayscale: #9D9D9D. Windows color (decimal): -1806624 or 14708452. OLE color: 14708452.
HSL color Cylindrical-coordinate representation of color #E46EE0: hue angle of 302.03º degrees, saturation: 0.69, 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 #E46EE0 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 224 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.11 |
| HSL | 302.03º | 0.69% | 0.66% | - |
| HSV(B) | 302.03º | 0.52% | 0.89% | - |
| XYZ | 51.03 | 33.03 | 74.21 | - |
| YUV | 158.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 224 | 0 | 0.52 | 0.02 | 0.11 | 302.03 | 0.69 | 0.66 |
| Hex | E4 | 6E | E0 | 0 | 34 | 2 | B | 12E | 45 | 42 |
| Octal | 344 | 156 | 340 | 0 | 64 | 2 | 13 | 456 | 105 | 102 |
| Binary | 11100100 | 1101110 | 11100000 | 0 | 110100 | 10 | 1011 | 100101110 | 1000101 | 1000010 |
Color Harmonies of #E46EE0
Complementary color
Monochromatic Colors of #E46EE0
Black with #E46EE0
Text Example
Text Example
White with #E46EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46EE0; }
p { color: rgb(228,110,224); }
H1.HeaderClassName
{
color: #E46EE0;
}
.AnyTagClassName
{
color: #E46EE0;
}
</style>
background-color css
<style>
a { background-color: #E46EE0; }
a { background-color: rgb(228,110,224); }
div.DivClassName
{
background-color: #E46EE0;
}
.BgClassName
{
background-color: #E46EE0;
}
</style>
border-color css
<style>
span { border-color: #E46EE0; }
span { border-color: rgb(228,110,224); }
td.TdClassName
{
border-color: #E46EE0;
}
.TagClassName
{
border-color: #E46EE0;
}
</style>