Shades of Orchid #E071E9
Tints of Orchid #E071E9
RGB
CMYK
RGB Variations
Color information
#E071E9 (or 0xE071E9) is known color: Orchid. HEX triplet: E0, 71 and E9. RGB value is (224,113,233). Sum of RGB (Red+Green+Blue) = 224+113+233=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #E071E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071E9 is #1F8E16. Grayscale: #9F9F9F. Windows color (decimal): -2067991 or 15299040. OLE color: 15299040.
HSL color Cylindrical-coordinate representation of color #E071E9: hue angle of 295.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E071E9 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 113 | 233 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.09 |
| HSL | 295.5º | 0.73% | 0.68% | - |
| HSV(B) | 295.5º | 0.52% | 0.91% | - |
| XYZ | 51.35 | 33.54 | 80.86 | - |
| YUV | 159.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 233 | 0.04 | 0.52 | 0 | 0.09 | 295.5 | 0.73 | 0.68 |
| Hex | E0 | 71 | E9 | 4 | 34 | 0 | 9 | 128 | 49 | 44 |
| Octal | 340 | 161 | 351 | 4 | 64 | 0 | 11 | 450 | 111 | 104 |
| Binary | 11100000 | 1110001 | 11101001 | 100 | 110100 | 0 | 1001 | 100101000 | 1001001 | 1000100 |
Color Harmonies of #E071E9
Complementary color
Monochromatic Colors of #E071E9
Black with #E071E9
Text Example
Text Example
White with #E071E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071E9; }
p { color: rgb(224,113,233); }
H1.HeaderClassName
{
color: #E071E9;
}
.AnyTagClassName
{
color: #E071E9;
}
</style>
background-color css
<style>
a { background-color: #E071E9; }
a { background-color: rgb(224,113,233); }
div.DivClassName
{
background-color: #E071E9;
}
.BgClassName
{
background-color: #E071E9;
}
</style>
border-color css
<style>
span { border-color: #E071E9; }
span { border-color: rgb(224,113,233); }
td.TdClassName
{
border-color: #E071E9;
}
.TagClassName
{
border-color: #E071E9;
}
</style>