Shades of Orchid #E46EE4
Tints of Orchid #E46EE4
RGB
CMYK
RGB Variations
Color information
#E46EE4 (or 0xE46EE4) is known color: Orchid. HEX triplet: E4, 6E and E4. RGB value is (228,110,228). Sum of RGB (Red+Green+Blue) = 228+110+228=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E46EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46EE4 is #1B911B. Grayscale: #9E9E9E. Windows color (decimal): -1806620 or 14970596. OLE color: 14970596.
HSL color Cylindrical-coordinate representation of color #E46EE4: hue angle of 300º 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 #E46EE4 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 228 | - |
| CMYK | 0 | 0.52 | 0 | 0.11 |
| HSL | 300º | 0.69% | 0.66% | - |
| HSV(B) | 300º | 0.52% | 0.89% | - |
| XYZ | 51.57 | 33.25 | 77.1 | - |
| YUV | 158.73 | 167.09 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 228 | 0 | 0.52 | 0 | 0.11 | 300 | 0.69 | 0.66 |
| Hex | E4 | 6E | E4 | 0 | 34 | 0 | B | 12C | 45 | 42 |
| Octal | 344 | 156 | 344 | 0 | 64 | 0 | 13 | 454 | 105 | 102 |
| Binary | 11100100 | 1101110 | 11100100 | 0 | 110100 | 0 | 1011 | 100101100 | 1000101 | 1000010 |
Color Harmonies of #E46EE4
Complementary color
Monochromatic Colors of #E46EE4
Black with #E46EE4
Text Example
Text Example
White with #E46EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46EE4; }
p { color: rgb(228,110,228); }
H1.HeaderClassName
{
color: #E46EE4;
}
.AnyTagClassName
{
color: #E46EE4;
}
</style>
background-color css
<style>
a { background-color: #E46EE4; }
a { background-color: rgb(228,110,228); }
div.DivClassName
{
background-color: #E46EE4;
}
.BgClassName
{
background-color: #E46EE4;
}
</style>
border-color css
<style>
span { border-color: #E46EE4; }
span { border-color: rgb(228,110,228); }
td.TdClassName
{
border-color: #E46EE4;
}
.TagClassName
{
border-color: #E46EE4;
}
</style>