Shades of Orchid #EE6EDA
Tints of Orchid #EE6EDA
RGB
CMYK
RGB Variations
Color information
#EE6EDA (or 0xEE6EDA) is known color: Orchid. HEX triplet: EE, 6E and DA. RGB value is (238,110,218). Sum of RGB (Red+Green+Blue) = 238+110+218=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6EDA is #119125. Grayscale: #A0A0A0. Windows color (decimal): -1151270 or 14315246. OLE color: 14315246.
HSL color Cylindrical-coordinate representation of color #EE6EDA: hue angle of 309.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6EDA is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 218 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.07 |
| HSL | 309.38º | 0.79% | 0.68% | - |
| HSV(B) | 309.38º | 0.54% | 0.93% | - |
| XYZ | 53.49 | 34.39 | 70.15 | - |
| YUV | 160.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 218 | 0 | 0.54 | 0.08 | 0.07 | 309.38 | 0.79 | 0.68 |
| Hex | EE | 6E | DA | 0 | 36 | 8 | 7 | 135 | 4F | 44 |
| Octal | 356 | 156 | 332 | 0 | 66 | 10 | 7 | 465 | 117 | 104 |
| Binary | 11101110 | 1101110 | 11011010 | 0 | 110110 | 1000 | 111 | 100110101 | 1001111 | 1000100 |
Color Harmonies of #EE6EDA
Complementary color
Monochromatic Colors of #EE6EDA
Black with #EE6EDA
Text Example
Text Example
White with #EE6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EDA; }
p { color: rgb(238,110,218); }
H1.HeaderClassName
{
color: #EE6EDA;
}
.AnyTagClassName
{
color: #EE6EDA;
}
</style>
background-color css
<style>
a { background-color: #EE6EDA; }
a { background-color: rgb(238,110,218); }
div.DivClassName
{
background-color: #EE6EDA;
}
.BgClassName
{
background-color: #EE6EDA;
}
</style>
border-color css
<style>
span { border-color: #EE6EDA; }
span { border-color: rgb(238,110,218); }
td.TdClassName
{
border-color: #EE6EDA;
}
.TagClassName
{
border-color: #EE6EDA;
}
</style>