Shades of Orchid #E273D9
Tints of Orchid #E273D9
RGB
CMYK
RGB Variations
Color information
#E273D9 (or 0xE273D9) is known color: Orchid. HEX triplet: E2, 73 and D9. RGB value is (226,115,217). Sum of RGB (Red+Green+Blue) = 226+115+217=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E273D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273D9 is #1D8C26. Grayscale: #9F9F9F. Windows color (decimal): -1936423 or 14250978. OLE color: 14250978.
HSL color Cylindrical-coordinate representation of color #E273D9: hue angle of 304.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273D9 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 217 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.11 |
| HSL | 304.86º | 0.66% | 0.67% | - |
| HSV(B) | 304.86º | 0.49% | 0.89% | - |
| XYZ | 50.02 | 33.44 | 69.46 | - |
| YUV | 159.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 217 | 0 | 0.49 | 0.04 | 0.11 | 304.86 | 0.66 | 0.67 |
| Hex | E2 | 73 | D9 | 0 | 31 | 4 | B | 131 | 42 | 43 |
| Octal | 342 | 163 | 331 | 0 | 61 | 4 | 13 | 461 | 102 | 103 |
| Binary | 11100010 | 1110011 | 11011001 | 0 | 110001 | 100 | 1011 | 100110001 | 1000010 | 1000011 |
Color Harmonies of #E273D9
Complementary color
Monochromatic Colors of #E273D9
Black with #E273D9
Text Example
Text Example
White with #E273D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273D9; }
p { color: rgb(226,115,217); }
H1.HeaderClassName
{
color: #E273D9;
}
.AnyTagClassName
{
color: #E273D9;
}
</style>
background-color css
<style>
a { background-color: #E273D9; }
a { background-color: rgb(226,115,217); }
div.DivClassName
{
background-color: #E273D9;
}
.BgClassName
{
background-color: #E273D9;
}
</style>
border-color css
<style>
span { border-color: #E273D9; }
span { border-color: rgb(226,115,217); }
td.TdClassName
{
border-color: #E273D9;
}
.TagClassName
{
border-color: #E273D9;
}
</style>