Shades of Orchid #EE73D5
Tints of Orchid #EE73D5
RGB
CMYK
RGB Variations
Color information
#EE73D5 (or 0xEE73D5) is known color: Orchid. HEX triplet: EE, 73 and D5. RGB value is (238,115,213). Sum of RGB (Red+Green+Blue) = 238+115+213=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73D5 is #118C2A. Grayscale: #A2A2A2. Windows color (decimal): -1149995 or 13988846. OLE color: 13988846.
HSL color Cylindrical-coordinate representation of color #EE73D5: hue angle of 312.2º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73D5 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 213 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.07 |
| HSL | 312.2º | 0.78% | 0.69% | - |
| HSV(B) | 312.2º | 0.52% | 0.93% | - |
| XYZ | 53.4 | 35.24 | 66.94 | - |
| YUV | 162.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 213 | 0 | 0.52 | 0.11 | 0.07 | 312.2 | 0.78 | 0.69 |
| Hex | EE | 73 | D5 | 0 | 34 | B | 7 | 138 | 4E | 45 |
| Octal | 356 | 163 | 325 | 0 | 64 | 13 | 7 | 470 | 116 | 105 |
| Binary | 11101110 | 1110011 | 11010101 | 0 | 110100 | 1011 | 111 | 100111000 | 1001110 | 1000101 |
Color Harmonies of #EE73D5
Complementary color
Monochromatic Colors of #EE73D5
Black with #EE73D5
Text Example
Text Example
White with #EE73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE73D5; }
p { color: rgb(238,115,213); }
H1.HeaderClassName
{
color: #EE73D5;
}
.AnyTagClassName
{
color: #EE73D5;
}
</style>
background-color css
<style>
a { background-color: #EE73D5; }
a { background-color: rgb(238,115,213); }
div.DivClassName
{
background-color: #EE73D5;
}
.BgClassName
{
background-color: #EE73D5;
}
</style>
border-color css
<style>
span { border-color: #EE73D5; }
span { border-color: rgb(238,115,213); }
td.TdClassName
{
border-color: #EE73D5;
}
.TagClassName
{
border-color: #EE73D5;
}
</style>