Shades of Orchid #E570D5
Tints of Orchid #E570D5
RGB
CMYK
RGB Variations
Color information
#E570D5 (or 0xE570D5) is known color: Orchid. HEX triplet: E5, 70 and D5. RGB value is (229,112,213). Sum of RGB (Red+Green+Blue) = 229+112+213=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E570D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570D5 is #1A8F2A. Grayscale: #9E9E9E. Windows color (decimal): -1740587 or 13988069. OLE color: 13988069.
HSL color Cylindrical-coordinate representation of color #E570D5: hue angle of 308.21º 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 #E570D5 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 213 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.10 |
| HSL | 308.21º | 0.69% | 0.67% | - |
| HSV(B) | 308.21º | 0.51% | 0.9% | - |
| XYZ | 50.12 | 33.05 | 66.69 | - |
| YUV | 158.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 213 | 0 | 0.51 | 0.07 | 0.10 | 308.21 | 0.69 | 0.67 |
| Hex | E5 | 70 | D5 | 0 | 33 | 7 | A | 134 | 45 | 43 |
| Octal | 345 | 160 | 325 | 0 | 63 | 7 | 12 | 464 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11010101 | 0 | 110011 | 111 | 1010 | 100110100 | 1000101 | 1000011 |
Color Harmonies of #E570D5
Complementary color
Monochromatic Colors of #E570D5
Black with #E570D5
Text Example
Text Example
White with #E570D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570D5; }
p { color: rgb(229,112,213); }
H1.HeaderClassName
{
color: #E570D5;
}
.AnyTagClassName
{
color: #E570D5;
}
</style>
background-color css
<style>
a { background-color: #E570D5; }
a { background-color: rgb(229,112,213); }
div.DivClassName
{
background-color: #E570D5;
}
.BgClassName
{
background-color: #E570D5;
}
</style>
border-color css
<style>
span { border-color: #E570D5; }
span { border-color: rgb(229,112,213); }
td.TdClassName
{
border-color: #E570D5;
}
.TagClassName
{
border-color: #E570D5;
}
</style>