Shades of Orchid #EA73D5
Tints of Orchid #EA73D5
RGB
CMYK
RGB Variations
Color information
#EA73D5 (or 0xEA73D5) is known color: Orchid. HEX triplet: EA, 73 and D5. RGB value is (234,115,213). Sum of RGB (Red+Green+Blue) = 234+115+213=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73D5 is #158C2A. Grayscale: #A1A1A1. Windows color (decimal): -1412139 or 13988842. OLE color: 13988842.
HSL color Cylindrical-coordinate representation of color #EA73D5: hue angle of 310.59º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73D5 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 213 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.08 |
| HSL | 310.59º | 0.74% | 0.68% | - |
| HSV(B) | 310.59º | 0.51% | 0.92% | - |
| XYZ | 52.07 | 34.56 | 66.88 | - |
| YUV | 161.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 213 | 0 | 0.51 | 0.09 | 0.08 | 310.59 | 0.74 | 0.68 |
| Hex | EA | 73 | D5 | 0 | 33 | 9 | 8 | 137 | 4A | 44 |
| Octal | 352 | 163 | 325 | 0 | 63 | 11 | 10 | 467 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11010101 | 0 | 110011 | 1001 | 1000 | 100110111 | 1001010 | 1000100 |
Color Harmonies of #EA73D5
Complementary color
Monochromatic Colors of #EA73D5
Black with #EA73D5
Text Example
Text Example
White with #EA73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73D5; }
p { color: rgb(234,115,213); }
H1.HeaderClassName
{
color: #EA73D5;
}
.AnyTagClassName
{
color: #EA73D5;
}
</style>
background-color css
<style>
a { background-color: #EA73D5; }
a { background-color: rgb(234,115,213); }
div.DivClassName
{
background-color: #EA73D5;
}
.BgClassName
{
background-color: #EA73D5;
}
</style>
border-color css
<style>
span { border-color: #EA73D5; }
span { border-color: rgb(234,115,213); }
td.TdClassName
{
border-color: #EA73D5;
}
.TagClassName
{
border-color: #EA73D5;
}
</style>