Shades of Orchid #E084C9
Tints of Orchid #E084C9
RGB
CMYK
RGB Variations
Color information
#E084C9 (or 0xE084C9) is known color: Orchid. HEX triplet: E0, 84 and C9. RGB value is (224,132,201). Sum of RGB (Red+Green+Blue) = 224+132+201=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E084C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084C9 is #1F7B36. Grayscale: #A7A7A7. Windows color (decimal): -2063159 or 13206752. OLE color: 13206752.
HSL color Cylindrical-coordinate representation of color #E084C9: hue angle of 315º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084C9 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 201 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.12 |
| HSL | 315º | 0.6% | 0.7% | - |
| HSV(B) | 315º | 0.41% | 0.88% | - |
| XYZ | 49.53 | 36.57 | 59.71 | - |
| YUV | 167.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 201 | 0 | 0.41 | 0.10 | 0.12 | 315 | 0.6 | 0.7 |
| Hex | E0 | 84 | C9 | 0 | 29 | A | C | 13B | 3C | 46 |
| Octal | 340 | 204 | 311 | 0 | 51 | 12 | 14 | 473 | 74 | 106 |
| Binary | 11100000 | 10000100 | 11001001 | 0 | 101001 | 1010 | 1100 | 100111011 | 111100 | 1000110 |
Color Harmonies of #E084C9
Complementary color
Monochromatic Colors of #E084C9
Black with #E084C9
Text Example
Text Example
White with #E084C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E084C9; }
p { color: rgb(224,132,201); }
H1.HeaderClassName
{
color: #E084C9;
}
.AnyTagClassName
{
color: #E084C9;
}
</style>
background-color css
<style>
a { background-color: #E084C9; }
a { background-color: rgb(224,132,201); }
div.DivClassName
{
background-color: #E084C9;
}
.BgClassName
{
background-color: #E084C9;
}
</style>
border-color css
<style>
span { border-color: #E084C9; }
span { border-color: rgb(224,132,201); }
td.TdClassName
{
border-color: #E084C9;
}
.TagClassName
{
border-color: #E084C9;
}
</style>