Shades of Orchid #E27ADA
Tints of Orchid #E27ADA
RGB
CMYK
RGB Variations
Color information
#E27ADA (or 0xE27ADA) is known color: Orchid. HEX triplet: E2, 7A and DA. RGB value is (226,122,218). Sum of RGB (Red+Green+Blue) = 226+122+218=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADA is #1D8525. Grayscale: #A3A3A3. Windows color (decimal): -1934630 or 14318306. OLE color: 14318306.
HSL color Cylindrical-coordinate representation of color #E27ADA: hue angle of 304.62º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27ADA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 218 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 304.62º | 0.64% | 0.68% | - |
| HSV(B) | 304.62º | 0.46% | 0.89% | - |
| XYZ | 50.98 | 35.15 | 70.43 | - |
| YUV | 164.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 218 | 0 | 0.46 | 0.04 | 0.11 | 304.62 | 0.64 | 0.68 |
| Hex | E2 | 7A | DA | 0 | 2E | 4 | B | 131 | 40 | 44 |
| Octal | 342 | 172 | 332 | 0 | 56 | 4 | 13 | 461 | 100 | 104 |
| Binary | 11100010 | 1111010 | 11011010 | 0 | 101110 | 100 | 1011 | 100110001 | 1000000 | 1000100 |
Color Harmonies of #E27ADA
Complementary color
Monochromatic Colors of #E27ADA
Black with #E27ADA
Text Example
Text Example
White with #E27ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ADA; }
p { color: rgb(226,122,218); }
H1.HeaderClassName
{
color: #E27ADA;
}
.AnyTagClassName
{
color: #E27ADA;
}
</style>
background-color css
<style>
a { background-color: #E27ADA; }
a { background-color: rgb(226,122,218); }
div.DivClassName
{
background-color: #E27ADA;
}
.BgClassName
{
background-color: #E27ADA;
}
</style>
border-color css
<style>
span { border-color: #E27ADA; }
span { border-color: rgb(226,122,218); }
td.TdClassName
{
border-color: #E27ADA;
}
.TagClassName
{
border-color: #E27ADA;
}
</style>