Shades of Orchid #E570D8
Tints of Orchid #E570D8
RGB
CMYK
RGB Variations
Color information
#E570D8 (or 0xE570D8) is known color: Orchid. HEX triplet: E5, 70 and D8. RGB value is (229,112,216). Sum of RGB (Red+Green+Blue) = 229+112+216=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E570D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570D8 is #1A8F27. Grayscale: #9E9E9E. Windows color (decimal): -1740584 or 14184677. OLE color: 14184677.
HSL color Cylindrical-coordinate representation of color #E570D8: hue angle of 306.67º 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 #E570D8 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 216 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.10 |
| HSL | 306.67º | 0.69% | 0.67% | - |
| HSV(B) | 306.67º | 0.51% | 0.9% | - |
| XYZ | 50.5 | 33.2 | 68.71 | - |
| YUV | 158.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 216 | 0 | 0.51 | 0.06 | 0.10 | 306.67 | 0.69 | 0.67 |
| Hex | E5 | 70 | D8 | 0 | 33 | 6 | A | 133 | 45 | 43 |
| Octal | 345 | 160 | 330 | 0 | 63 | 6 | 12 | 463 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011000 | 0 | 110011 | 110 | 1010 | 100110011 | 1000101 | 1000011 |
Color Harmonies of #E570D8
Complementary color
Monochromatic Colors of #E570D8
Black with #E570D8
Text Example
Text Example
White with #E570D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570D8; }
p { color: rgb(229,112,216); }
H1.HeaderClassName
{
color: #E570D8;
}
.AnyTagClassName
{
color: #E570D8;
}
</style>
background-color css
<style>
a { background-color: #E570D8; }
a { background-color: rgb(229,112,216); }
div.DivClassName
{
background-color: #E570D8;
}
.BgClassName
{
background-color: #E570D8;
}
</style>
border-color css
<style>
span { border-color: #E570D8; }
span { border-color: rgb(229,112,216); }
td.TdClassName
{
border-color: #E570D8;
}
.TagClassName
{
border-color: #E570D8;
}
</style>