Shades of Orchid #EE6EDE
Tints of Orchid #EE6EDE
RGB
CMYK
RGB Variations
Color information
#EE6EDE (or 0xEE6EDE) is known color: Orchid. HEX triplet: EE, 6E and DE. RGB value is (238,110,222). Sum of RGB (Red+Green+Blue) = 238+110+222=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6EDE is #119121. Grayscale: #A0A0A0. Windows color (decimal): -1151266 or 14577390. OLE color: 14577390.
HSL color Cylindrical-coordinate representation of color #EE6EDE: hue angle of 307.5º 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 #EE6EDE is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 222 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.07 |
| HSL | 307.5º | 0.79% | 0.68% | - |
| HSV(B) | 307.5º | 0.54% | 0.93% | - |
| XYZ | 54.02 | 34.6 | 72.94 | - |
| YUV | 161.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 222 | 0 | 0.54 | 0.07 | 0.07 | 307.5 | 0.79 | 0.68 |
| Hex | EE | 6E | DE | 0 | 36 | 7 | 7 | 134 | 4F | 44 |
| Octal | 356 | 156 | 336 | 0 | 66 | 7 | 7 | 464 | 117 | 104 |
| Binary | 11101110 | 1101110 | 11011110 | 0 | 110110 | 111 | 111 | 100110100 | 1001111 | 1000100 |
Color Harmonies of #EE6EDE
Complementary color
Monochromatic Colors of #EE6EDE
Black with #EE6EDE
Text Example
Text Example
White with #EE6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EDE; }
p { color: rgb(238,110,222); }
H1.HeaderClassName
{
color: #EE6EDE;
}
.AnyTagClassName
{
color: #EE6EDE;
}
</style>
background-color css
<style>
a { background-color: #EE6EDE; }
a { background-color: rgb(238,110,222); }
div.DivClassName
{
background-color: #EE6EDE;
}
.BgClassName
{
background-color: #EE6EDE;
}
</style>
border-color css
<style>
span { border-color: #EE6EDE; }
span { border-color: rgb(238,110,222); }
td.TdClassName
{
border-color: #EE6EDE;
}
.TagClassName
{
border-color: #EE6EDE;
}
</style>