Shades of Orchid #EE70D9
Tints of Orchid #EE70D9
RGB
CMYK
RGB Variations
Color information
#EE70D9 (or 0xEE70D9) is known color: Orchid. HEX triplet: EE, 70 and D9. RGB value is (238,112,217). Sum of RGB (Red+Green+Blue) = 238+112+217=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70D9 is #118F26. Grayscale: #A1A1A1. Windows color (decimal): -1150759 or 14250222. OLE color: 14250222.
HSL color Cylindrical-coordinate representation of color #EE70D9: hue angle of 310º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70D9 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 217 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.07 |
| HSL | 310º | 0.79% | 0.69% | - |
| HSV(B) | 310º | 0.53% | 0.93% | - |
| XYZ | 53.58 | 34.78 | 69.53 | - |
| YUV | 161.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 217 | 0 | 0.53 | 0.09 | 0.07 | 310 | 0.79 | 0.69 |
| Hex | EE | 70 | D9 | 0 | 35 | 9 | 7 | 136 | 4F | 45 |
| Octal | 356 | 160 | 331 | 0 | 65 | 11 | 7 | 466 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11011001 | 0 | 110101 | 1001 | 111 | 100110110 | 1001111 | 1000101 |
Color Harmonies of #EE70D9
Complementary color
Monochromatic Colors of #EE70D9
Black with #EE70D9
Text Example
Text Example
White with #EE70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70D9; }
p { color: rgb(238,112,217); }
H1.HeaderClassName
{
color: #EE70D9;
}
.AnyTagClassName
{
color: #EE70D9;
}
</style>
background-color css
<style>
a { background-color: #EE70D9; }
a { background-color: rgb(238,112,217); }
div.DivClassName
{
background-color: #EE70D9;
}
.BgClassName
{
background-color: #EE70D9;
}
</style>
border-color css
<style>
span { border-color: #EE70D9; }
span { border-color: rgb(238,112,217); }
td.TdClassName
{
border-color: #EE70D9;
}
.TagClassName
{
border-color: #EE70D9;
}
</style>