Shades of Orchid #E66FE3
Tints of Orchid #E66FE3
RGB
CMYK
RGB Variations
Color information
#E66FE3 (or 0xE66FE3) is known color: Orchid. HEX triplet: E6, 6F and E3. RGB value is (230,111,227). Sum of RGB (Red+Green+Blue) = 230+111+227=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FE3 is #19901C. Grayscale: #9F9F9F. Windows color (decimal): -1675293 or 14905318. OLE color: 14905318.
HSL color Cylindrical-coordinate representation of color #E66FE3: hue angle of 301.51º degrees, saturation: 0.7, 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 #E66FE3 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 227 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.10 |
| HSL | 301.51º | 0.7% | 0.67% | - |
| HSV(B) | 301.51º | 0.52% | 0.9% | - |
| XYZ | 52.18 | 33.74 | 76.43 | - |
| YUV | 159.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 227 | 0 | 0.52 | 0.01 | 0.10 | 301.51 | 0.7 | 0.67 |
| Hex | E6 | 6F | E3 | 0 | 34 | 1 | A | 12E | 46 | 43 |
| Octal | 346 | 157 | 343 | 0 | 64 | 1 | 12 | 456 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11100011 | 0 | 110100 | 1 | 1010 | 100101110 | 1000110 | 1000011 |
Color Harmonies of #E66FE3
Complementary color
Monochromatic Colors of #E66FE3
Black with #E66FE3
Text Example
Text Example
White with #E66FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FE3; }
p { color: rgb(230,111,227); }
H1.HeaderClassName
{
color: #E66FE3;
}
.AnyTagClassName
{
color: #E66FE3;
}
</style>
background-color css
<style>
a { background-color: #E66FE3; }
a { background-color: rgb(230,111,227); }
div.DivClassName
{
background-color: #E66FE3;
}
.BgClassName
{
background-color: #E66FE3;
}
</style>
border-color css
<style>
span { border-color: #E66FE3; }
span { border-color: rgb(230,111,227); }
td.TdClassName
{
border-color: #E66FE3;
}
.TagClassName
{
border-color: #E66FE3;
}
</style>