Shades of Orchid #E279DA
Tints of Orchid #E279DA
RGB
CMYK
RGB Variations
Color information
#E279DA (or 0xE279DA) is known color: Orchid. HEX triplet: E2, 79 and DA. RGB value is (226,121,218). Sum of RGB (Red+Green+Blue) = 226+121+218=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E279DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279DA is #1D8625. Grayscale: #A3A3A3. Windows color (decimal): -1934886 or 14318050. OLE color: 14318050.
HSL color Cylindrical-coordinate representation of color #E279DA: hue angle of 304.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279DA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 218 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.11 |
| HSL | 304.57º | 0.64% | 0.68% | - |
| HSV(B) | 304.57º | 0.46% | 0.89% | - |
| XYZ | 50.86 | 34.91 | 70.39 | - |
| YUV | 163.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 218 | 0 | 0.46 | 0.04 | 0.11 | 304.57 | 0.64 | 0.68 |
| Hex | E2 | 79 | DA | 0 | 2E | 4 | B | 131 | 40 | 44 |
| Octal | 342 | 171 | 332 | 0 | 56 | 4 | 13 | 461 | 100 | 104 |
| Binary | 11100010 | 1111001 | 11011010 | 0 | 101110 | 100 | 1011 | 100110001 | 1000000 | 1000100 |
Color Harmonies of #E279DA
Complementary color
Monochromatic Colors of #E279DA
Black with #E279DA
Text Example
Text Example
White with #E279DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279DA; }
p { color: rgb(226,121,218); }
H1.HeaderClassName
{
color: #E279DA;
}
.AnyTagClassName
{
color: #E279DA;
}
</style>
background-color css
<style>
a { background-color: #E279DA; }
a { background-color: rgb(226,121,218); }
div.DivClassName
{
background-color: #E279DA;
}
.BgClassName
{
background-color: #E279DA;
}
</style>
border-color css
<style>
span { border-color: #E279DA; }
span { border-color: rgb(226,121,218); }
td.TdClassName
{
border-color: #E279DA;
}
.TagClassName
{
border-color: #E279DA;
}
</style>