Shades of Orchid #E06FE1
Tints of Orchid #E06FE1
RGB
CMYK
RGB Variations
Color information
#E06FE1 (or 0xE06FE1) is known color: Orchid. HEX triplet: E0, 6F and E1. RGB value is (224,111,225). Sum of RGB (Red+Green+Blue) = 224+111+225=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #E06FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FE1 is #1F901E. Grayscale: #9D9D9D. Windows color (decimal): -2068511 or 14774240. OLE color: 14774240.
HSL color Cylindrical-coordinate representation of color #E06FE1: hue angle of 299.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06FE1 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 225 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.12 |
| HSL | 299.47º | 0.66% | 0.66% | - |
| HSV(B) | 299.47º | 0.51% | 0.88% | - |
| XYZ | 50.02 | 32.65 | 74.9 | - |
| YUV | 157.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 225 | 0.00 | 0.51 | 0 | 0.12 | 299.47 | 0.66 | 0.66 |
| Hex | E0 | 6F | E1 | 0 | 33 | 0 | C | 12B | 42 | 42 |
| Octal | 340 | 157 | 341 | 0 | 63 | 0 | 14 | 453 | 102 | 102 |
| Binary | 11100000 | 1101111 | 11100001 | 0 | 110011 | 0 | 1100 | 100101011 | 1000010 | 1000010 |
Color Harmonies of #E06FE1
Complementary color
Monochromatic Colors of #E06FE1
Black with #E06FE1
Text Example
Text Example
White with #E06FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FE1; }
p { color: rgb(224,111,225); }
H1.HeaderClassName
{
color: #E06FE1;
}
.AnyTagClassName
{
color: #E06FE1;
}
</style>
background-color css
<style>
a { background-color: #E06FE1; }
a { background-color: rgb(224,111,225); }
div.DivClassName
{
background-color: #E06FE1;
}
.BgClassName
{
background-color: #E06FE1;
}
</style>
border-color css
<style>
span { border-color: #E06FE1; }
span { border-color: rgb(224,111,225); }
td.TdClassName
{
border-color: #E06FE1;
}
.TagClassName
{
border-color: #E06FE1;
}
</style>