Shades of Orchid #E571D0
Tints of Orchid #E571D0
RGB
CMYK
RGB Variations
Color information
#E571D0 (or 0xE571D0) is known color: Orchid. HEX triplet: E5, 71 and D0. RGB value is (229,113,208). Sum of RGB (Red+Green+Blue) = 229+113+208=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E571D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571D0 is #1A8E2F. Grayscale: #9E9E9E. Windows color (decimal): -1740336 or 13660645. OLE color: 13660645.
HSL color Cylindrical-coordinate representation of color #E571D0: hue angle of 310.86º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571D0 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 208 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.10 |
| HSL | 310.86º | 0.69% | 0.67% | - |
| HSV(B) | 310.86º | 0.51% | 0.9% | - |
| XYZ | 49.6 | 33.02 | 63.43 | - |
| YUV | 158.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 208 | 0 | 0.51 | 0.09 | 0.10 | 310.86 | 0.69 | 0.67 |
| Hex | E5 | 71 | D0 | 0 | 33 | 9 | A | 137 | 45 | 43 |
| Octal | 345 | 161 | 320 | 0 | 63 | 11 | 12 | 467 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11010000 | 0 | 110011 | 1001 | 1010 | 100110111 | 1000101 | 1000011 |
Color Harmonies of #E571D0
Complementary color
Monochromatic Colors of #E571D0
Black with #E571D0
Text Example
Text Example
White with #E571D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571D0; }
p { color: rgb(229,113,208); }
H1.HeaderClassName
{
color: #E571D0;
}
.AnyTagClassName
{
color: #E571D0;
}
</style>
background-color css
<style>
a { background-color: #E571D0; }
a { background-color: rgb(229,113,208); }
div.DivClassName
{
background-color: #E571D0;
}
.BgClassName
{
background-color: #E571D0;
}
</style>
border-color css
<style>
span { border-color: #E571D0; }
span { border-color: rgb(229,113,208); }
td.TdClassName
{
border-color: #E571D0;
}
.TagClassName
{
border-color: #E571D0;
}
</style>