Shades of Orchid #EE6EDB
Tints of Orchid #EE6EDB
RGB
CMYK
RGB Variations
Color information
#EE6EDB (or 0xEE6EDB) is known color: Orchid. HEX triplet: EE, 6E and DB. RGB value is (238,110,219). Sum of RGB (Red+Green+Blue) = 238+110+219=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6EDB is #119124. Grayscale: #A0A0A0. Windows color (decimal): -1151269 or 14380782. OLE color: 14380782.
HSL color Cylindrical-coordinate representation of color #EE6EDB: hue angle of 308.91º 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 #EE6EDB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 219 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.07 |
| HSL | 308.91º | 0.79% | 0.68% | - |
| HSV(B) | 308.91º | 0.54% | 0.93% | - |
| XYZ | 53.62 | 34.44 | 70.84 | - |
| YUV | 160.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 219 | 0 | 0.54 | 0.08 | 0.07 | 308.91 | 0.79 | 0.68 |
| Hex | EE | 6E | DB | 0 | 36 | 8 | 7 | 135 | 4F | 44 |
| Octal | 356 | 156 | 333 | 0 | 66 | 10 | 7 | 465 | 117 | 104 |
| Binary | 11101110 | 1101110 | 11011011 | 0 | 110110 | 1000 | 111 | 100110101 | 1001111 | 1000100 |
Color Harmonies of #EE6EDB
Complementary color
Monochromatic Colors of #EE6EDB
Black with #EE6EDB
Text Example
Text Example
White with #EE6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6EDB; }
p { color: rgb(238,110,219); }
H1.HeaderClassName
{
color: #EE6EDB;
}
.AnyTagClassName
{
color: #EE6EDB;
}
</style>
background-color css
<style>
a { background-color: #EE6EDB; }
a { background-color: rgb(238,110,219); }
div.DivClassName
{
background-color: #EE6EDB;
}
.BgClassName
{
background-color: #EE6EDB;
}
</style>
border-color css
<style>
span { border-color: #EE6EDB; }
span { border-color: rgb(238,110,219); }
td.TdClassName
{
border-color: #EE6EDB;
}
.TagClassName
{
border-color: #EE6EDB;
}
</style>