Shades of Orchid #E27AD8
Tints of Orchid #E27AD8
RGB
CMYK
RGB Variations
Color information
#E27AD8 (or 0xE27AD8) is known color: Orchid. HEX triplet: E2, 7A and D8. RGB value is (226,122,216). Sum of RGB (Red+Green+Blue) = 226+122+216=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AD8 is #1D8527. Grayscale: #A3A3A3. Windows color (decimal): -1934632 or 14187234. OLE color: 14187234.
HSL color Cylindrical-coordinate representation of color #E27AD8: hue angle of 305.77º 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 #E27AD8 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 216 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 305.77º | 0.64% | 0.68% | - |
| HSV(B) | 305.77º | 0.46% | 0.89% | - |
| XYZ | 50.72 | 35.05 | 69.06 | - |
| YUV | 163.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 216 | 0 | 0.46 | 0.04 | 0.11 | 305.77 | 0.64 | 0.68 |
| Hex | E2 | 7A | D8 | 0 | 2E | 4 | B | 132 | 40 | 44 |
| Octal | 342 | 172 | 330 | 0 | 56 | 4 | 13 | 462 | 100 | 104 |
| Binary | 11100010 | 1111010 | 11011000 | 0 | 101110 | 100 | 1011 | 100110010 | 1000000 | 1000100 |
Color Harmonies of #E27AD8
Complementary color
Monochromatic Colors of #E27AD8
Black with #E27AD8
Text Example
Text Example
White with #E27AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AD8; }
p { color: rgb(226,122,216); }
H1.HeaderClassName
{
color: #E27AD8;
}
.AnyTagClassName
{
color: #E27AD8;
}
</style>
background-color css
<style>
a { background-color: #E27AD8; }
a { background-color: rgb(226,122,216); }
div.DivClassName
{
background-color: #E27AD8;
}
.BgClassName
{
background-color: #E27AD8;
}
</style>
border-color css
<style>
span { border-color: #E27AD8; }
span { border-color: rgb(226,122,216); }
td.TdClassName
{
border-color: #E27AD8;
}
.TagClassName
{
border-color: #E27AD8;
}
</style>