Shades of Orchid #E270DB
Tints of Orchid #E270DB
RGB
CMYK
RGB Variations
Color information
#E270DB (or 0xE270DB) is known color: Orchid. HEX triplet: E2, 70 and DB. RGB value is (226,112,219). Sum of RGB (Red+Green+Blue) = 226+112+219=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E270DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270DB is #1D8F24. Grayscale: #9D9D9D. Windows color (decimal): -1937189 or 14381282. OLE color: 14381282.
HSL color Cylindrical-coordinate representation of color #E270DB: hue angle of 303.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270DB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 219 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.11 |
| HSL | 303.68º | 0.66% | 0.66% | - |
| HSV(B) | 303.68º | 0.5% | 0.89% | - |
| XYZ | 49.94 | 32.87 | 70.73 | - |
| YUV | 158.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 219 | 0 | 0.50 | 0.03 | 0.11 | 303.68 | 0.66 | 0.66 |
| Hex | E2 | 70 | DB | 0 | 32 | 3 | B | 130 | 42 | 42 |
| Octal | 342 | 160 | 333 | 0 | 62 | 3 | 13 | 460 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11011011 | 0 | 110010 | 11 | 1011 | 100110000 | 1000010 | 1000010 |
Color Harmonies of #E270DB
Complementary color
Monochromatic Colors of #E270DB
Black with #E270DB
Text Example
Text Example
White with #E270DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270DB; }
p { color: rgb(226,112,219); }
H1.HeaderClassName
{
color: #E270DB;
}
.AnyTagClassName
{
color: #E270DB;
}
</style>
background-color css
<style>
a { background-color: #E270DB; }
a { background-color: rgb(226,112,219); }
div.DivClassName
{
background-color: #E270DB;
}
.BgClassName
{
background-color: #E270DB;
}
</style>
border-color css
<style>
span { border-color: #E270DB; }
span { border-color: rgb(226,112,219); }
td.TdClassName
{
border-color: #E270DB;
}
.TagClassName
{
border-color: #E270DB;
}
</style>