Shades of Orchid #E57ADD
Tints of Orchid #E57ADD
RGB
CMYK
RGB Variations
Color information
#E57ADD (or 0xE57ADD) is known color: Orchid. HEX triplet: E5, 7A and DD. RGB value is (229,122,221). Sum of RGB (Red+Green+Blue) = 229+122+221=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ADD is #1A8522. Grayscale: #A4A4A4. Windows color (decimal): -1738019 or 14514917. OLE color: 14514917.
HSL color Cylindrical-coordinate representation of color #E57ADD: hue angle of 304.49º 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 #E57ADD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 221 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 304.49º | 0.67% | 0.69% | - |
| HSV(B) | 304.49º | 0.47% | 0.9% | - |
| XYZ | 52.32 | 35.8 | 72.56 | - |
| YUV | 165.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 221 | 0 | 0.47 | 0.03 | 0.10 | 304.49 | 0.67 | 0.69 |
| Hex | E5 | 7A | DD | 0 | 2F | 3 | A | 130 | 43 | 45 |
| Octal | 345 | 172 | 335 | 0 | 57 | 3 | 12 | 460 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11011101 | 0 | 101111 | 11 | 1010 | 100110000 | 1000011 | 1000101 |
Color Harmonies of #E57ADD
Complementary color
Monochromatic Colors of #E57ADD
Black with #E57ADD
Text Example
Text Example
White with #E57ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ADD; }
p { color: rgb(229,122,221); }
H1.HeaderClassName
{
color: #E57ADD;
}
.AnyTagClassName
{
color: #E57ADD;
}
</style>
background-color css
<style>
a { background-color: #E57ADD; }
a { background-color: rgb(229,122,221); }
div.DivClassName
{
background-color: #E57ADD;
}
.BgClassName
{
background-color: #E57ADD;
}
</style>
border-color css
<style>
span { border-color: #E57ADD; }
span { border-color: rgb(229,122,221); }
td.TdClassName
{
border-color: #E57ADD;
}
.TagClassName
{
border-color: #E57ADD;
}
</style>