Shades of Orchid #E06FE4
Tints of Orchid #E06FE4
RGB
CMYK
RGB Variations
Color information
#E06FE4 (or 0xE06FE4) is known color: Orchid. HEX triplet: E0, 6F and E4. RGB value is (224,111,228). Sum of RGB (Red+Green+Blue) = 224+111+228=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #E06FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06FE4 is #1F901B. Grayscale: #9D9D9D. Windows color (decimal): -2068508 or 14970848. OLE color: 14970848.
HSL color Cylindrical-coordinate representation of color #E06FE4: hue angle of 297.95º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06FE4 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 111 | 228 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.11 |
| HSL | 297.95º | 0.68% | 0.66% | - |
| HSV(B) | 297.95º | 0.51% | 0.89% | - |
| XYZ | 50.43 | 32.82 | 77.08 | - |
| YUV | 158.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 228 | 0.02 | 0.51 | 0 | 0.11 | 297.95 | 0.68 | 0.66 |
| Hex | E0 | 6F | E4 | 2 | 33 | 0 | B | 12A | 44 | 42 |
| Octal | 340 | 157 | 344 | 2 | 63 | 0 | 13 | 452 | 104 | 102 |
| Binary | 11100000 | 1101111 | 11100100 | 10 | 110011 | 0 | 1011 | 100101010 | 1000100 | 1000010 |
Color Harmonies of #E06FE4
Complementary color
Monochromatic Colors of #E06FE4
Black with #E06FE4
Text Example
Text Example
White with #E06FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FE4; }
p { color: rgb(224,111,228); }
H1.HeaderClassName
{
color: #E06FE4;
}
.AnyTagClassName
{
color: #E06FE4;
}
</style>
background-color css
<style>
a { background-color: #E06FE4; }
a { background-color: rgb(224,111,228); }
div.DivClassName
{
background-color: #E06FE4;
}
.BgClassName
{
background-color: #E06FE4;
}
</style>
border-color css
<style>
span { border-color: #E06FE4; }
span { border-color: rgb(224,111,228); }
td.TdClassName
{
border-color: #E06FE4;
}
.TagClassName
{
border-color: #E06FE4;
}
</style>