Shades of Orchid #E071D7
Tints of Orchid #E071D7
RGB
CMYK
RGB Variations
Color information
#E071D7 (or 0xE071D7) is known color: Orchid. HEX triplet: E0, 71 and D7. RGB value is (224,113,215). Sum of RGB (Red+Green+Blue) = 224+113+215=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E071D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071D7 is #1F8E28. Grayscale: #9D9D9D. Windows color (decimal): -2068009 or 14119392. OLE color: 14119392.
HSL color Cylindrical-coordinate representation of color #E071D7: hue angle of 304.86º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071D7 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 215 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.12 |
| HSL | 304.86º | 0.64% | 0.66% | - |
| HSV(B) | 304.86º | 0.5% | 0.88% | - |
| XYZ | 48.91 | 32.56 | 68 | - |
| YUV | 157.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 215 | 0 | 0.50 | 0.04 | 0.12 | 304.86 | 0.64 | 0.66 |
| Hex | E0 | 71 | D7 | 0 | 32 | 4 | C | 131 | 40 | 42 |
| Octal | 340 | 161 | 327 | 0 | 62 | 4 | 14 | 461 | 100 | 102 |
| Binary | 11100000 | 1110001 | 11010111 | 0 | 110010 | 100 | 1100 | 100110001 | 1000000 | 1000010 |
Color Harmonies of #E071D7
Complementary color
Monochromatic Colors of #E071D7
Black with #E071D7
Text Example
Text Example
White with #E071D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071D7; }
p { color: rgb(224,113,215); }
H1.HeaderClassName
{
color: #E071D7;
}
.AnyTagClassName
{
color: #E071D7;
}
</style>
background-color css
<style>
a { background-color: #E071D7; }
a { background-color: rgb(224,113,215); }
div.DivClassName
{
background-color: #E071D7;
}
.BgClassName
{
background-color: #E071D7;
}
</style>
border-color css
<style>
span { border-color: #E071D7; }
span { border-color: rgb(224,113,215); }
td.TdClassName
{
border-color: #E071D7;
}
.TagClassName
{
border-color: #E071D7;
}
</style>