Shades of Orchid #EA73DA
Tints of Orchid #EA73DA
RGB
CMYK
RGB Variations
Color information
#EA73DA (or 0xEA73DA) is known color: Orchid. HEX triplet: EA, 73 and DA. RGB value is (234,115,218). Sum of RGB (Red+Green+Blue) = 234+115+218=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73DA is #158C25. Grayscale: #A2A2A2. Windows color (decimal): -1412134 or 14316522. OLE color: 14316522.
HSL color Cylindrical-coordinate representation of color #EA73DA: hue angle of 308.07º 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 #EA73DA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 218 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.08 |
| HSL | 308.07º | 0.74% | 0.68% | - |
| HSV(B) | 308.07º | 0.51% | 0.92% | - |
| XYZ | 52.72 | 34.82 | 70.27 | - |
| YUV | 162.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 218 | 0 | 0.51 | 0.07 | 0.08 | 308.07 | 0.74 | 0.68 |
| Hex | EA | 73 | DA | 0 | 33 | 7 | 8 | 134 | 4A | 44 |
| Octal | 352 | 163 | 332 | 0 | 63 | 7 | 10 | 464 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11011010 | 0 | 110011 | 111 | 1000 | 100110100 | 1001010 | 1000100 |
Color Harmonies of #EA73DA
Complementary color
Monochromatic Colors of #EA73DA
Black with #EA73DA
Text Example
Text Example
White with #EA73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73DA; }
p { color: rgb(234,115,218); }
H1.HeaderClassName
{
color: #EA73DA;
}
.AnyTagClassName
{
color: #EA73DA;
}
</style>
background-color css
<style>
a { background-color: #EA73DA; }
a { background-color: rgb(234,115,218); }
div.DivClassName
{
background-color: #EA73DA;
}
.BgClassName
{
background-color: #EA73DA;
}
</style>
border-color css
<style>
span { border-color: #EA73DA; }
span { border-color: rgb(234,115,218); }
td.TdClassName
{
border-color: #EA73DA;
}
.TagClassName
{
border-color: #EA73DA;
}
</style>