Shades of Orchid #E571DD
Tints of Orchid #E571DD
RGB
CMYK
RGB Variations
Color information
#E571DD (or 0xE571DD) is known color: Orchid. HEX triplet: E5, 71 and DD. RGB value is (229,113,221). Sum of RGB (Red+Green+Blue) = 229+113+221=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E571DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571DD is #1A8E22. Grayscale: #9F9F9F. Windows color (decimal): -1740323 or 14512613. OLE color: 14512613.
HSL color Cylindrical-coordinate representation of color #E571DD: hue angle of 304.14º 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 #E571DD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 221 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.10 |
| HSL | 304.14º | 0.69% | 0.67% | - |
| HSV(B) | 304.14º | 0.51% | 0.9% | - |
| XYZ | 51.27 | 33.69 | 72.21 | - |
| YUV | 160 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 221 | 0 | 0.51 | 0.03 | 0.10 | 304.14 | 0.69 | 0.67 |
| Hex | E5 | 71 | DD | 0 | 33 | 3 | A | 130 | 45 | 43 |
| Octal | 345 | 161 | 335 | 0 | 63 | 3 | 12 | 460 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11011101 | 0 | 110011 | 11 | 1010 | 100110000 | 1000101 | 1000011 |
Color Harmonies of #E571DD
Complementary color
Monochromatic Colors of #E571DD
Black with #E571DD
Text Example
Text Example
White with #E571DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571DD; }
p { color: rgb(229,113,221); }
H1.HeaderClassName
{
color: #E571DD;
}
.AnyTagClassName
{
color: #E571DD;
}
</style>
background-color css
<style>
a { background-color: #E571DD; }
a { background-color: rgb(229,113,221); }
div.DivClassName
{
background-color: #E571DD;
}
.BgClassName
{
background-color: #E571DD;
}
</style>
border-color css
<style>
span { border-color: #E571DD; }
span { border-color: rgb(229,113,221); }
td.TdClassName
{
border-color: #E571DD;
}
.TagClassName
{
border-color: #E571DD;
}
</style>