Shades of Orchid #E57ACE
Tints of Orchid #E57ACE
RGB
CMYK
RGB Variations
Color information
#E57ACE (or 0xE57ACE) is known color: Orchid. HEX triplet: E5, 7A and CE. RGB value is (229,122,206). Sum of RGB (Red+Green+Blue) = 229+122+206=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACE is #1A8531. Grayscale: #A3A3A3. Windows color (decimal): -1738034 or 13531877. OLE color: 13531877.
HSL color Cylindrical-coordinate representation of color #E57ACE: hue angle of 312.9º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57ACE is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 206 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.10 |
| HSL | 312.9º | 0.67% | 0.69% | - |
| HSV(B) | 312.9º | 0.47% | 0.9% | - |
| XYZ | 50.41 | 35.03 | 62.5 | - |
| YUV | 163.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 206 | 0 | 0.47 | 0.10 | 0.10 | 312.9 | 0.67 | 0.69 |
| Hex | E5 | 7A | CE | 0 | 2F | A | A | 139 | 43 | 45 |
| Octal | 345 | 172 | 316 | 0 | 57 | 12 | 12 | 471 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11001110 | 0 | 101111 | 1010 | 1010 | 100111001 | 1000011 | 1000101 |
Color Harmonies of #E57ACE
Complementary color
Monochromatic Colors of #E57ACE
Black with #E57ACE
Text Example
Text Example
White with #E57ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ACE; }
p { color: rgb(229,122,206); }
H1.HeaderClassName
{
color: #E57ACE;
}
.AnyTagClassName
{
color: #E57ACE;
}
</style>
background-color css
<style>
a { background-color: #E57ACE; }
a { background-color: rgb(229,122,206); }
div.DivClassName
{
background-color: #E57ACE;
}
.BgClassName
{
background-color: #E57ACE;
}
</style>
border-color css
<style>
span { border-color: #E57ACE; }
span { border-color: rgb(229,122,206); }
td.TdClassName
{
border-color: #E57ACE;
}
.TagClassName
{
border-color: #E57ACE;
}
</style>