Shades of Orchid #EA73CE
Tints of Orchid #EA73CE
RGB
CMYK
RGB Variations
Color information
#EA73CE (or 0xEA73CE) is known color: Orchid. HEX triplet: EA, 73 and CE. RGB value is (234,115,206). Sum of RGB (Red+Green+Blue) = 234+115+206=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73CE is #158C31. Grayscale: #A0A0A0. Windows color (decimal): -1412146 or 13530090. OLE color: 13530090.
HSL color Cylindrical-coordinate representation of color #EA73CE: hue angle of 314.12º 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 #EA73CE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 206 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.08 |
| HSL | 314.12º | 0.74% | 0.68% | - |
| HSV(B) | 314.12º | 0.51% | 0.92% | - |
| XYZ | 51.2 | 34.21 | 62.3 | - |
| YUV | 160.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 206 | 0 | 0.51 | 0.12 | 0.08 | 314.12 | 0.74 | 0.68 |
| Hex | EA | 73 | CE | 0 | 33 | C | 8 | 13A | 4A | 44 |
| Octal | 352 | 163 | 316 | 0 | 63 | 14 | 10 | 472 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11001110 | 0 | 110011 | 1100 | 1000 | 100111010 | 1001010 | 1000100 |
Color Harmonies of #EA73CE
Complementary color
Monochromatic Colors of #EA73CE
Black with #EA73CE
Text Example
Text Example
White with #EA73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73CE; }
p { color: rgb(234,115,206); }
H1.HeaderClassName
{
color: #EA73CE;
}
.AnyTagClassName
{
color: #EA73CE;
}
</style>
background-color css
<style>
a { background-color: #EA73CE; }
a { background-color: rgb(234,115,206); }
div.DivClassName
{
background-color: #EA73CE;
}
.BgClassName
{
background-color: #EA73CE;
}
</style>
border-color css
<style>
span { border-color: #EA73CE; }
span { border-color: rgb(234,115,206); }
td.TdClassName
{
border-color: #EA73CE;
}
.TagClassName
{
border-color: #EA73CE;
}
</style>