Shades of Orchid #E073CA
Tints of Orchid #E073CA
RGB
CMYK
RGB Variations
Color information
#E073CA (or 0xE073CA) is known color: Orchid. HEX triplet: E0, 73 and CA. RGB value is (224,115,202). Sum of RGB (Red+Green+Blue) = 224+115+202=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E073CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E073CA is #1F8C35. Grayscale: #9D9D9D. Windows color (decimal): -2067510 or 13267936. OLE color: 13267936.
HSL color Cylindrical-coordinate representation of color #E073CA: hue angle of 312.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E073CA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 202 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.12 |
| HSL | 312.11º | 0.64% | 0.66% | - |
| HSV(B) | 312.11º | 0.49% | 0.88% | - |
| XYZ | 47.53 | 32.37 | 59.62 | - |
| YUV | 157.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 202 | 0 | 0.49 | 0.10 | 0.12 | 312.11 | 0.64 | 0.66 |
| Hex | E0 | 73 | CA | 0 | 31 | A | C | 138 | 40 | 42 |
| Octal | 340 | 163 | 312 | 0 | 61 | 12 | 14 | 470 | 100 | 102 |
| Binary | 11100000 | 1110011 | 11001010 | 0 | 110001 | 1010 | 1100 | 100111000 | 1000000 | 1000010 |
Color Harmonies of #E073CA
Complementary color
Monochromatic Colors of #E073CA
Black with #E073CA
Text Example
Text Example
White with #E073CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073CA; }
p { color: rgb(224,115,202); }
H1.HeaderClassName
{
color: #E073CA;
}
.AnyTagClassName
{
color: #E073CA;
}
</style>
background-color css
<style>
a { background-color: #E073CA; }
a { background-color: rgb(224,115,202); }
div.DivClassName
{
background-color: #E073CA;
}
.BgClassName
{
background-color: #E073CA;
}
</style>
border-color css
<style>
span { border-color: #E073CA; }
span { border-color: rgb(224,115,202); }
td.TdClassName
{
border-color: #E073CA;
}
.TagClassName
{
border-color: #E073CA;
}
</style>