Shades of Orchid #E66EE8
Tints of Orchid #E66EE8
RGB
CMYK
RGB Variations
Color information
#E66EE8 (or 0xE66EE8) is known color: Orchid. HEX triplet: E6, 6E and E8. RGB value is (230,110,232). Sum of RGB (Red+Green+Blue) = 230+110+232=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #E66EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66EE8 is #199117. Grayscale: #9F9F9F. Windows color (decimal): -1675544 or 15232742. OLE color: 15232742.
HSL color Cylindrical-coordinate representation of color #E66EE8: hue angle of 299.02º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66EE8 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 110 | 232 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.09 |
| HSL | 299.02º | 0.73% | 0.67% | - |
| HSV(B) | 299.02º | 0.53% | 0.91% | - |
| XYZ | 52.77 | 33.8 | 80.09 | - |
| YUV | 159.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 232 | 0.01 | 0.53 | 0 | 0.09 | 299.02 | 0.73 | 0.67 |
| Hex | E6 | 6E | E8 | 1 | 35 | 0 | 9 | 12B | 49 | 43 |
| Octal | 346 | 156 | 350 | 1 | 65 | 0 | 11 | 453 | 111 | 103 |
| Binary | 11100110 | 1101110 | 11101000 | 1 | 110101 | 0 | 1001 | 100101011 | 1001001 | 1000011 |
Color Harmonies of #E66EE8
Complementary color
Monochromatic Colors of #E66EE8
Black with #E66EE8
Text Example
Text Example
White with #E66EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EE8; }
p { color: rgb(230,110,232); }
H1.HeaderClassName
{
color: #E66EE8;
}
.AnyTagClassName
{
color: #E66EE8;
}
</style>
background-color css
<style>
a { background-color: #E66EE8; }
a { background-color: rgb(230,110,232); }
div.DivClassName
{
background-color: #E66EE8;
}
.BgClassName
{
background-color: #E66EE8;
}
</style>
border-color css
<style>
span { border-color: #E66EE8; }
span { border-color: rgb(230,110,232); }
td.TdClassName
{
border-color: #E66EE8;
}
.TagClassName
{
border-color: #E66EE8;
}
</style>