Shades of Orchid #E278D0
Tints of Orchid #E278D0
RGB
CMYK
RGB Variations
Color information
#E278D0 (or 0xE278D0) is known color: Orchid. HEX triplet: E2, 78 and D0. RGB value is (226,120,208). Sum of RGB (Red+Green+Blue) = 226+120+208=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E278D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278D0 is #1D872F. Grayscale: #A1A1A1. Windows color (decimal): -1935152 or 13662434. OLE color: 13662434.
HSL color Cylindrical-coordinate representation of color #E278D0: hue angle of 310.19º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278D0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 208 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.11 |
| HSL | 310.19º | 0.65% | 0.68% | - |
| HSV(B) | 310.19º | 0.47% | 0.89% | - |
| XYZ | 49.47 | 34.16 | 63.66 | - |
| YUV | 161.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 208 | 0 | 0.47 | 0.08 | 0.11 | 310.19 | 0.65 | 0.68 |
| Hex | E2 | 78 | D0 | 0 | 2F | 8 | B | 136 | 41 | 44 |
| Octal | 342 | 170 | 320 | 0 | 57 | 10 | 13 | 466 | 101 | 104 |
| Binary | 11100010 | 1111000 | 11010000 | 0 | 101111 | 1000 | 1011 | 100110110 | 1000001 | 1000100 |
Color Harmonies of #E278D0
Complementary color
Monochromatic Colors of #E278D0
Black with #E278D0
Text Example
Text Example
White with #E278D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278D0; }
p { color: rgb(226,120,208); }
H1.HeaderClassName
{
color: #E278D0;
}
.AnyTagClassName
{
color: #E278D0;
}
</style>
background-color css
<style>
a { background-color: #E278D0; }
a { background-color: rgb(226,120,208); }
div.DivClassName
{
background-color: #E278D0;
}
.BgClassName
{
background-color: #E278D0;
}
</style>
border-color css
<style>
span { border-color: #E278D0; }
span { border-color: rgb(226,120,208); }
td.TdClassName
{
border-color: #E278D0;
}
.TagClassName
{
border-color: #E278D0;
}
</style>