Shades of Orchid #E570DA
Tints of Orchid #E570DA
RGB
CMYK
RGB Variations
Color information
#E570DA (or 0xE570DA) is known color: Orchid. HEX triplet: E5, 70 and DA. RGB value is (229,112,218). Sum of RGB (Red+Green+Blue) = 229+112+218=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E570DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570DA is #1A8F25. Grayscale: #9E9E9E. Windows color (decimal): -1740582 or 14315749. OLE color: 14315749.
HSL color Cylindrical-coordinate representation of color #E570DA: hue angle of 305.64º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E570DA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 218 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.10 |
| HSL | 305.64º | 0.69% | 0.67% | - |
| HSV(B) | 305.64º | 0.51% | 0.9% | - |
| XYZ | 50.76 | 33.31 | 70.08 | - |
| YUV | 159.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 218 | 0 | 0.51 | 0.05 | 0.10 | 305.64 | 0.69 | 0.67 |
| Hex | E5 | 70 | DA | 0 | 33 | 5 | A | 132 | 45 | 43 |
| Octal | 345 | 160 | 332 | 0 | 63 | 5 | 12 | 462 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011010 | 0 | 110011 | 101 | 1010 | 100110010 | 1000101 | 1000011 |
Color Harmonies of #E570DA
Complementary color
Monochromatic Colors of #E570DA
Black with #E570DA
Text Example
Text Example
White with #E570DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570DA; }
p { color: rgb(229,112,218); }
H1.HeaderClassName
{
color: #E570DA;
}
.AnyTagClassName
{
color: #E570DA;
}
</style>
background-color css
<style>
a { background-color: #E570DA; }
a { background-color: rgb(229,112,218); }
div.DivClassName
{
background-color: #E570DA;
}
.BgClassName
{
background-color: #E570DA;
}
</style>
border-color css
<style>
span { border-color: #E570DA; }
span { border-color: rgb(229,112,218); }
td.TdClassName
{
border-color: #E570DA;
}
.TagClassName
{
border-color: #E570DA;
}
</style>