Shades of Orchid #E270DA
Tints of Orchid #E270DA
RGB
CMYK
RGB Variations
Color information
#E270DA (or 0xE270DA) is known color: Orchid. HEX triplet: E2, 70 and DA. RGB value is (226,112,218). Sum of RGB (Red+Green+Blue) = 226+112+218=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E270DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270DA is #1D8F25. Grayscale: #9D9D9D. Windows color (decimal): -1937190 or 14315746. OLE color: 14315746.
HSL color Cylindrical-coordinate representation of color #E270DA: hue angle of 304.21º 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 #E270DA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 218 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.11 |
| HSL | 304.21º | 0.66% | 0.66% | - |
| HSV(B) | 304.21º | 0.5% | 0.89% | - |
| XYZ | 49.81 | 32.82 | 70.04 | - |
| YUV | 158.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 218 | 0 | 0.50 | 0.04 | 0.11 | 304.21 | 0.66 | 0.66 |
| Hex | E2 | 70 | DA | 0 | 32 | 4 | B | 130 | 42 | 42 |
| Octal | 342 | 160 | 332 | 0 | 62 | 4 | 13 | 460 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11011010 | 0 | 110010 | 100 | 1011 | 100110000 | 1000010 | 1000010 |
Color Harmonies of #E270DA
Complementary color
Monochromatic Colors of #E270DA
Black with #E270DA
Text Example
Text Example
White with #E270DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270DA; }
p { color: rgb(226,112,218); }
H1.HeaderClassName
{
color: #E270DA;
}
.AnyTagClassName
{
color: #E270DA;
}
</style>
background-color css
<style>
a { background-color: #E270DA; }
a { background-color: rgb(226,112,218); }
div.DivClassName
{
background-color: #E270DA;
}
.BgClassName
{
background-color: #E270DA;
}
</style>
border-color css
<style>
span { border-color: #E270DA; }
span { border-color: rgb(226,112,218); }
td.TdClassName
{
border-color: #E270DA;
}
.TagClassName
{
border-color: #E270DA;
}
</style>