Shades of Orchid #E57ECB
Tints of Orchid #E57ECB
RGB
CMYK
RGB Variations
Color information
#E57ECB (or 0xE57ECB) is known color: Orchid. HEX triplet: E5, 7E and CB. RGB value is (229,126,203). Sum of RGB (Red+Green+Blue) = 229+126+203=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ECB is #1A8134. Grayscale: #A5A5A5. Windows color (decimal): -1737013 or 13336293. OLE color: 13336293.
HSL color Cylindrical-coordinate representation of color #E57ECB: hue angle of 315.15º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57ECB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 203 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.10 |
| HSL | 315.15º | 0.66% | 0.7% | - |
| HSV(B) | 315.15º | 0.45% | 0.9% | - |
| XYZ | 50.55 | 35.89 | 60.76 | - |
| YUV | 165.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 203 | 0 | 0.45 | 0.11 | 0.10 | 315.15 | 0.66 | 0.7 |
| Hex | E5 | 7E | CB | 0 | 2D | B | A | 13B | 42 | 46 |
| Octal | 345 | 176 | 313 | 0 | 55 | 13 | 12 | 473 | 102 | 106 |
| Binary | 11100101 | 1111110 | 11001011 | 0 | 101101 | 1011 | 1010 | 100111011 | 1000010 | 1000110 |
Color Harmonies of #E57ECB
Complementary color
Monochromatic Colors of #E57ECB
Black with #E57ECB
Text Example
Text Example
White with #E57ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ECB; }
p { color: rgb(229,126,203); }
H1.HeaderClassName
{
color: #E57ECB;
}
.AnyTagClassName
{
color: #E57ECB;
}
</style>
background-color css
<style>
a { background-color: #E57ECB; }
a { background-color: rgb(229,126,203); }
div.DivClassName
{
background-color: #E57ECB;
}
.BgClassName
{
background-color: #E57ECB;
}
</style>
border-color css
<style>
span { border-color: #E57ECB; }
span { border-color: rgb(229,126,203); }
td.TdClassName
{
border-color: #E57ECB;
}
.TagClassName
{
border-color: #E57ECB;
}
</style>