Shades of Orchid #E273E0
Tints of Orchid #E273E0
RGB
CMYK
RGB Variations
Color information
#E273E0 (or 0xE273E0) is known color: Orchid. HEX triplet: E2, 73 and E0. RGB value is (226,115,224). Sum of RGB (Red+Green+Blue) = 226+115+224=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E273E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273E0 is #1D8C1F. Grayscale: #A0A0A0. Windows color (decimal): -1936416 or 14709730. OLE color: 14709730.
HSL color Cylindrical-coordinate representation of color #E273E0: hue angle of 301.08º 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 #E273E0 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 224 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.11 |
| HSL | 301.08º | 0.66% | 0.67% | - |
| HSV(B) | 301.08º | 0.49% | 0.89% | - |
| XYZ | 50.95 | 33.81 | 74.36 | - |
| YUV | 160.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 224 | 0 | 0.49 | 0.01 | 0.11 | 301.08 | 0.66 | 0.67 |
| Hex | E2 | 73 | E0 | 0 | 31 | 1 | B | 12D | 42 | 43 |
| Octal | 342 | 163 | 340 | 0 | 61 | 1 | 13 | 455 | 102 | 103 |
| Binary | 11100010 | 1110011 | 11100000 | 0 | 110001 | 1 | 1011 | 100101101 | 1000010 | 1000011 |
Color Harmonies of #E273E0
Complementary color
Monochromatic Colors of #E273E0
Black with #E273E0
Text Example
Text Example
White with #E273E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E273E0; }
p { color: rgb(226,115,224); }
H1.HeaderClassName
{
color: #E273E0;
}
.AnyTagClassName
{
color: #E273E0;
}
</style>
background-color css
<style>
a { background-color: #E273E0; }
a { background-color: rgb(226,115,224); }
div.DivClassName
{
background-color: #E273E0;
}
.BgClassName
{
background-color: #E273E0;
}
</style>
border-color css
<style>
span { border-color: #E273E0; }
span { border-color: rgb(226,115,224); }
td.TdClassName
{
border-color: #E273E0;
}
.TagClassName
{
border-color: #E273E0;
}
</style>