Shades of Orchid #E46DE2
Tints of Orchid #E46DE2
RGB
CMYK
RGB Variations
Color information
#E46DE2 (or 0xE46DE2) is known color: Orchid. HEX triplet: E4, 6D and E2. RGB value is (228,109,226). Sum of RGB (Red+Green+Blue) = 228+109+226=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DE2 is #1B921D. Grayscale: #9D9D9D. Windows color (decimal): -1806878 or 14839268. OLE color: 14839268.
HSL color Cylindrical-coordinate representation of color #E46DE2: hue angle of 301.01º 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 #E46DE2 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 109 | 226 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.11 |
| HSL | 301.01º | 0.69% | 0.66% | - |
| HSV(B) | 301.01º | 0.52% | 0.89% | - |
| XYZ | 51.19 | 32.92 | 75.61 | - |
| YUV | 157.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 226 | 0 | 0.52 | 0.01 | 0.11 | 301.01 | 0.69 | 0.66 |
| Hex | E4 | 6D | E2 | 0 | 34 | 1 | B | 12D | 45 | 42 |
| Octal | 344 | 155 | 342 | 0 | 64 | 1 | 13 | 455 | 105 | 102 |
| Binary | 11100100 | 1101101 | 11100010 | 0 | 110100 | 1 | 1011 | 100101101 | 1000101 | 1000010 |
Color Harmonies of #E46DE2
Complementary color
Monochromatic Colors of #E46DE2
Black with #E46DE2
Text Example
Text Example
White with #E46DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46DE2; }
p { color: rgb(228,109,226); }
H1.HeaderClassName
{
color: #E46DE2;
}
.AnyTagClassName
{
color: #E46DE2;
}
</style>
background-color css
<style>
a { background-color: #E46DE2; }
a { background-color: rgb(228,109,226); }
div.DivClassName
{
background-color: #E46DE2;
}
.BgClassName
{
background-color: #E46DE2;
}
</style>
border-color css
<style>
span { border-color: #E46DE2; }
span { border-color: rgb(228,109,226); }
td.TdClassName
{
border-color: #E46DE2;
}
.TagClassName
{
border-color: #E46DE2;
}
</style>