Shades of Orchid #E57ED6
Tints of Orchid #E57ED6
RGB
CMYK
RGB Variations
Color information
#E57ED6 (or 0xE57ED6) is known color: Orchid. HEX triplet: E5, 7E and D6. RGB value is (229,126,214). Sum of RGB (Red+Green+Blue) = 229+126+214=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ED6 is #1A8129. Grayscale: #A6A6A6. Windows color (decimal): -1737002 or 14057189. OLE color: 14057189.
HSL color Cylindrical-coordinate representation of color #E57ED6: hue angle of 308.74º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57ED6 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 214 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.10 |
| HSL | 308.74º | 0.66% | 0.7% | - |
| HSV(B) | 308.74º | 0.45% | 0.9% | - |
| XYZ | 51.91 | 36.43 | 67.91 | - |
| YUV | 166.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 214 | 0 | 0.45 | 0.07 | 0.10 | 308.74 | 0.66 | 0.7 |
| Hex | E5 | 7E | D6 | 0 | 2D | 7 | A | 135 | 42 | 46 |
| Octal | 345 | 176 | 326 | 0 | 55 | 7 | 12 | 465 | 102 | 106 |
| Binary | 11100101 | 1111110 | 11010110 | 0 | 101101 | 111 | 1010 | 100110101 | 1000010 | 1000110 |
Color Harmonies of #E57ED6
Complementary color
Monochromatic Colors of #E57ED6
Black with #E57ED6
Text Example
Text Example
White with #E57ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ED6; }
p { color: rgb(229,126,214); }
H1.HeaderClassName
{
color: #E57ED6;
}
.AnyTagClassName
{
color: #E57ED6;
}
</style>
background-color css
<style>
a { background-color: #E57ED6; }
a { background-color: rgb(229,126,214); }
div.DivClassName
{
background-color: #E57ED6;
}
.BgClassName
{
background-color: #E57ED6;
}
</style>
border-color css
<style>
span { border-color: #E57ED6; }
span { border-color: rgb(229,126,214); }
td.TdClassName
{
border-color: #E57ED6;
}
.TagClassName
{
border-color: #E57ED6;
}
</style>