Shades of Orchid #E073E5
Tints of Orchid #E073E5
RGB
CMYK
RGB Variations
Color information
#E073E5 (or 0xE073E5) is known color: Orchid. HEX triplet: E0, 73 and E5. RGB value is (224,115,229). Sum of RGB (Red+Green+Blue) = 224+115+229=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #E073E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073E5 is #1F8C1A. Grayscale: #A0A0A0. Windows color (decimal): -2067483 or 15037408. OLE color: 15037408.
HSL color Cylindrical-coordinate representation of color #E073E5: hue angle of 297.37º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E073E5 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 115 | 229 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.10 |
| HSL | 297.37º | 0.69% | 0.67% | - |
| HSV(B) | 297.37º | 0.5% | 0.9% | - |
| XYZ | 51.01 | 33.77 | 77.96 | - |
| YUV | 160.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 229 | 0.02 | 0.50 | 0 | 0.10 | 297.37 | 0.69 | 0.67 |
| Hex | E0 | 73 | E5 | 2 | 32 | 0 | A | 129 | 45 | 43 |
| Octal | 340 | 163 | 345 | 2 | 62 | 0 | 12 | 451 | 105 | 103 |
| Binary | 11100000 | 1110011 | 11100101 | 10 | 110010 | 0 | 1010 | 100101001 | 1000101 | 1000011 |
Color Harmonies of #E073E5
Complementary color
Monochromatic Colors of #E073E5
Black with #E073E5
Text Example
Text Example
White with #E073E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073E5; }
p { color: rgb(224,115,229); }
H1.HeaderClassName
{
color: #E073E5;
}
.AnyTagClassName
{
color: #E073E5;
}
</style>
background-color css
<style>
a { background-color: #E073E5; }
a { background-color: rgb(224,115,229); }
div.DivClassName
{
background-color: #E073E5;
}
.BgClassName
{
background-color: #E073E5;
}
</style>
border-color css
<style>
span { border-color: #E073E5; }
span { border-color: rgb(224,115,229); }
td.TdClassName
{
border-color: #E073E5;
}
.TagClassName
{
border-color: #E073E5;
}
</style>