Shades of Orchid #E66FE2
Tints of Orchid #E66FE2
RGB
CMYK
RGB Variations
Color information
#E66FE2 (or 0xE66FE2) is known color: Orchid. HEX triplet: E6, 6F and E2. RGB value is (230,111,226). Sum of RGB (Red+Green+Blue) = 230+111+226=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FE2 is #19901D. Grayscale: #9F9F9F. Windows color (decimal): -1675294 or 14839782. OLE color: 14839782.
HSL color Cylindrical-coordinate representation of color #E66FE2: hue angle of 302.02º 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 #E66FE2 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 226 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.10 |
| HSL | 302.02º | 0.7% | 0.67% | - |
| HSV(B) | 302.02º | 0.52% | 0.9% | - |
| XYZ | 52.05 | 33.68 | 75.71 | - |
| YUV | 159.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 226 | 0 | 0.52 | 0.02 | 0.10 | 302.02 | 0.7 | 0.67 |
| Hex | E6 | 6F | E2 | 0 | 34 | 2 | A | 12E | 46 | 43 |
| Octal | 346 | 157 | 342 | 0 | 64 | 2 | 12 | 456 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11100010 | 0 | 110100 | 10 | 1010 | 100101110 | 1000110 | 1000011 |
Color Harmonies of #E66FE2
Complementary color
Monochromatic Colors of #E66FE2
Black with #E66FE2
Text Example
Text Example
White with #E66FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FE2; }
p { color: rgb(230,111,226); }
H1.HeaderClassName
{
color: #E66FE2;
}
.AnyTagClassName
{
color: #E66FE2;
}
</style>
background-color css
<style>
a { background-color: #E66FE2; }
a { background-color: rgb(230,111,226); }
div.DivClassName
{
background-color: #E66FE2;
}
.BgClassName
{
background-color: #E66FE2;
}
</style>
border-color css
<style>
span { border-color: #E66FE2; }
span { border-color: rgb(230,111,226); }
td.TdClassName
{
border-color: #E66FE2;
}
.TagClassName
{
border-color: #E66FE2;
}
</style>