Shades of Orchid #EA73DD
Tints of Orchid #EA73DD
RGB
CMYK
RGB Variations
Color information
#EA73DD (or 0xEA73DD) is known color: Orchid. HEX triplet: EA, 73 and DD. RGB value is (234,115,221). Sum of RGB (Red+Green+Blue) = 234+115+221=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73DD is #158C22. Grayscale: #A2A2A2. Windows color (decimal): -1412131 or 14513130. OLE color: 14513130.
HSL color Cylindrical-coordinate representation of color #EA73DD: hue angle of 306.55º 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 #EA73DD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 221 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.08 |
| HSL | 306.55º | 0.74% | 0.68% | - |
| HSV(B) | 306.55º | 0.51% | 0.92% | - |
| XYZ | 53.11 | 34.97 | 72.36 | - |
| YUV | 162.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 221 | 0 | 0.51 | 0.06 | 0.08 | 306.55 | 0.74 | 0.68 |
| Hex | EA | 73 | DD | 0 | 33 | 6 | 8 | 133 | 4A | 44 |
| Octal | 352 | 163 | 335 | 0 | 63 | 6 | 10 | 463 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11011101 | 0 | 110011 | 110 | 1000 | 100110011 | 1001010 | 1000100 |
Color Harmonies of #EA73DD
Complementary color
Monochromatic Colors of #EA73DD
Black with #EA73DD
Text Example
Text Example
White with #EA73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73DD; }
p { color: rgb(234,115,221); }
H1.HeaderClassName
{
color: #EA73DD;
}
.AnyTagClassName
{
color: #EA73DD;
}
</style>
background-color css
<style>
a { background-color: #EA73DD; }
a { background-color: rgb(234,115,221); }
div.DivClassName
{
background-color: #EA73DD;
}
.BgClassName
{
background-color: #EA73DD;
}
</style>
border-color css
<style>
span { border-color: #EA73DD; }
span { border-color: rgb(234,115,221); }
td.TdClassName
{
border-color: #EA73DD;
}
.TagClassName
{
border-color: #EA73DD;
}
</style>