Shades of Orchid #EA73D4
Tints of Orchid #EA73D4
RGB
CMYK
RGB Variations
Color information
#EA73D4 (or 0xEA73D4) is known color: Orchid. HEX triplet: EA, 73 and D4. RGB value is (234,115,212). Sum of RGB (Red+Green+Blue) = 234+115+212=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73D4 is #158C2B. Grayscale: #A1A1A1. Windows color (decimal): -1412140 or 13923306. OLE color: 13923306.
HSL color Cylindrical-coordinate representation of color #EA73D4: hue angle of 311.09º 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 #EA73D4 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 212 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.08 |
| HSL | 311.09º | 0.74% | 0.68% | - |
| HSV(B) | 311.09º | 0.51% | 0.92% | - |
| XYZ | 51.95 | 34.51 | 66.21 | - |
| YUV | 161.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 212 | 0 | 0.51 | 0.09 | 0.08 | 311.09 | 0.74 | 0.68 |
| Hex | EA | 73 | D4 | 0 | 33 | 9 | 8 | 137 | 4A | 44 |
| Octal | 352 | 163 | 324 | 0 | 63 | 11 | 10 | 467 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11010100 | 0 | 110011 | 1001 | 1000 | 100110111 | 1001010 | 1000100 |
Color Harmonies of #EA73D4
Complementary color
Monochromatic Colors of #EA73D4
Black with #EA73D4
Text Example
Text Example
White with #EA73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73D4; }
p { color: rgb(234,115,212); }
H1.HeaderClassName
{
color: #EA73D4;
}
.AnyTagClassName
{
color: #EA73D4;
}
</style>
background-color css
<style>
a { background-color: #EA73D4; }
a { background-color: rgb(234,115,212); }
div.DivClassName
{
background-color: #EA73D4;
}
.BgClassName
{
background-color: #EA73D4;
}
</style>
border-color css
<style>
span { border-color: #EA73D4; }
span { border-color: rgb(234,115,212); }
td.TdClassName
{
border-color: #EA73D4;
}
.TagClassName
{
border-color: #EA73D4;
}
</style>