Shades of Orchid #E66ADB
Tints of Orchid #E66ADB
RGB
CMYK
RGB Variations
Color information
#E66ADB (or 0xE66ADB) is known color: Orchid. HEX triplet: E6, 6A and DB. RGB value is (230,106,219). Sum of RGB (Red+Green+Blue) = 230+106+219=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ADB is #199524. Grayscale: #9B9B9B. Windows color (decimal): -1676581 or 14379750. OLE color: 14379750.
HSL color Cylindrical-coordinate representation of color #E66ADB: hue angle of 305.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66ADB is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 219 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.10 |
| HSL | 305.32º | 0.71% | 0.66% | - |
| HSV(B) | 305.32º | 0.54% | 0.9% | - |
| XYZ | 50.57 | 32.25 | 70.58 | - |
| YUV | 155.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 219 | 0 | 0.54 | 0.05 | 0.10 | 305.32 | 0.71 | 0.66 |
| Hex | E6 | 6A | DB | 0 | 36 | 5 | A | 131 | 47 | 42 |
| Octal | 346 | 152 | 333 | 0 | 66 | 5 | 12 | 461 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11011011 | 0 | 110110 | 101 | 1010 | 100110001 | 1000111 | 1000010 |
Color Harmonies of #E66ADB
Complementary color
Monochromatic Colors of #E66ADB
Black with #E66ADB
Text Example
Text Example
White with #E66ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ADB; }
p { color: rgb(230,106,219); }
H1.HeaderClassName
{
color: #E66ADB;
}
.AnyTagClassName
{
color: #E66ADB;
}
</style>
background-color css
<style>
a { background-color: #E66ADB; }
a { background-color: rgb(230,106,219); }
div.DivClassName
{
background-color: #E66ADB;
}
.BgClassName
{
background-color: #E66ADB;
}
</style>
border-color css
<style>
span { border-color: #E66ADB; }
span { border-color: rgb(230,106,219); }
td.TdClassName
{
border-color: #E66ADB;
}
.TagClassName
{
border-color: #E66ADB;
}
</style>