Shades of Orchid #E46ECA
Tints of Orchid #E46ECA
RGB
CMYK
RGB Variations
Color information
#E46ECA (or 0xE46ECA) is known color: Orchid. HEX triplet: E4, 6E and CA. RGB value is (228,110,202). Sum of RGB (Red+Green+Blue) = 228+110+202=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ECA is #1B9135. Grayscale: #9B9B9B. Windows color (decimal): -1806646 or 13266660. OLE color: 13266660.
HSL color Cylindrical-coordinate representation of color #E46ECA: hue angle of 313.22º 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 #E46ECA is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 202 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.11 |
| HSL | 313.22º | 0.69% | 0.66% | - |
| HSV(B) | 313.22º | 0.52% | 0.89% | - |
| XYZ | 48.23 | 31.91 | 59.49 | - |
| YUV | 155.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 202 | 0 | 0.52 | 0.11 | 0.11 | 313.22 | 0.69 | 0.66 |
| Hex | E4 | 6E | CA | 0 | 34 | B | B | 139 | 45 | 42 |
| Octal | 344 | 156 | 312 | 0 | 64 | 13 | 13 | 471 | 105 | 102 |
| Binary | 11100100 | 1101110 | 11001010 | 0 | 110100 | 1011 | 1011 | 100111001 | 1000101 | 1000010 |
Color Harmonies of #E46ECA
Complementary color
Monochromatic Colors of #E46ECA
Black with #E46ECA
Text Example
Text Example
White with #E46ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46ECA; }
p { color: rgb(228,110,202); }
H1.HeaderClassName
{
color: #E46ECA;
}
.AnyTagClassName
{
color: #E46ECA;
}
</style>
background-color css
<style>
a { background-color: #E46ECA; }
a { background-color: rgb(228,110,202); }
div.DivClassName
{
background-color: #E46ECA;
}
.BgClassName
{
background-color: #E46ECA;
}
</style>
border-color css
<style>
span { border-color: #E46ECA; }
span { border-color: rgb(228,110,202); }
td.TdClassName
{
border-color: #E46ECA;
}
.TagClassName
{
border-color: #E46ECA;
}
</style>