Shades of Orchid #E571DE
Tints of Orchid #E571DE
RGB
CMYK
RGB Variations
Color information
#E571DE (or 0xE571DE) is known color: Orchid. HEX triplet: E5, 71 and DE. RGB value is (229,113,222). Sum of RGB (Red+Green+Blue) = 229+113+222=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E571DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571DE is #1A8E21. Grayscale: #9F9F9F. Windows color (decimal): -1740322 or 14578149. OLE color: 14578149.
HSL color Cylindrical-coordinate representation of color #E571DE: hue angle of 303.62º 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 #E571DE is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 222 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.10 |
| HSL | 303.62º | 0.69% | 0.67% | - |
| HSV(B) | 303.62º | 0.51% | 0.9% | - |
| XYZ | 51.4 | 33.74 | 72.91 | - |
| YUV | 160.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 222 | 0 | 0.51 | 0.03 | 0.10 | 303.62 | 0.69 | 0.67 |
| Hex | E5 | 71 | DE | 0 | 33 | 3 | A | 130 | 45 | 43 |
| Octal | 345 | 161 | 336 | 0 | 63 | 3 | 12 | 460 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11011110 | 0 | 110011 | 11 | 1010 | 100110000 | 1000101 | 1000011 |
Color Harmonies of #E571DE
Complementary color
Monochromatic Colors of #E571DE
Black with #E571DE
Text Example
Text Example
White with #E571DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571DE; }
p { color: rgb(229,113,222); }
H1.HeaderClassName
{
color: #E571DE;
}
.AnyTagClassName
{
color: #E571DE;
}
</style>
background-color css
<style>
a { background-color: #E571DE; }
a { background-color: rgb(229,113,222); }
div.DivClassName
{
background-color: #E571DE;
}
.BgClassName
{
background-color: #E571DE;
}
</style>
border-color css
<style>
span { border-color: #E571DE; }
span { border-color: rgb(229,113,222); }
td.TdClassName
{
border-color: #E571DE;
}
.TagClassName
{
border-color: #E571DE;
}
</style>