Shades of Orchid #E27AC9
Tints of Orchid #E27AC9
RGB
CMYK
RGB Variations
Color information
#E27AC9 (or 0xE27AC9) is known color: Orchid. HEX triplet: E2, 7A and C9. RGB value is (226,122,201). Sum of RGB (Red+Green+Blue) = 226+122+201=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AC9 is #1D8536. Grayscale: #A1A1A1. Windows color (decimal): -1934647 or 13204194. OLE color: 13204194.
HSL color Cylindrical-coordinate representation of color #E27AC9: hue angle of 314.42º 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 #E27AC9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 201 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.11 |
| HSL | 314.42º | 0.64% | 0.68% | - |
| HSV(B) | 314.42º | 0.46% | 0.89% | - |
| XYZ | 48.87 | 34.3 | 59.3 | - |
| YUV | 162.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 201 | 0 | 0.46 | 0.11 | 0.11 | 314.42 | 0.64 | 0.68 |
| Hex | E2 | 7A | C9 | 0 | 2E | B | B | 13A | 40 | 44 |
| Octal | 342 | 172 | 311 | 0 | 56 | 13 | 13 | 472 | 100 | 104 |
| Binary | 11100010 | 1111010 | 11001001 | 0 | 101110 | 1011 | 1011 | 100111010 | 1000000 | 1000100 |
Color Harmonies of #E27AC9
Complementary color
Monochromatic Colors of #E27AC9
Black with #E27AC9
Text Example
Text Example
White with #E27AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27AC9; }
p { color: rgb(226,122,201); }
H1.HeaderClassName
{
color: #E27AC9;
}
.AnyTagClassName
{
color: #E27AC9;
}
</style>
background-color css
<style>
a { background-color: #E27AC9; }
a { background-color: rgb(226,122,201); }
div.DivClassName
{
background-color: #E27AC9;
}
.BgClassName
{
background-color: #E27AC9;
}
</style>
border-color css
<style>
span { border-color: #E27AC9; }
span { border-color: rgb(226,122,201); }
td.TdClassName
{
border-color: #E27AC9;
}
.TagClassName
{
border-color: #E27AC9;
}
</style>