Shades of Orchid #E571D3
Tints of Orchid #E571D3
RGB
CMYK
RGB Variations
Color information
#E571D3 (or 0xE571D3) is known color: Orchid. HEX triplet: E5, 71 and D3. RGB value is (229,113,211). Sum of RGB (Red+Green+Blue) = 229+113+211=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E571D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571D3 is #1A8E2C. Grayscale: #9E9E9E. Windows color (decimal): -1740333 or 13857253. OLE color: 13857253.
HSL color Cylindrical-coordinate representation of color #E571D3: hue angle of 309.31º 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 #E571D3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 211 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.10 |
| HSL | 309.31º | 0.69% | 0.67% | - |
| HSV(B) | 309.31º | 0.51% | 0.9% | - |
| XYZ | 49.98 | 33.17 | 65.4 | - |
| YUV | 158.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 211 | 0 | 0.51 | 0.08 | 0.10 | 309.31 | 0.69 | 0.67 |
| Hex | E5 | 71 | D3 | 0 | 33 | 8 | A | 135 | 45 | 43 |
| Octal | 345 | 161 | 323 | 0 | 63 | 10 | 12 | 465 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11010011 | 0 | 110011 | 1000 | 1010 | 100110101 | 1000101 | 1000011 |
Color Harmonies of #E571D3
Complementary color
Monochromatic Colors of #E571D3
Black with #E571D3
Text Example
Text Example
White with #E571D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571D3; }
p { color: rgb(229,113,211); }
H1.HeaderClassName
{
color: #E571D3;
}
.AnyTagClassName
{
color: #E571D3;
}
</style>
background-color css
<style>
a { background-color: #E571D3; }
a { background-color: rgb(229,113,211); }
div.DivClassName
{
background-color: #E571D3;
}
.BgClassName
{
background-color: #E571D3;
}
</style>
border-color css
<style>
span { border-color: #E571D3; }
span { border-color: rgb(229,113,211); }
td.TdClassName
{
border-color: #E571D3;
}
.TagClassName
{
border-color: #E571D3;
}
</style>