Shades of Orchid #E577D1
Tints of Orchid #E577D1
RGB
CMYK
RGB Variations
Color information
#E577D1 (or 0xE577D1) is known color: Orchid. HEX triplet: E5, 77 and D1. RGB value is (229,119,209). Sum of RGB (Red+Green+Blue) = 229+119+209=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E577D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577D1 is #1A882E. Grayscale: #A1A1A1. Windows color (decimal): -1738799 or 13727717. OLE color: 13727717.
HSL color Cylindrical-coordinate representation of color #E577D1: hue angle of 310.91º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E577D1 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 209 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.10 |
| HSL | 310.91º | 0.68% | 0.68% | - |
| HSV(B) | 310.91º | 0.48% | 0.9% | - |
| XYZ | 50.42 | 34.46 | 64.31 | - |
| YUV | 162.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 209 | 0 | 0.48 | 0.09 | 0.10 | 310.91 | 0.68 | 0.68 |
| Hex | E5 | 77 | D1 | 0 | 30 | 9 | A | 137 | 44 | 44 |
| Octal | 345 | 167 | 321 | 0 | 60 | 11 | 12 | 467 | 104 | 104 |
| Binary | 11100101 | 1110111 | 11010001 | 0 | 110000 | 1001 | 1010 | 100110111 | 1000100 | 1000100 |
Color Harmonies of #E577D1
Complementary color
Monochromatic Colors of #E577D1
Black with #E577D1
Text Example
Text Example
White with #E577D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577D1; }
p { color: rgb(229,119,209); }
H1.HeaderClassName
{
color: #E577D1;
}
.AnyTagClassName
{
color: #E577D1;
}
</style>
background-color css
<style>
a { background-color: #E577D1; }
a { background-color: rgb(229,119,209); }
div.DivClassName
{
background-color: #E577D1;
}
.BgClassName
{
background-color: #E577D1;
}
</style>
border-color css
<style>
span { border-color: #E577D1; }
span { border-color: rgb(229,119,209); }
td.TdClassName
{
border-color: #E577D1;
}
.TagClassName
{
border-color: #E577D1;
}
</style>