Shades of Orchid #E07AC8
Tints of Orchid #E07AC8
RGB
CMYK
RGB Variations
Color information
#E07AC8 (or 0xE07AC8) is known color: Orchid. HEX triplet: E0, 7A and C8. RGB value is (224,122,200). Sum of RGB (Red+Green+Blue) = 224+122+200=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AC8 is #1F8537. Grayscale: #A1A1A1. Windows color (decimal): -2065720 or 13138656. OLE color: 13138656.
HSL color Cylindrical-coordinate representation of color #E07AC8: hue angle of 314.12º 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 #E07AC8 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 200 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.12 |
| HSL | 314.12º | 0.62% | 0.68% | - |
| HSV(B) | 314.12º | 0.46% | 0.88% | - |
| XYZ | 48.13 | 33.94 | 58.66 | - |
| YUV | 161.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 200 | 0 | 0.46 | 0.11 | 0.12 | 314.12 | 0.62 | 0.68 |
| Hex | E0 | 7A | C8 | 0 | 2E | B | C | 13A | 3E | 44 |
| Octal | 340 | 172 | 310 | 0 | 56 | 13 | 14 | 472 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11001000 | 0 | 101110 | 1011 | 1100 | 100111010 | 111110 | 1000100 |
Color Harmonies of #E07AC8
Complementary color
Monochromatic Colors of #E07AC8
Black with #E07AC8
Text Example
Text Example
White with #E07AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AC8; }
p { color: rgb(224,122,200); }
H1.HeaderClassName
{
color: #E07AC8;
}
.AnyTagClassName
{
color: #E07AC8;
}
</style>
background-color css
<style>
a { background-color: #E07AC8; }
a { background-color: rgb(224,122,200); }
div.DivClassName
{
background-color: #E07AC8;
}
.BgClassName
{
background-color: #E07AC8;
}
</style>
border-color css
<style>
span { border-color: #E07AC8; }
span { border-color: rgb(224,122,200); }
td.TdClassName
{
border-color: #E07AC8;
}
.TagClassName
{
border-color: #E07AC8;
}
</style>