Shades of Orchid #E072E7
Tints of Orchid #E072E7
RGB
CMYK
RGB Variations
Color information
#E072E7 (or 0xE072E7) is known color: Orchid. HEX triplet: E0, 72 and E7. RGB value is (224,114,231). Sum of RGB (Red+Green+Blue) = 224+114+231=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #E072E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072E7 is #1F8D18. Grayscale: #9F9F9F. Windows color (decimal): -2067737 or 15168224. OLE color: 15168224.
HSL color Cylindrical-coordinate representation of color #E072E7: hue angle of 296.41º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E072E7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 114 | 231 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.09 |
| HSL | 296.41º | 0.71% | 0.68% | - |
| HSV(B) | 296.41º | 0.51% | 0.91% | - |
| XYZ | 51.18 | 33.65 | 79.4 | - |
| YUV | 160.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 231 | 0.03 | 0.51 | 0 | 0.09 | 296.41 | 0.71 | 0.68 |
| Hex | E0 | 72 | E7 | 3 | 33 | 0 | 9 | 128 | 47 | 44 |
| Octal | 340 | 162 | 347 | 3 | 63 | 0 | 11 | 450 | 107 | 104 |
| Binary | 11100000 | 1110010 | 11100111 | 11 | 110011 | 0 | 1001 | 100101000 | 1000111 | 1000100 |
Color Harmonies of #E072E7
Complementary color
Monochromatic Colors of #E072E7
Black with #E072E7
Text Example
Text Example
White with #E072E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072E7; }
p { color: rgb(224,114,231); }
H1.HeaderClassName
{
color: #E072E7;
}
.AnyTagClassName
{
color: #E072E7;
}
</style>
background-color css
<style>
a { background-color: #E072E7; }
a { background-color: rgb(224,114,231); }
div.DivClassName
{
background-color: #E072E7;
}
.BgClassName
{
background-color: #E072E7;
}
</style>
border-color css
<style>
span { border-color: #E072E7; }
span { border-color: rgb(224,114,231); }
td.TdClassName
{
border-color: #E072E7;
}
.TagClassName
{
border-color: #E072E7;
}
</style>