Shades of Orchid #E57ACB
Tints of Orchid #E57ACB
RGB
CMYK
RGB Variations
Color information
#E57ACB (or 0xE57ACB) is known color: Orchid. HEX triplet: E5, 7A and CB. RGB value is (229,122,203). Sum of RGB (Red+Green+Blue) = 229+122+203=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACB is #1A8534. Grayscale: #A3A3A3. Windows color (decimal): -1738037 or 13335269. OLE color: 13335269.
HSL color Cylindrical-coordinate representation of color #E57ACB: hue angle of 314.58º 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 #E57ACB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 203 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.10 |
| HSL | 314.58º | 0.67% | 0.69% | - |
| HSV(B) | 314.58º | 0.47% | 0.9% | - |
| XYZ | 50.05 | 34.89 | 60.6 | - |
| YUV | 163.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 203 | 0 | 0.47 | 0.11 | 0.10 | 314.58 | 0.67 | 0.69 |
| Hex | E5 | 7A | CB | 0 | 2F | B | A | 13B | 43 | 45 |
| Octal | 345 | 172 | 313 | 0 | 57 | 13 | 12 | 473 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11001011 | 0 | 101111 | 1011 | 1010 | 100111011 | 1000011 | 1000101 |
Color Harmonies of #E57ACB
Complementary color
Monochromatic Colors of #E57ACB
Black with #E57ACB
Text Example
Text Example
White with #E57ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ACB; }
p { color: rgb(229,122,203); }
H1.HeaderClassName
{
color: #E57ACB;
}
.AnyTagClassName
{
color: #E57ACB;
}
</style>
background-color css
<style>
a { background-color: #E57ACB; }
a { background-color: rgb(229,122,203); }
div.DivClassName
{
background-color: #E57ACB;
}
.BgClassName
{
background-color: #E57ACB;
}
</style>
border-color css
<style>
span { border-color: #E57ACB; }
span { border-color: rgb(229,122,203); }
td.TdClassName
{
border-color: #E57ACB;
}
.TagClassName
{
border-color: #E57ACB;
}
</style>