Shades of Orchid #E57ACA
Tints of Orchid #E57ACA
RGB
CMYK
RGB Variations
Color information
#E57ACA (or 0xE57ACA) is known color: Orchid. HEX triplet: E5, 7A and CA. RGB value is (229,122,202). Sum of RGB (Red+Green+Blue) = 229+122+202=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACA is #1A8535. Grayscale: #A2A2A2. Windows color (decimal): -1738038 or 13269733. OLE color: 13269733.
HSL color Cylindrical-coordinate representation of color #E57ACA: hue angle of 315.14º 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 #E57ACA is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 202 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.10 |
| HSL | 315.14º | 0.67% | 0.69% | - |
| HSV(B) | 315.14º | 0.47% | 0.9% | - |
| XYZ | 49.93 | 34.84 | 59.97 | - |
| YUV | 163.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 202 | 0 | 0.47 | 0.12 | 0.10 | 315.14 | 0.67 | 0.69 |
| Hex | E5 | 7A | CA | 0 | 2F | C | A | 13B | 43 | 45 |
| Octal | 345 | 172 | 312 | 0 | 57 | 14 | 12 | 473 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11001010 | 0 | 101111 | 1100 | 1010 | 100111011 | 1000011 | 1000101 |
Color Harmonies of #E57ACA
Complementary color
Monochromatic Colors of #E57ACA
Black with #E57ACA
Text Example
Text Example
White with #E57ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ACA; }
p { color: rgb(229,122,202); }
H1.HeaderClassName
{
color: #E57ACA;
}
.AnyTagClassName
{
color: #E57ACA;
}
</style>
background-color css
<style>
a { background-color: #E57ACA; }
a { background-color: rgb(229,122,202); }
div.DivClassName
{
background-color: #E57ACA;
}
.BgClassName
{
background-color: #E57ACA;
}
</style>
border-color css
<style>
span { border-color: #E57ACA; }
span { border-color: rgb(229,122,202); }
td.TdClassName
{
border-color: #E57ACA;
}
.TagClassName
{
border-color: #E57ACA;
}
</style>