Shades of Orchid #E571D1
Tints of Orchid #E571D1
RGB
CMYK
RGB Variations
Color information
#E571D1 (or 0xE571D1) is known color: Orchid. HEX triplet: E5, 71 and D1. RGB value is (229,113,209). Sum of RGB (Red+Green+Blue) = 229+113+209=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E571D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571D1 is #1A8E2E. Grayscale: #9E9E9E. Windows color (decimal): -1740335 or 13726181. OLE color: 13726181.
HSL color Cylindrical-coordinate representation of color #E571D1: hue angle of 310.34º 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 #E571D1 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 209 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.10 |
| HSL | 310.34º | 0.69% | 0.67% | - |
| HSV(B) | 310.34º | 0.51% | 0.9% | - |
| XYZ | 49.73 | 33.07 | 64.08 | - |
| YUV | 158.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 209 | 0 | 0.51 | 0.09 | 0.10 | 310.34 | 0.69 | 0.67 |
| Hex | E5 | 71 | D1 | 0 | 33 | 9 | A | 136 | 45 | 43 |
| Octal | 345 | 161 | 321 | 0 | 63 | 11 | 12 | 466 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11010001 | 0 | 110011 | 1001 | 1010 | 100110110 | 1000101 | 1000011 |
Color Harmonies of #E571D1
Complementary color
Monochromatic Colors of #E571D1
Black with #E571D1
Text Example
Text Example
White with #E571D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571D1; }
p { color: rgb(229,113,209); }
H1.HeaderClassName
{
color: #E571D1;
}
.AnyTagClassName
{
color: #E571D1;
}
</style>
background-color css
<style>
a { background-color: #E571D1; }
a { background-color: rgb(229,113,209); }
div.DivClassName
{
background-color: #E571D1;
}
.BgClassName
{
background-color: #E571D1;
}
</style>
border-color css
<style>
span { border-color: #E571D1; }
span { border-color: rgb(229,113,209); }
td.TdClassName
{
border-color: #E571D1;
}
.TagClassName
{
border-color: #E571D1;
}
</style>