Shades of Orchid #E071E6
Tints of Orchid #E071E6
RGB
CMYK
RGB Variations
Color information
#E071E6 (or 0xE071E6) is known color: Orchid. HEX triplet: E0, 71 and E6. RGB value is (224,113,230). Sum of RGB (Red+Green+Blue) = 224+113+230=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #E071E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071E6 is #1F8E19. Grayscale: #9F9F9F. Windows color (decimal): -2067994 or 15102432. OLE color: 15102432.
HSL color Cylindrical-coordinate representation of color #E071E6: hue angle of 296.92º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E071E6 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 113 | 230 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.10 |
| HSL | 296.92º | 0.7% | 0.67% | - |
| HSV(B) | 296.92º | 0.51% | 0.9% | - |
| XYZ | 50.93 | 33.37 | 78.62 | - |
| YUV | 159.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 230 | 0.03 | 0.51 | 0 | 0.10 | 296.92 | 0.7 | 0.67 |
| Hex | E0 | 71 | E6 | 3 | 33 | 0 | A | 129 | 46 | 43 |
| Octal | 340 | 161 | 346 | 3 | 63 | 0 | 12 | 451 | 106 | 103 |
| Binary | 11100000 | 1110001 | 11100110 | 11 | 110011 | 0 | 1010 | 100101001 | 1000110 | 1000011 |
Color Harmonies of #E071E6
Complementary color
Monochromatic Colors of #E071E6
Black with #E071E6
Text Example
Text Example
White with #E071E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071E6; }
p { color: rgb(224,113,230); }
H1.HeaderClassName
{
color: #E071E6;
}
.AnyTagClassName
{
color: #E071E6;
}
</style>
background-color css
<style>
a { background-color: #E071E6; }
a { background-color: rgb(224,113,230); }
div.DivClassName
{
background-color: #E071E6;
}
.BgClassName
{
background-color: #E071E6;
}
</style>
border-color css
<style>
span { border-color: #E071E6; }
span { border-color: rgb(224,113,230); }
td.TdClassName
{
border-color: #E071E6;
}
.TagClassName
{
border-color: #E071E6;
}
</style>