Shades of Orchid #E269DE
Tints of Orchid #E269DE
RGB
CMYK
RGB Variations
Color information
#E269DE (or 0xE269DE) is known color: Orchid. HEX triplet: E2, 69 and DE. RGB value is (226,105,222). Sum of RGB (Red+Green+Blue) = 226+105+222=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E269DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269DE is #1D9621. Grayscale: #9A9A9A. Windows color (decimal): -1938978 or 14576098. OLE color: 14576098.
HSL color Cylindrical-coordinate representation of color #E269DE: hue angle of 301.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269DE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 222 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.11 |
| HSL | 301.98º | 0.68% | 0.65% | - |
| HSV(B) | 301.98º | 0.54% | 0.89% | - |
| XYZ | 49.6 | 31.55 | 72.58 | - |
| YUV | 154.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 222 | 0 | 0.54 | 0.02 | 0.11 | 301.98 | 0.68 | 0.65 |
| Hex | E2 | 69 | DE | 0 | 36 | 2 | B | 12E | 44 | 41 |
| Octal | 342 | 151 | 336 | 0 | 66 | 2 | 13 | 456 | 104 | 101 |
| Binary | 11100010 | 1101001 | 11011110 | 0 | 110110 | 10 | 1011 | 100101110 | 1000100 | 1000001 |
Color Harmonies of #E269DE
Complementary color
Monochromatic Colors of #E269DE
Black with #E269DE
Text Example
Text Example
White with #E269DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269DE; }
p { color: rgb(226,105,222); }
H1.HeaderClassName
{
color: #E269DE;
}
.AnyTagClassName
{
color: #E269DE;
}
</style>
background-color css
<style>
a { background-color: #E269DE; }
a { background-color: rgb(226,105,222); }
div.DivClassName
{
background-color: #E269DE;
}
.BgClassName
{
background-color: #E269DE;
}
</style>
border-color css
<style>
span { border-color: #E269DE; }
span { border-color: rgb(226,105,222); }
td.TdClassName
{
border-color: #E269DE;
}
.TagClassName
{
border-color: #E269DE;
}
</style>