Shades of Orchid #EA73CF
Tints of Orchid #EA73CF
RGB
CMYK
RGB Variations
Color information
#EA73CF (or 0xEA73CF) is known color: Orchid. HEX triplet: EA, 73 and CF. RGB value is (234,115,207). Sum of RGB (Red+Green+Blue) = 234+115+207=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73CF is #158C30. Grayscale: #A0A0A0. Windows color (decimal): -1412145 or 13595626. OLE color: 13595626.
HSL color Cylindrical-coordinate representation of color #EA73CF: hue angle of 313.61º 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 #EA73CF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 207 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.08 |
| HSL | 313.61º | 0.74% | 0.68% | - |
| HSV(B) | 313.61º | 0.51% | 0.92% | - |
| XYZ | 51.32 | 34.26 | 62.94 | - |
| YUV | 161.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 207 | 0 | 0.51 | 0.12 | 0.08 | 313.61 | 0.74 | 0.68 |
| Hex | EA | 73 | CF | 0 | 33 | C | 8 | 13A | 4A | 44 |
| Octal | 352 | 163 | 317 | 0 | 63 | 14 | 10 | 472 | 112 | 104 |
| Binary | 11101010 | 1110011 | 11001111 | 0 | 110011 | 1100 | 1000 | 100111010 | 1001010 | 1000100 |
Color Harmonies of #EA73CF
Complementary color
Monochromatic Colors of #EA73CF
Black with #EA73CF
Text Example
Text Example
White with #EA73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA73CF; }
p { color: rgb(234,115,207); }
H1.HeaderClassName
{
color: #EA73CF;
}
.AnyTagClassName
{
color: #EA73CF;
}
</style>
background-color css
<style>
a { background-color: #EA73CF; }
a { background-color: rgb(234,115,207); }
div.DivClassName
{
background-color: #EA73CF;
}
.BgClassName
{
background-color: #EA73CF;
}
</style>
border-color css
<style>
span { border-color: #EA73CF; }
span { border-color: rgb(234,115,207); }
td.TdClassName
{
border-color: #EA73CF;
}
.TagClassName
{
border-color: #EA73CF;
}
</style>