Shades of Orchid #E07ACA
Tints of Orchid #E07ACA
RGB
CMYK
RGB Variations
Color information
#E07ACA (or 0xE07ACA) is known color: Orchid. HEX triplet: E0, 7A and CA. RGB value is (224,122,202). Sum of RGB (Red+Green+Blue) = 224+122+202=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ACA is #1F8535. Grayscale: #A1A1A1. Windows color (decimal): -2065718 or 13269728. OLE color: 13269728.
HSL color Cylindrical-coordinate representation of color #E07ACA: hue angle of 312.94º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07ACA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 202 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.12 |
| HSL | 312.94º | 0.62% | 0.68% | - |
| HSV(B) | 312.94º | 0.46% | 0.88% | - |
| XYZ | 48.36 | 34.03 | 59.9 | - |
| YUV | 161.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 202 | 0 | 0.46 | 0.10 | 0.12 | 312.94 | 0.62 | 0.68 |
| Hex | E0 | 7A | CA | 0 | 2E | A | C | 139 | 3E | 44 |
| Octal | 340 | 172 | 312 | 0 | 56 | 12 | 14 | 471 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11001010 | 0 | 101110 | 1010 | 1100 | 100111001 | 111110 | 1000100 |
Color Harmonies of #E07ACA
Complementary color
Monochromatic Colors of #E07ACA
Black with #E07ACA
Text Example
Text Example
White with #E07ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ACA; }
p { color: rgb(224,122,202); }
H1.HeaderClassName
{
color: #E07ACA;
}
.AnyTagClassName
{
color: #E07ACA;
}
</style>
background-color css
<style>
a { background-color: #E07ACA; }
a { background-color: rgb(224,122,202); }
div.DivClassName
{
background-color: #E07ACA;
}
.BgClassName
{
background-color: #E07ACA;
}
</style>
border-color css
<style>
span { border-color: #E07ACA; }
span { border-color: rgb(224,122,202); }
td.TdClassName
{
border-color: #E07ACA;
}
.TagClassName
{
border-color: #E07ACA;
}
</style>