Shades of Orchid #E16FEA
Tints of Orchid #E16FEA
RGB
CMYK
RGB Variations
Color information
#E16FEA (or 0xE16FEA) is known color: Orchid. HEX triplet: E1, 6F and EA. RGB value is (225,111,234). Sum of RGB (Red+Green+Blue) = 225+111+234=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E16FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16FEA is #1E9015. Grayscale: #9E9E9E. Windows color (decimal): -2002966 or 15364065. OLE color: 15364065.
HSL color Cylindrical-coordinate representation of color #E16FEA: hue angle of 295.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16FEA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 111 | 234 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.08 |
| HSL | 295.61º | 0.75% | 0.68% | - |
| HSV(B) | 295.61º | 0.53% | 0.92% | - |
| XYZ | 51.59 | 33.32 | 81.55 | - |
| YUV | 159.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 234 | 0.04 | 0.53 | 0 | 0.08 | 295.61 | 0.75 | 0.68 |
| Hex | E1 | 6F | EA | 4 | 35 | 0 | 8 | 128 | 4B | 44 |
| Octal | 341 | 157 | 352 | 4 | 65 | 0 | 10 | 450 | 113 | 104 |
| Binary | 11100001 | 1101111 | 11101010 | 100 | 110101 | 0 | 1000 | 100101000 | 1001011 | 1000100 |
Color Harmonies of #E16FEA
Complementary color
Monochromatic Colors of #E16FEA
Black with #E16FEA
Text Example
Text Example
White with #E16FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FEA; }
p { color: rgb(225,111,234); }
H1.HeaderClassName
{
color: #E16FEA;
}
.AnyTagClassName
{
color: #E16FEA;
}
</style>
background-color css
<style>
a { background-color: #E16FEA; }
a { background-color: rgb(225,111,234); }
div.DivClassName
{
background-color: #E16FEA;
}
.BgClassName
{
background-color: #E16FEA;
}
</style>
border-color css
<style>
span { border-color: #E16FEA; }
span { border-color: rgb(225,111,234); }
td.TdClassName
{
border-color: #E16FEA;
}
.TagClassName
{
border-color: #E16FEA;
}
</style>