Shades of Orchid #E577E1
Tints of Orchid #E577E1
RGB
CMYK
RGB Variations
Color information
#E577E1 (or 0xE577E1) is known color: Orchid. HEX triplet: E5, 77 and E1. RGB value is (229,119,225). Sum of RGB (Red+Green+Blue) = 229+119+225=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E577E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577E1 is #1A881E. Grayscale: #A3A3A3. Windows color (decimal): -1738783 or 14776293. OLE color: 14776293.
HSL color Cylindrical-coordinate representation of color #E577E1: hue angle of 302.18º 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 #E577E1 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 225 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.10 |
| HSL | 302.18º | 0.68% | 0.68% | - |
| HSV(B) | 302.18º | 0.48% | 0.9% | - |
| XYZ | 52.5 | 35.29 | 75.28 | - |
| YUV | 163.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 225 | 0 | 0.48 | 0.02 | 0.10 | 302.18 | 0.68 | 0.68 |
| Hex | E5 | 77 | E1 | 0 | 30 | 2 | A | 12E | 44 | 44 |
| Octal | 345 | 167 | 341 | 0 | 60 | 2 | 12 | 456 | 104 | 104 |
| Binary | 11100101 | 1110111 | 11100001 | 0 | 110000 | 10 | 1010 | 100101110 | 1000100 | 1000100 |
Color Harmonies of #E577E1
Complementary color
Monochromatic Colors of #E577E1
Black with #E577E1
Text Example
Text Example
White with #E577E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577E1; }
p { color: rgb(229,119,225); }
H1.HeaderClassName
{
color: #E577E1;
}
.AnyTagClassName
{
color: #E577E1;
}
</style>
background-color css
<style>
a { background-color: #E577E1; }
a { background-color: rgb(229,119,225); }
div.DivClassName
{
background-color: #E577E1;
}
.BgClassName
{
background-color: #E577E1;
}
</style>
border-color css
<style>
span { border-color: #E577E1; }
span { border-color: rgb(229,119,225); }
td.TdClassName
{
border-color: #E577E1;
}
.TagClassName
{
border-color: #E577E1;
}
</style>