Shades of Orchid #E66ECC
Tints of Orchid #E66ECC
RGB
CMYK
RGB Variations
Color information
#E66ECC (or 0xE66ECC) is known color: Orchid. HEX triplet: E6, 6E and CC. RGB value is (230,110,204). Sum of RGB (Red+Green+Blue) = 230+110+204=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ECC is #199133. Grayscale: #9C9C9C. Windows color (decimal): -1675572 or 13397734. OLE color: 13397734.
HSL color Cylindrical-coordinate representation of color #E66ECC: hue angle of 313º 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 #E66ECC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 204 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.10 |
| HSL | 313º | 0.71% | 0.67% | - |
| HSV(B) | 313º | 0.52% | 0.9% | - |
| XYZ | 49.11 | 32.33 | 60.78 | - |
| YUV | 156.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 204 | 0 | 0.52 | 0.11 | 0.10 | 313 | 0.71 | 0.67 |
| Hex | E6 | 6E | CC | 0 | 34 | B | A | 139 | 47 | 43 |
| Octal | 346 | 156 | 314 | 0 | 64 | 13 | 12 | 471 | 107 | 103 |
| Binary | 11100110 | 1101110 | 11001100 | 0 | 110100 | 1011 | 1010 | 100111001 | 1000111 | 1000011 |
Color Harmonies of #E66ECC
Complementary color
Monochromatic Colors of #E66ECC
Black with #E66ECC
Text Example
Text Example
White with #E66ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66ECC; }
p { color: rgb(230,110,204); }
H1.HeaderClassName
{
color: #E66ECC;
}
.AnyTagClassName
{
color: #E66ECC;
}
</style>
background-color css
<style>
a { background-color: #E66ECC; }
a { background-color: rgb(230,110,204); }
div.DivClassName
{
background-color: #E66ECC;
}
.BgClassName
{
background-color: #E66ECC;
}
</style>
border-color css
<style>
span { border-color: #E66ECC; }
span { border-color: rgb(230,110,204); }
td.TdClassName
{
border-color: #E66ECC;
}
.TagClassName
{
border-color: #E66ECC;
}
</style>