Shades of Orchid #E46ADA
Tints of Orchid #E46ADA
RGB
CMYK
RGB Variations
Color information
#E46ADA (or 0xE46ADA) is known color: Orchid. HEX triplet: E4, 6A and DA. RGB value is (228,106,218). Sum of RGB (Red+Green+Blue) = 228+106+218=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ADA is #1B9525. Grayscale: #9A9A9A. Windows color (decimal): -1807654 or 14314212. OLE color: 14314212.
HSL color Cylindrical-coordinate representation of color #E46ADA: hue angle of 304.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46ADA is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 218 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.11 |
| HSL | 304.92º | 0.69% | 0.65% | - |
| HSV(B) | 304.92º | 0.54% | 0.89% | - |
| XYZ | 49.8 | 31.86 | 69.86 | - |
| YUV | 155.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 218 | 0 | 0.54 | 0.04 | 0.11 | 304.92 | 0.69 | 0.65 |
| Hex | E4 | 6A | DA | 0 | 36 | 4 | B | 131 | 45 | 41 |
| Octal | 344 | 152 | 332 | 0 | 66 | 4 | 13 | 461 | 105 | 101 |
| Binary | 11100100 | 1101010 | 11011010 | 0 | 110110 | 100 | 1011 | 100110001 | 1000101 | 1000001 |
Color Harmonies of #E46ADA
Complementary color
Monochromatic Colors of #E46ADA
Black with #E46ADA
Text Example
Text Example
White with #E46ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46ADA; }
p { color: rgb(228,106,218); }
H1.HeaderClassName
{
color: #E46ADA;
}
.AnyTagClassName
{
color: #E46ADA;
}
</style>
background-color css
<style>
a { background-color: #E46ADA; }
a { background-color: rgb(228,106,218); }
div.DivClassName
{
background-color: #E46ADA;
}
.BgClassName
{
background-color: #E46ADA;
}
</style>
border-color css
<style>
span { border-color: #E46ADA; }
span { border-color: rgb(228,106,218); }
td.TdClassName
{
border-color: #E46ADA;
}
.TagClassName
{
border-color: #E46ADA;
}
</style>