Shades of Orchid #E570DB
Tints of Orchid #E570DB
RGB
CMYK
RGB Variations
Color information
#E570DB (or 0xE570DB) is known color: Orchid. HEX triplet: E5, 70 and DB. RGB value is (229,112,219). Sum of RGB (Red+Green+Blue) = 229+112+219=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E570DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570DB is #1A8F24. Grayscale: #9E9E9E. Windows color (decimal): -1740581 or 14381285. OLE color: 14381285.
HSL color Cylindrical-coordinate representation of color #E570DB: hue angle of 305.13º 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 #E570DB is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 219 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.10 |
| HSL | 305.13º | 0.69% | 0.67% | - |
| HSV(B) | 305.13º | 0.51% | 0.9% | - |
| XYZ | 50.89 | 33.36 | 70.77 | - |
| YUV | 159.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 219 | 0 | 0.51 | 0.04 | 0.10 | 305.13 | 0.69 | 0.67 |
| Hex | E5 | 70 | DB | 0 | 33 | 4 | A | 131 | 45 | 43 |
| Octal | 345 | 160 | 333 | 0 | 63 | 4 | 12 | 461 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011011 | 0 | 110011 | 100 | 1010 | 100110001 | 1000101 | 1000011 |
Color Harmonies of #E570DB
Complementary color
Monochromatic Colors of #E570DB
Black with #E570DB
Text Example
Text Example
White with #E570DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570DB; }
p { color: rgb(229,112,219); }
H1.HeaderClassName
{
color: #E570DB;
}
.AnyTagClassName
{
color: #E570DB;
}
</style>
background-color css
<style>
a { background-color: #E570DB; }
a { background-color: rgb(229,112,219); }
div.DivClassName
{
background-color: #E570DB;
}
.BgClassName
{
background-color: #E570DB;
}
</style>
border-color css
<style>
span { border-color: #E570DB; }
span { border-color: rgb(229,112,219); }
td.TdClassName
{
border-color: #E570DB;
}
.TagClassName
{
border-color: #E570DB;
}
</style>