Shades of Orchid #E071CE
Tints of Orchid #E071CE
RGB
CMYK
RGB Variations
Color information
#E071CE (or 0xE071CE) is known color: Orchid. HEX triplet: E0, 71 and CE. RGB value is (224,113,206). Sum of RGB (Red+Green+Blue) = 224+113+206=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E071CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071CE is #1F8E31. Grayscale: #9C9C9C. Windows color (decimal): -2068018 or 13529568. OLE color: 13529568.
HSL color Cylindrical-coordinate representation of color #E071CE: hue angle of 309.73º 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 #E071CE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 206 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.12 |
| HSL | 309.73º | 0.64% | 0.66% | - |
| HSV(B) | 309.73º | 0.5% | 0.88% | - |
| XYZ | 47.79 | 32.11 | 62.07 | - |
| YUV | 156.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 206 | 0 | 0.50 | 0.08 | 0.12 | 309.73 | 0.64 | 0.66 |
| Hex | E0 | 71 | CE | 0 | 32 | 8 | C | 136 | 40 | 42 |
| Octal | 340 | 161 | 316 | 0 | 62 | 10 | 14 | 466 | 100 | 102 |
| Binary | 11100000 | 1110001 | 11001110 | 0 | 110010 | 1000 | 1100 | 100110110 | 1000000 | 1000010 |
Color Harmonies of #E071CE
Complementary color
Monochromatic Colors of #E071CE
Black with #E071CE
Text Example
Text Example
White with #E071CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071CE; }
p { color: rgb(224,113,206); }
H1.HeaderClassName
{
color: #E071CE;
}
.AnyTagClassName
{
color: #E071CE;
}
</style>
background-color css
<style>
a { background-color: #E071CE; }
a { background-color: rgb(224,113,206); }
div.DivClassName
{
background-color: #E071CE;
}
.BgClassName
{
background-color: #E071CE;
}
</style>
border-color css
<style>
span { border-color: #E071CE; }
span { border-color: rgb(224,113,206); }
td.TdClassName
{
border-color: #E071CE;
}
.TagClassName
{
border-color: #E071CE;
}
</style>