Shades of Orchid #E47ACB
Tints of Orchid #E47ACB
RGB
CMYK
RGB Variations
Color information
#E47ACB (or 0xE47ACB) is known color: Orchid. HEX triplet: E4, 7A and CB. RGB value is (228,122,203). Sum of RGB (Red+Green+Blue) = 228+122+203=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ACB is #1B8534. Grayscale: #A2A2A2. Windows color (decimal): -1803573 or 13335268. OLE color: 13335268.
HSL color Cylindrical-coordinate representation of color #E47ACB: hue angle of 314.15º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47ACB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 203 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.11 |
| HSL | 314.15º | 0.66% | 0.69% | - |
| HSV(B) | 314.15º | 0.46% | 0.89% | - |
| XYZ | 49.73 | 34.72 | 60.58 | - |
| YUV | 162.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 203 | 0 | 0.46 | 0.11 | 0.11 | 314.15 | 0.66 | 0.69 |
| Hex | E4 | 7A | CB | 0 | 2E | B | B | 13A | 42 | 45 |
| Octal | 344 | 172 | 313 | 0 | 56 | 13 | 13 | 472 | 102 | 105 |
| Binary | 11100100 | 1111010 | 11001011 | 0 | 101110 | 1011 | 1011 | 100111010 | 1000010 | 1000101 |
Color Harmonies of #E47ACB
Complementary color
Monochromatic Colors of #E47ACB
Black with #E47ACB
Text Example
Text Example
White with #E47ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47ACB; }
p { color: rgb(228,122,203); }
H1.HeaderClassName
{
color: #E47ACB;
}
.AnyTagClassName
{
color: #E47ACB;
}
</style>
background-color css
<style>
a { background-color: #E47ACB; }
a { background-color: rgb(228,122,203); }
div.DivClassName
{
background-color: #E47ACB;
}
.BgClassName
{
background-color: #E47ACB;
}
</style>
border-color css
<style>
span { border-color: #E47ACB; }
span { border-color: rgb(228,122,203); }
td.TdClassName
{
border-color: #E47ACB;
}
.TagClassName
{
border-color: #E47ACB;
}
</style>