Shades of Orchid #E577D4
Tints of Orchid #E577D4
RGB
CMYK
RGB Variations
Color information
#E577D4 (or 0xE577D4) is known color: Orchid. HEX triplet: E5, 77 and D4. RGB value is (229,119,212). Sum of RGB (Red+Green+Blue) = 229+119+212=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E577D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577D4 is #1A882B. Grayscale: #A2A2A2. Windows color (decimal): -1738796 or 13924325. OLE color: 13924325.
HSL color Cylindrical-coordinate representation of color #E577D4: hue angle of 309.27º 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 #E577D4 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 212 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.10 |
| HSL | 309.27º | 0.68% | 0.68% | - |
| HSV(B) | 309.27º | 0.48% | 0.9% | - |
| XYZ | 50.79 | 34.61 | 66.29 | - |
| YUV | 162.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 212 | 0 | 0.48 | 0.07 | 0.10 | 309.27 | 0.68 | 0.68 |
| Hex | E5 | 77 | D4 | 0 | 30 | 7 | A | 135 | 44 | 44 |
| Octal | 345 | 167 | 324 | 0 | 60 | 7 | 12 | 465 | 104 | 104 |
| Binary | 11100101 | 1110111 | 11010100 | 0 | 110000 | 111 | 1010 | 100110101 | 1000100 | 1000100 |
Color Harmonies of #E577D4
Complementary color
Monochromatic Colors of #E577D4
Black with #E577D4
Text Example
Text Example
White with #E577D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577D4; }
p { color: rgb(229,119,212); }
H1.HeaderClassName
{
color: #E577D4;
}
.AnyTagClassName
{
color: #E577D4;
}
</style>
background-color css
<style>
a { background-color: #E577D4; }
a { background-color: rgb(229,119,212); }
div.DivClassName
{
background-color: #E577D4;
}
.BgClassName
{
background-color: #E577D4;
}
</style>
border-color css
<style>
span { border-color: #E577D4; }
span { border-color: rgb(229,119,212); }
td.TdClassName
{
border-color: #E577D4;
}
.TagClassName
{
border-color: #E577D4;
}
</style>