Shades of Orchid #E66EE4
Tints of Orchid #E66EE4
RGB
CMYK
RGB Variations
Color information
#E66EE4 (or 0xE66EE4) is known color: Orchid. HEX triplet: E6, 6E and E4. RGB value is (230,110,228). Sum of RGB (Red+Green+Blue) = 230+110+228=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EE4 is #19911B. Grayscale: #9E9E9E. Windows color (decimal): -1675548 or 14970598. OLE color: 14970598.
HSL color Cylindrical-coordinate representation of color #E66EE4: hue angle of 301º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EE4 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 228 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.10 |
| HSL | 301º | 0.71% | 0.67% | - |
| HSV(B) | 301º | 0.52% | 0.9% | - |
| XYZ | 52.21 | 33.58 | 77.13 | - |
| YUV | 159.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 228 | 0 | 0.52 | 0.01 | 0.10 | 301 | 0.71 | 0.67 |
| Hex | E6 | 6E | E4 | 0 | 34 | 1 | A | 12D | 47 | 43 |
| Octal | 346 | 156 | 344 | 0 | 64 | 1 | 12 | 455 | 107 | 103 |
| Binary | 11100110 | 1101110 | 11100100 | 0 | 110100 | 1 | 1010 | 100101101 | 1000111 | 1000011 |
Color Harmonies of #E66EE4
Complementary color
Monochromatic Colors of #E66EE4
Black with #E66EE4
Text Example
Text Example
White with #E66EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EE4; }
p { color: rgb(230,110,228); }
H1.HeaderClassName
{
color: #E66EE4;
}
.AnyTagClassName
{
color: #E66EE4;
}
</style>
background-color css
<style>
a { background-color: #E66EE4; }
a { background-color: rgb(230,110,228); }
div.DivClassName
{
background-color: #E66EE4;
}
.BgClassName
{
background-color: #E66EE4;
}
</style>
border-color css
<style>
span { border-color: #E66EE4; }
span { border-color: rgb(230,110,228); }
td.TdClassName
{
border-color: #E66EE4;
}
.TagClassName
{
border-color: #E66EE4;
}
</style>