Shades of Orchid #E57ADB
Tints of Orchid #E57ADB
RGB
CMYK
RGB Variations
Color information
#E57ADB (or 0xE57ADB) is known color: Orchid. HEX triplet: E5, 7A and DB. RGB value is (229,122,219). Sum of RGB (Red+Green+Blue) = 229+122+219=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ADB is #1A8524. Grayscale: #A4A4A4. Windows color (decimal): -1738021 or 14383845. OLE color: 14383845.
HSL color Cylindrical-coordinate representation of color #E57ADB: hue angle of 305.61º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57ADB is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 219 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.10 |
| HSL | 305.61º | 0.67% | 0.69% | - |
| HSV(B) | 305.61º | 0.47% | 0.9% | - |
| XYZ | 52.06 | 35.69 | 71.16 | - |
| YUV | 165.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 219 | 0 | 0.47 | 0.04 | 0.10 | 305.61 | 0.67 | 0.69 |
| Hex | E5 | 7A | DB | 0 | 2F | 4 | A | 132 | 43 | 45 |
| Octal | 345 | 172 | 333 | 0 | 57 | 4 | 12 | 462 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11011011 | 0 | 101111 | 100 | 1010 | 100110010 | 1000011 | 1000101 |
Color Harmonies of #E57ADB
Complementary color
Monochromatic Colors of #E57ADB
Black with #E57ADB
Text Example
Text Example
White with #E57ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ADB; }
p { color: rgb(229,122,219); }
H1.HeaderClassName
{
color: #E57ADB;
}
.AnyTagClassName
{
color: #E57ADB;
}
</style>
background-color css
<style>
a { background-color: #E57ADB; }
a { background-color: rgb(229,122,219); }
div.DivClassName
{
background-color: #E57ADB;
}
.BgClassName
{
background-color: #E57ADB;
}
</style>
border-color css
<style>
span { border-color: #E57ADB; }
span { border-color: rgb(229,122,219); }
td.TdClassName
{
border-color: #E57ADB;
}
.TagClassName
{
border-color: #E57ADB;
}
</style>