Shades of Orchid #E576CC
Tints of Orchid #E576CC
RGB
CMYK
RGB Variations
Color information
#E576CC (or 0xE576CC) is known color: Orchid. HEX triplet: E5, 76 and CC. RGB value is (229,118,204). Sum of RGB (Red+Green+Blue) = 229+118+204=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E576CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576CC is #1A8933. Grayscale: #A0A0A0. Windows color (decimal): -1739060 or 13399781. OLE color: 13399781.
HSL color Cylindrical-coordinate representation of color #E576CC: hue angle of 313.51º 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 #E576CC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 204 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.10 |
| HSL | 313.51º | 0.68% | 0.68% | - |
| HSV(B) | 313.51º | 0.48% | 0.9% | - |
| XYZ | 49.69 | 33.97 | 61.07 | - |
| YUV | 160.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 204 | 0 | 0.48 | 0.11 | 0.10 | 313.51 | 0.68 | 0.68 |
| Hex | E5 | 76 | CC | 0 | 30 | B | A | 13A | 44 | 44 |
| Octal | 345 | 166 | 314 | 0 | 60 | 13 | 12 | 472 | 104 | 104 |
| Binary | 11100101 | 1110110 | 11001100 | 0 | 110000 | 1011 | 1010 | 100111010 | 1000100 | 1000100 |
Color Harmonies of #E576CC
Complementary color
Monochromatic Colors of #E576CC
Black with #E576CC
Text Example
Text Example
White with #E576CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576CC; }
p { color: rgb(229,118,204); }
H1.HeaderClassName
{
color: #E576CC;
}
.AnyTagClassName
{
color: #E576CC;
}
</style>
background-color css
<style>
a { background-color: #E576CC; }
a { background-color: rgb(229,118,204); }
div.DivClassName
{
background-color: #E576CC;
}
.BgClassName
{
background-color: #E576CC;
}
</style>
border-color css
<style>
span { border-color: #E576CC; }
span { border-color: rgb(229,118,204); }
td.TdClassName
{
border-color: #E576CC;
}
.TagClassName
{
border-color: #E576CC;
}
</style>