Shades of Orchid #E37ADB
Tints of Orchid #E37ADB
RGB
CMYK
RGB Variations
Color information
#E37ADB (or 0xE37ADB) is known color: Orchid. HEX triplet: E3, 7A and DB. RGB value is (227,122,219). Sum of RGB (Red+Green+Blue) = 227+122+219=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ADB is #1C8524. Grayscale: #A4A4A4. Windows color (decimal): -1869093 or 14383843. OLE color: 14383843.
HSL color Cylindrical-coordinate representation of color #E37ADB: hue angle of 304.57º degrees, saturation: 0.65, 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 #E37ADB is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 219 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 304.57º | 0.65% | 0.68% | - |
| HSV(B) | 304.57º | 0.46% | 0.89% | - |
| XYZ | 51.42 | 35.36 | 71.13 | - |
| YUV | 164.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 219 | 0 | 0.46 | 0.04 | 0.11 | 304.57 | 0.65 | 0.68 |
| Hex | E3 | 7A | DB | 0 | 2E | 4 | B | 131 | 41 | 44 |
| Octal | 343 | 172 | 333 | 0 | 56 | 4 | 13 | 461 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11011011 | 0 | 101110 | 100 | 1011 | 100110001 | 1000001 | 1000100 |
Color Harmonies of #E37ADB
Complementary color
Monochromatic Colors of #E37ADB
Black with #E37ADB
Text Example
Text Example
White with #E37ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ADB; }
p { color: rgb(227,122,219); }
H1.HeaderClassName
{
color: #E37ADB;
}
.AnyTagClassName
{
color: #E37ADB;
}
</style>
background-color css
<style>
a { background-color: #E37ADB; }
a { background-color: rgb(227,122,219); }
div.DivClassName
{
background-color: #E37ADB;
}
.BgClassName
{
background-color: #E37ADB;
}
</style>
border-color css
<style>
span { border-color: #E37ADB; }
span { border-color: rgb(227,122,219); }
td.TdClassName
{
border-color: #E37ADB;
}
.TagClassName
{
border-color: #E37ADB;
}
</style>