Shades of Orchid #E46ACE
Tints of Orchid #E46ACE
RGB
CMYK
RGB Variations
Color information
#E46ACE (or 0xE46ACE) is known color: Orchid. HEX triplet: E4, 6A and CE. RGB value is (228,106,206). Sum of RGB (Red+Green+Blue) = 228+106+206=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ACE is #1B9531. Grayscale: #999999. Windows color (decimal): -1807666 or 13527780. OLE color: 13527780.
HSL color Cylindrical-coordinate representation of color #E46ACE: hue angle of 310.82º 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 #E46ACE is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 206 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.11 |
| HSL | 310.82º | 0.69% | 0.65% | - |
| HSV(B) | 310.82º | 0.54% | 0.89% | - |
| XYZ | 48.29 | 31.26 | 61.88 | - |
| YUV | 153.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 206 | 0 | 0.54 | 0.10 | 0.11 | 310.82 | 0.69 | 0.65 |
| Hex | E4 | 6A | CE | 0 | 36 | A | B | 137 | 45 | 41 |
| Octal | 344 | 152 | 316 | 0 | 66 | 12 | 13 | 467 | 105 | 101 |
| Binary | 11100100 | 1101010 | 11001110 | 0 | 110110 | 1010 | 1011 | 100110111 | 1000101 | 1000001 |
Color Harmonies of #E46ACE
Complementary color
Monochromatic Colors of #E46ACE
Black with #E46ACE
Text Example
Text Example
White with #E46ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46ACE; }
p { color: rgb(228,106,206); }
H1.HeaderClassName
{
color: #E46ACE;
}
.AnyTagClassName
{
color: #E46ACE;
}
</style>
background-color css
<style>
a { background-color: #E46ACE; }
a { background-color: rgb(228,106,206); }
div.DivClassName
{
background-color: #E46ACE;
}
.BgClassName
{
background-color: #E46ACE;
}
</style>
border-color css
<style>
span { border-color: #E46ACE; }
span { border-color: rgb(228,106,206); }
td.TdClassName
{
border-color: #E46ACE;
}
.TagClassName
{
border-color: #E46ACE;
}
</style>