Shades of Orchid #E07ACB
Tints of Orchid #E07ACB
RGB
CMYK
RGB Variations
Color information
#E07ACB (or 0xE07ACB) is known color: Orchid. HEX triplet: E0, 7A and CB. RGB value is (224,122,203). Sum of RGB (Red+Green+Blue) = 224+122+203=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ACB is #1F8534. Grayscale: #A1A1A1. Windows color (decimal): -2065717 or 13335264. OLE color: 13335264.
HSL color Cylindrical-coordinate representation of color #E07ACB: hue angle of 312.35º 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 #E07ACB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 203 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.12 |
| HSL | 312.35º | 0.62% | 0.68% | - |
| HSV(B) | 312.35º | 0.46% | 0.88% | - |
| XYZ | 48.48 | 34.08 | 60.52 | - |
| YUV | 161.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 203 | 0 | 0.46 | 0.09 | 0.12 | 312.35 | 0.62 | 0.68 |
| Hex | E0 | 7A | CB | 0 | 2E | 9 | C | 138 | 3E | 44 |
| Octal | 340 | 172 | 313 | 0 | 56 | 11 | 14 | 470 | 76 | 104 |
| Binary | 11100000 | 1111010 | 11001011 | 0 | 101110 | 1001 | 1100 | 100111000 | 111110 | 1000100 |
Color Harmonies of #E07ACB
Complementary color
Monochromatic Colors of #E07ACB
Black with #E07ACB
Text Example
Text Example
White with #E07ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07ACB; }
p { color: rgb(224,122,203); }
H1.HeaderClassName
{
color: #E07ACB;
}
.AnyTagClassName
{
color: #E07ACB;
}
</style>
background-color css
<style>
a { background-color: #E07ACB; }
a { background-color: rgb(224,122,203); }
div.DivClassName
{
background-color: #E07ACB;
}
.BgClassName
{
background-color: #E07ACB;
}
</style>
border-color css
<style>
span { border-color: #E07ACB; }
span { border-color: rgb(224,122,203); }
td.TdClassName
{
border-color: #E07ACB;
}
.TagClassName
{
border-color: #E07ACB;
}
</style>