Shades of Orchid #E585D0
Tints of Orchid #E585D0
RGB
CMYK
RGB Variations
Color information
#E585D0 (or 0xE585D0) is known color: Orchid. HEX triplet: E5, 85 and D0. RGB value is (229,133,208). Sum of RGB (Red+Green+Blue) = 229+133+208=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E585D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585D0 is #1A7A2F. Grayscale: #AAAAAA. Windows color (decimal): -1735216 or 13665765. OLE color: 13665765.
HSL color Cylindrical-coordinate representation of color #E585D0: hue angle of 313.12º 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 #E585D0 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 208 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.10 |
| HSL | 313.13º | 0.65% | 0.71% | - |
| HSV(B) | 313.13º | 0.42% | 0.9% | - |
| XYZ | 52.09 | 37.99 | 64.26 | - |
| YUV | 170.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 208 | 0 | 0.42 | 0.09 | 0.10 | 313.13 | 0.65 | 0.71 |
| Hex | E5 | 85 | D0 | 0 | 2A | 9 | A | 139 | 41 | 47 |
| Octal | 345 | 205 | 320 | 0 | 52 | 11 | 12 | 471 | 101 | 107 |
| Binary | 11100101 | 10000101 | 11010000 | 0 | 101010 | 1001 | 1010 | 100111001 | 1000001 | 1000111 |
Color Harmonies of #E585D0
Complementary color
Monochromatic Colors of #E585D0
Black with #E585D0
Text Example
Text Example
White with #E585D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585D0; }
p { color: rgb(229,133,208); }
H1.HeaderClassName
{
color: #E585D0;
}
.AnyTagClassName
{
color: #E585D0;
}
</style>
background-color css
<style>
a { background-color: #E585D0; }
a { background-color: rgb(229,133,208); }
div.DivClassName
{
background-color: #E585D0;
}
.BgClassName
{
background-color: #E585D0;
}
</style>
border-color css
<style>
span { border-color: #E585D0; }
span { border-color: rgb(229,133,208); }
td.TdClassName
{
border-color: #E585D0;
}
.TagClassName
{
border-color: #E585D0;
}
</style>