Shades of Orchid #E576CE
Tints of Orchid #E576CE
RGB
CMYK
RGB Variations
Color information
#E576CE (or 0xE576CE) is known color: Orchid. HEX triplet: E5, 76 and CE. RGB value is (229,118,206). Sum of RGB (Red+Green+Blue) = 229+118+206=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E576CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576CE is #1A8931. Grayscale: #A0A0A0. Windows color (decimal): -1739058 or 13530853. OLE color: 13530853.
HSL color Cylindrical-coordinate representation of color #E576CE: hue angle of 312.43º 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 #E576CE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 206 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.10 |
| HSL | 312.43º | 0.68% | 0.68% | - |
| HSV(B) | 312.43º | 0.48% | 0.9% | - |
| XYZ | 49.93 | 34.07 | 62.34 | - |
| YUV | 161.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 206 | 0 | 0.48 | 0.10 | 0.10 | 312.43 | 0.68 | 0.68 |
| Hex | E5 | 76 | CE | 0 | 30 | A | A | 138 | 44 | 44 |
| Octal | 345 | 166 | 316 | 0 | 60 | 12 | 12 | 470 | 104 | 104 |
| Binary | 11100101 | 1110110 | 11001110 | 0 | 110000 | 1010 | 1010 | 100111000 | 1000100 | 1000100 |
Color Harmonies of #E576CE
Complementary color
Monochromatic Colors of #E576CE
Black with #E576CE
Text Example
Text Example
White with #E576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576CE; }
p { color: rgb(229,118,206); }
H1.HeaderClassName
{
color: #E576CE;
}
.AnyTagClassName
{
color: #E576CE;
}
</style>
background-color css
<style>
a { background-color: #E576CE; }
a { background-color: rgb(229,118,206); }
div.DivClassName
{
background-color: #E576CE;
}
.BgClassName
{
background-color: #E576CE;
}
</style>
border-color css
<style>
span { border-color: #E576CE; }
span { border-color: rgb(229,118,206); }
td.TdClassName
{
border-color: #E576CE;
}
.TagClassName
{
border-color: #E576CE;
}
</style>