Shades of Orchid #E575C9
Tints of Orchid #E575C9
RGB
CMYK
RGB Variations
Color information
#E575C9 (or 0xE575C9) is known color: Orchid. HEX triplet: E5, 75 and C9. RGB value is (229,117,201). Sum of RGB (Red+Green+Blue) = 229+117+201=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E575C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575C9 is #1A8A36. Grayscale: #9F9F9F. Windows color (decimal): -1739319 or 13202917. OLE color: 13202917.
HSL color Cylindrical-coordinate representation of color #E575C9: hue angle of 315º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575C9 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 201 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.10 |
| HSL | 315º | 0.68% | 0.68% | - |
| HSV(B) | 315º | 0.49% | 0.9% | - |
| XYZ | 49.22 | 33.6 | 59.15 | - |
| YUV | 160.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 201 | 0 | 0.49 | 0.12 | 0.10 | 315 | 0.68 | 0.68 |
| Hex | E5 | 75 | C9 | 0 | 31 | C | A | 13B | 44 | 44 |
| Octal | 345 | 165 | 311 | 0 | 61 | 14 | 12 | 473 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11001001 | 0 | 110001 | 1100 | 1010 | 100111011 | 1000100 | 1000100 |
Color Harmonies of #E575C9
Complementary color
Monochromatic Colors of #E575C9
Black with #E575C9
Text Example
Text Example
White with #E575C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575C9; }
p { color: rgb(229,117,201); }
H1.HeaderClassName
{
color: #E575C9;
}
.AnyTagClassName
{
color: #E575C9;
}
</style>
background-color css
<style>
a { background-color: #E575C9; }
a { background-color: rgb(229,117,201); }
div.DivClassName
{
background-color: #E575C9;
}
.BgClassName
{
background-color: #E575C9;
}
</style>
border-color css
<style>
span { border-color: #E575C9; }
span { border-color: rgb(229,117,201); }
td.TdClassName
{
border-color: #E575C9;
}
.TagClassName
{
border-color: #E575C9;
}
</style>