Shades of Orchid #EA73E2
Tints of Orchid #EA73E2
RGB
CMYK
RGB Variations
Color information
#EA73E2 (or 0xEA73E2) is known color: Orchid. HEX triplet: EA, 73 and E2. RGB value is (234,115,226). Sum of RGB (Red+Green+Blue) = 234+115+226=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73E2 is #158C1D. Grayscale: #A2A2A2. Windows color (decimal): -1412126 or 14840810. OLE color: 14840810.
HSL color Cylindrical-coordinate representation of color #EA73E2: hue angle of 304.03º 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 #EA73E2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 226 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.08 |
| HSL | 304.03º | 0.74% | 0.68% | - |
| HSV(B) | 304.03º | 0.51% | 0.92% | - |
| XYZ | 53.79 | 35.24 | 75.92 | - |
| YUV | 163.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 226 | 0 | 0.51 | 0.03 | 0.08 | 304.03 | 0.74 | 0.68 |
| Hex | EA | 73 | E2 | 0 | 33 | 3 | 8 | 130 | 4A | 44 |
| Octal | 352 | 163 | 342 | 0 | 63 | 3 | 10 | 460 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11100010 | 0 | 110011 | 11 | 1000 | 100110000 | 1001010 | 1000100 |
Color Harmonies of #EA73E2
Complementary color
Monochromatic Colors of #EA73E2
Black with #EA73E2
Text Example
Text Example
White with #EA73E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73E2; }
p { color: rgb(234,115,226); }
H1.HeaderClassName
{
color: #EA73E2;
}
.AnyTagClassName
{
color: #EA73E2;
}
</style>
background-color css
<style>
a { background-color: #EA73E2; }
a { background-color: rgb(234,115,226); }
div.DivClassName
{
background-color: #EA73E2;
}
.BgClassName
{
background-color: #EA73E2;
}
</style>
border-color css
<style>
span { border-color: #EA73E2; }
span { border-color: rgb(234,115,226); }
td.TdClassName
{
border-color: #EA73E2;
}
.TagClassName
{
border-color: #EA73E2;
}
</style>