Shades of Orchid #E584D1
Tints of Orchid #E584D1
RGB
CMYK
RGB Variations
Color information
#E584D1 (or 0xE584D1) is known color: Orchid. HEX triplet: E5, 84 and D1. RGB value is (229,132,209). Sum of RGB (Red+Green+Blue) = 229+132+209=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E584D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584D1 is #1A7B2E. Grayscale: #A9A9A9. Windows color (decimal): -1735471 or 13731045. OLE color: 13731045.
HSL color Cylindrical-coordinate representation of color #E584D1: hue angle of 312.37º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E584D1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 209 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.10 |
| HSL | 312.37º | 0.65% | 0.71% | - |
| HSV(B) | 312.37º | 0.42% | 0.9% | - |
| XYZ | 52.07 | 37.76 | 64.87 | - |
| YUV | 169.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 209 | 0 | 0.42 | 0.09 | 0.10 | 312.37 | 0.65 | 0.71 |
| Hex | E5 | 84 | D1 | 0 | 2A | 9 | A | 138 | 41 | 47 |
| Octal | 345 | 204 | 321 | 0 | 52 | 11 | 12 | 470 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11010001 | 0 | 101010 | 1001 | 1010 | 100111000 | 1000001 | 1000111 |
Color Harmonies of #E584D1
Complementary color
Monochromatic Colors of #E584D1
Black with #E584D1
Text Example
Text Example
White with #E584D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584D1; }
p { color: rgb(229,132,209); }
H1.HeaderClassName
{
color: #E584D1;
}
.AnyTagClassName
{
color: #E584D1;
}
</style>
background-color css
<style>
a { background-color: #E584D1; }
a { background-color: rgb(229,132,209); }
div.DivClassName
{
background-color: #E584D1;
}
.BgClassName
{
background-color: #E584D1;
}
</style>
border-color css
<style>
span { border-color: #E584D1; }
span { border-color: rgb(229,132,209); }
td.TdClassName
{
border-color: #E584D1;
}
.TagClassName
{
border-color: #E584D1;
}
</style>