Shades of Orchid #E57ADF
Tints of Orchid #E57ADF
RGB
CMYK
RGB Variations
Color information
#E57ADF (or 0xE57ADF) is known color: Orchid. HEX triplet: E5, 7A and DF. RGB value is (229,122,223). Sum of RGB (Red+Green+Blue) = 229+122+223=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ADF is #1A8520. Grayscale: #A5A5A5. Windows color (decimal): -1738017 or 14645989. OLE color: 14645989.
HSL color Cylindrical-coordinate representation of color #E57ADF: hue angle of 303.36º 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 #E57ADF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 223 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 303.36º | 0.67% | 0.69% | - |
| HSV(B) | 303.36º | 0.47% | 0.9% | - |
| XYZ | 52.59 | 35.9 | 73.97 | - |
| YUV | 165.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 223 | 0 | 0.47 | 0.03 | 0.10 | 303.36 | 0.67 | 0.69 |
| Hex | E5 | 7A | DF | 0 | 2F | 3 | A | 12F | 43 | 45 |
| Octal | 345 | 172 | 337 | 0 | 57 | 3 | 12 | 457 | 103 | 105 |
| Binary | 11100101 | 1111010 | 11011111 | 0 | 101111 | 11 | 1010 | 100101111 | 1000011 | 1000101 |
Color Harmonies of #E57ADF
Complementary color
Monochromatic Colors of #E57ADF
Black with #E57ADF
Text Example
Text Example
White with #E57ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57ADF; }
p { color: rgb(229,122,223); }
H1.HeaderClassName
{
color: #E57ADF;
}
.AnyTagClassName
{
color: #E57ADF;
}
</style>
background-color css
<style>
a { background-color: #E57ADF; }
a { background-color: rgb(229,122,223); }
div.DivClassName
{
background-color: #E57ADF;
}
.BgClassName
{
background-color: #E57ADF;
}
</style>
border-color css
<style>
span { border-color: #E57ADF; }
span { border-color: rgb(229,122,223); }
td.TdClassName
{
border-color: #E57ADF;
}
.TagClassName
{
border-color: #E57ADF;
}
</style>