Shades of Orchid #E27ADB
Tints of Orchid #E27ADB
RGB
CMYK
RGB Variations
Color information
#E27ADB (or 0xE27ADB) is known color: Orchid. HEX triplet: E2, 7A and DB. RGB value is (226,122,219). Sum of RGB (Red+Green+Blue) = 226+122+219=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADB is #1D8524. Grayscale: #A3A3A3. Windows color (decimal): -1934629 or 14383842. OLE color: 14383842.
HSL color Cylindrical-coordinate representation of color #E27ADB: hue angle of 304.04º 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 #E27ADB is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 219 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 304.04º | 0.64% | 0.68% | - |
| HSV(B) | 304.04º | 0.46% | 0.89% | - |
| XYZ | 51.11 | 35.2 | 71.12 | - |
| YUV | 164.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 219 | 0 | 0.46 | 0.03 | 0.11 | 304.04 | 0.64 | 0.68 |
| Hex | E2 | 7A | DB | 0 | 2E | 3 | B | 130 | 40 | 44 |
| Octal | 342 | 172 | 333 | 0 | 56 | 3 | 13 | 460 | 100 | 104 |
| Binary | 11100010 | 1111010 | 11011011 | 0 | 101110 | 11 | 1011 | 100110000 | 1000000 | 1000100 |
Color Harmonies of #E27ADB
Complementary color
Monochromatic Colors of #E27ADB
Black with #E27ADB
Text Example
Text Example
White with #E27ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ADB; }
p { color: rgb(226,122,219); }
H1.HeaderClassName
{
color: #E27ADB;
}
.AnyTagClassName
{
color: #E27ADB;
}
</style>
background-color css
<style>
a { background-color: #E27ADB; }
a { background-color: rgb(226,122,219); }
div.DivClassName
{
background-color: #E27ADB;
}
.BgClassName
{
background-color: #E27ADB;
}
</style>
border-color css
<style>
span { border-color: #E27ADB; }
span { border-color: rgb(226,122,219); }
td.TdClassName
{
border-color: #E27ADB;
}
.TagClassName
{
border-color: #E27ADB;
}
</style>