Shades of Orchid #E584D3
Tints of Orchid #E584D3
RGB
CMYK
RGB Variations
Color information
#E584D3 (or 0xE584D3) is known color: Orchid. HEX triplet: E5, 84 and D3. RGB value is (229,132,211). Sum of RGB (Red+Green+Blue) = 229+132+211=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E584D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584D3 is #1A7B2C. Grayscale: #A9A9A9. Windows color (decimal): -1735469 or 13862117. OLE color: 13862117.
HSL color Cylindrical-coordinate representation of color #E584D3: hue angle of 311.13º 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 #E584D3 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 211 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.10 |
| HSL | 311.13º | 0.65% | 0.71% | - |
| HSV(B) | 311.13º | 0.42% | 0.9% | - |
| XYZ | 52.32 | 37.86 | 66.18 | - |
| YUV | 170.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 211 | 0 | 0.42 | 0.08 | 0.10 | 311.13 | 0.65 | 0.71 |
| Hex | E5 | 84 | D3 | 0 | 2A | 8 | A | 137 | 41 | 47 |
| Octal | 345 | 204 | 323 | 0 | 52 | 10 | 12 | 467 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11010011 | 0 | 101010 | 1000 | 1010 | 100110111 | 1000001 | 1000111 |
Color Harmonies of #E584D3
Complementary color
Monochromatic Colors of #E584D3
Black with #E584D3
Text Example
Text Example
White with #E584D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584D3; }
p { color: rgb(229,132,211); }
H1.HeaderClassName
{
color: #E584D3;
}
.AnyTagClassName
{
color: #E584D3;
}
</style>
background-color css
<style>
a { background-color: #E584D3; }
a { background-color: rgb(229,132,211); }
div.DivClassName
{
background-color: #E584D3;
}
.BgClassName
{
background-color: #E584D3;
}
</style>
border-color css
<style>
span { border-color: #E584D3; }
span { border-color: rgb(229,132,211); }
td.TdClassName
{
border-color: #E584D3;
}
.TagClassName
{
border-color: #E584D3;
}
</style>