Shades of Orchid #E66FE1
Tints of Orchid #E66FE1
RGB
CMYK
RGB Variations
Color information
#E66FE1 (or 0xE66FE1) is known color: Orchid. HEX triplet: E6, 6F and E1. RGB value is (230,111,225). Sum of RGB (Red+Green+Blue) = 230+111+225=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FE1 is #19901E. Grayscale: #9F9F9F. Windows color (decimal): -1675295 or 14774246. OLE color: 14774246.
HSL color Cylindrical-coordinate representation of color #E66FE1: hue angle of 302.52º 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 #E66FE1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 225 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.10 |
| HSL | 302.52º | 0.7% | 0.67% | - |
| HSV(B) | 302.52º | 0.52% | 0.9% | - |
| XYZ | 51.91 | 33.63 | 74.99 | - |
| YUV | 159.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 225 | 0 | 0.52 | 0.02 | 0.10 | 302.52 | 0.7 | 0.67 |
| Hex | E6 | 6F | E1 | 0 | 34 | 2 | A | 12F | 46 | 43 |
| Octal | 346 | 157 | 341 | 0 | 64 | 2 | 12 | 457 | 106 | 103 |
| Binary | 11100110 | 1101111 | 11100001 | 0 | 110100 | 10 | 1010 | 100101111 | 1000110 | 1000011 |
Color Harmonies of #E66FE1
Complementary color
Monochromatic Colors of #E66FE1
Black with #E66FE1
Text Example
Text Example
White with #E66FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FE1; }
p { color: rgb(230,111,225); }
H1.HeaderClassName
{
color: #E66FE1;
}
.AnyTagClassName
{
color: #E66FE1;
}
</style>
background-color css
<style>
a { background-color: #E66FE1; }
a { background-color: rgb(230,111,225); }
div.DivClassName
{
background-color: #E66FE1;
}
.BgClassName
{
background-color: #E66FE1;
}
</style>
border-color css
<style>
span { border-color: #E66FE1; }
span { border-color: rgb(230,111,225); }
td.TdClassName
{
border-color: #E66FE1;
}
.TagClassName
{
border-color: #E66FE1;
}
</style>