Shades of Orchid #E278DA
Tints of Orchid #E278DA
RGB
CMYK
RGB Variations
Color information
#E278DA (or 0xE278DA) is known color: Orchid. HEX triplet: E2, 78 and DA. RGB value is (226,120,218). Sum of RGB (Red+Green+Blue) = 226+120+218=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E278DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278DA is #1D8725. Grayscale: #A2A2A2. Windows color (decimal): -1935142 or 14317794. OLE color: 14317794.
HSL color Cylindrical-coordinate representation of color #E278DA: hue angle of 304.53º 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 #E278DA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 218 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.11 |
| HSL | 304.53º | 0.65% | 0.68% | - |
| HSV(B) | 304.53º | 0.47% | 0.89% | - |
| XYZ | 50.74 | 34.66 | 70.35 | - |
| YUV | 162.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 218 | 0 | 0.47 | 0.04 | 0.11 | 304.53 | 0.65 | 0.68 |
| Hex | E2 | 78 | DA | 0 | 2F | 4 | B | 131 | 41 | 44 |
| Octal | 342 | 170 | 332 | 0 | 57 | 4 | 13 | 461 | 101 | 104 |
| Binary | 11100010 | 1111000 | 11011010 | 0 | 101111 | 100 | 1011 | 100110001 | 1000001 | 1000100 |
Color Harmonies of #E278DA
Complementary color
Monochromatic Colors of #E278DA
Black with #E278DA
Text Example
Text Example
White with #E278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278DA; }
p { color: rgb(226,120,218); }
H1.HeaderClassName
{
color: #E278DA;
}
.AnyTagClassName
{
color: #E278DA;
}
</style>
background-color css
<style>
a { background-color: #E278DA; }
a { background-color: rgb(226,120,218); }
div.DivClassName
{
background-color: #E278DA;
}
.BgClassName
{
background-color: #E278DA;
}
</style>
border-color css
<style>
span { border-color: #E278DA; }
span { border-color: rgb(226,120,218); }
td.TdClassName
{
border-color: #E278DA;
}
.TagClassName
{
border-color: #E278DA;
}
</style>