Shades of Orchid #E570D6
Tints of Orchid #E570D6
RGB
CMYK
RGB Variations
Color information
#E570D6 (or 0xE570D6) is known color: Orchid. HEX triplet: E5, 70 and D6. RGB value is (229,112,214). Sum of RGB (Red+Green+Blue) = 229+112+214=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E570D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570D6 is #1A8F29. Grayscale: #9E9E9E. Windows color (decimal): -1740586 or 14053605. OLE color: 14053605.
HSL color Cylindrical-coordinate representation of color #E570D6: hue angle of 307.69º 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 #E570D6 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 214 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.10 |
| HSL | 307.69º | 0.69% | 0.67% | - |
| HSV(B) | 307.69º | 0.51% | 0.9% | - |
| XYZ | 50.24 | 33.1 | 67.36 | - |
| YUV | 158.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 214 | 0 | 0.51 | 0.07 | 0.10 | 307.69 | 0.69 | 0.67 |
| Hex | E5 | 70 | D6 | 0 | 33 | 7 | A | 134 | 45 | 43 |
| Octal | 345 | 160 | 326 | 0 | 63 | 7 | 12 | 464 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11010110 | 0 | 110011 | 111 | 1010 | 100110100 | 1000101 | 1000011 |
Color Harmonies of #E570D6
Complementary color
Monochromatic Colors of #E570D6
Black with #E570D6
Text Example
Text Example
White with #E570D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570D6; }
p { color: rgb(229,112,214); }
H1.HeaderClassName
{
color: #E570D6;
}
.AnyTagClassName
{
color: #E570D6;
}
</style>
background-color css
<style>
a { background-color: #E570D6; }
a { background-color: rgb(229,112,214); }
div.DivClassName
{
background-color: #E570D6;
}
.BgClassName
{
background-color: #E570D6;
}
</style>
border-color css
<style>
span { border-color: #E570D6; }
span { border-color: rgb(229,112,214); }
td.TdClassName
{
border-color: #E570D6;
}
.TagClassName
{
border-color: #E570D6;
}
</style>