Shades of Orchid #E273DD
Tints of Orchid #E273DD
RGB
CMYK
RGB Variations
Color information
#E273DD (or 0xE273DD) is known color: Orchid. HEX triplet: E2, 73 and DD. RGB value is (226,115,221). Sum of RGB (Red+Green+Blue) = 226+115+221=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DD is #1D8C22. Grayscale: #9F9F9F. Windows color (decimal): -1936419 or 14513122. OLE color: 14513122.
HSL color Cylindrical-coordinate representation of color #E273DD: hue angle of 302.7º 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 #E273DD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 221 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.11 |
| HSL | 302.7º | 0.66% | 0.67% | - |
| HSV(B) | 302.7º | 0.49% | 0.89% | - |
| XYZ | 50.55 | 33.65 | 72.24 | - |
| YUV | 160.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 221 | 0 | 0.49 | 0.02 | 0.11 | 302.7 | 0.66 | 0.67 |
| Hex | E2 | 73 | DD | 0 | 31 | 2 | B | 12F | 42 | 43 |
| Octal | 342 | 163 | 335 | 0 | 61 | 2 | 13 | 457 | 102 | 103 |
| Binary | 11100010 | 1110011 | 11011101 | 0 | 110001 | 10 | 1011 | 100101111 | 1000010 | 1000011 |
Color Harmonies of #E273DD
Complementary color
Monochromatic Colors of #E273DD
Black with #E273DD
Text Example
Text Example
White with #E273DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273DD; }
p { color: rgb(226,115,221); }
H1.HeaderClassName
{
color: #E273DD;
}
.AnyTagClassName
{
color: #E273DD;
}
</style>
background-color css
<style>
a { background-color: #E273DD; }
a { background-color: rgb(226,115,221); }
div.DivClassName
{
background-color: #E273DD;
}
.BgClassName
{
background-color: #E273DD;
}
</style>
border-color css
<style>
span { border-color: #E273DD; }
span { border-color: rgb(226,115,221); }
td.TdClassName
{
border-color: #E273DD;
}
.TagClassName
{
border-color: #E273DD;
}
</style>