Shades of Orchid #E270DE
Tints of Orchid #E270DE
RGB
CMYK
RGB Variations
Color information
#E270DE (or 0xE270DE) is known color: Orchid. HEX triplet: E2, 70 and DE. RGB value is (226,112,222). Sum of RGB (Red+Green+Blue) = 226+112+222=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E270DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270DE is #1D8F21. Grayscale: #9E9E9E. Windows color (decimal): -1937186 or 14577890. OLE color: 14577890.
HSL color Cylindrical-coordinate representation of color #E270DE: hue angle of 302.11º 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 #E270DE is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 222 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.11 |
| HSL | 302.11º | 0.66% | 0.66% | - |
| HSV(B) | 302.11º | 0.5% | 0.89% | - |
| XYZ | 50.34 | 33.03 | 72.83 | - |
| YUV | 158.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 222 | 0 | 0.50 | 0.02 | 0.11 | 302.11 | 0.66 | 0.66 |
| Hex | E2 | 70 | DE | 0 | 32 | 2 | B | 12E | 42 | 42 |
| Octal | 342 | 160 | 336 | 0 | 62 | 2 | 13 | 456 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11011110 | 0 | 110010 | 10 | 1011 | 100101110 | 1000010 | 1000010 |
Color Harmonies of #E270DE
Complementary color
Monochromatic Colors of #E270DE
Black with #E270DE
Text Example
Text Example
White with #E270DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270DE; }
p { color: rgb(226,112,222); }
H1.HeaderClassName
{
color: #E270DE;
}
.AnyTagClassName
{
color: #E270DE;
}
</style>
background-color css
<style>
a { background-color: #E270DE; }
a { background-color: rgb(226,112,222); }
div.DivClassName
{
background-color: #E270DE;
}
.BgClassName
{
background-color: #E270DE;
}
</style>
border-color css
<style>
span { border-color: #E270DE; }
span { border-color: rgb(226,112,222); }
td.TdClassName
{
border-color: #E270DE;
}
.TagClassName
{
border-color: #E270DE;
}
</style>