Shades of Orchid #E270D7
Tints of Orchid #E270D7
RGB
CMYK
RGB Variations
Color information
#E270D7 (or 0xE270D7) is known color: Orchid. HEX triplet: E2, 70 and D7. RGB value is (226,112,215). Sum of RGB (Red+Green+Blue) = 226+112+215=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E270D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270D7 is #1D8F28. Grayscale: #9D9D9D. Windows color (decimal): -1937193 or 14119138. OLE color: 14119138.
HSL color Cylindrical-coordinate representation of color #E270D7: hue angle of 305.79º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270D7 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 215 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.11 |
| HSL | 305.79º | 0.66% | 0.66% | - |
| HSV(B) | 305.79º | 0.5% | 0.89% | - |
| XYZ | 49.42 | 32.66 | 67.99 | - |
| YUV | 157.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 215 | 0 | 0.50 | 0.05 | 0.11 | 305.79 | 0.66 | 0.66 |
| Hex | E2 | 70 | D7 | 0 | 32 | 5 | B | 132 | 42 | 42 |
| Octal | 342 | 160 | 327 | 0 | 62 | 5 | 13 | 462 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11010111 | 0 | 110010 | 101 | 1011 | 100110010 | 1000010 | 1000010 |
Color Harmonies of #E270D7
Complementary color
Monochromatic Colors of #E270D7
Black with #E270D7
Text Example
Text Example
White with #E270D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270D7; }
p { color: rgb(226,112,215); }
H1.HeaderClassName
{
color: #E270D7;
}
.AnyTagClassName
{
color: #E270D7;
}
</style>
background-color css
<style>
a { background-color: #E270D7; }
a { background-color: rgb(226,112,215); }
div.DivClassName
{
background-color: #E270D7;
}
.BgClassName
{
background-color: #E270D7;
}
</style>
border-color css
<style>
span { border-color: #E270D7; }
span { border-color: rgb(226,112,215); }
td.TdClassName
{
border-color: #E270D7;
}
.TagClassName
{
border-color: #E270D7;
}
</style>