Shades of Orchid #E270D3
Tints of Orchid #E270D3
RGB
CMYK
RGB Variations
Color information
#E270D3 (or 0xE270D3) is known color: Orchid. HEX triplet: E2, 70 and D3. RGB value is (226,112,211). Sum of RGB (Red+Green+Blue) = 226+112+211=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E270D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270D3 is #1D8F2C. Grayscale: #9D9D9D. Windows color (decimal): -1937197 or 13856994. OLE color: 13856994.
HSL color Cylindrical-coordinate representation of color #E270D3: hue angle of 307.89º 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 #E270D3 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 211 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.11 |
| HSL | 307.89º | 0.66% | 0.66% | - |
| HSV(B) | 307.89º | 0.5% | 0.89% | - |
| XYZ | 48.92 | 32.46 | 65.32 | - |
| YUV | 157.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 211 | 0 | 0.50 | 0.07 | 0.11 | 307.89 | 0.66 | 0.66 |
| Hex | E2 | 70 | D3 | 0 | 32 | 7 | B | 134 | 42 | 42 |
| Octal | 342 | 160 | 323 | 0 | 62 | 7 | 13 | 464 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11010011 | 0 | 110010 | 111 | 1011 | 100110100 | 1000010 | 1000010 |
Color Harmonies of #E270D3
Complementary color
Monochromatic Colors of #E270D3
Black with #E270D3
Text Example
Text Example
White with #E270D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270D3; }
p { color: rgb(226,112,211); }
H1.HeaderClassName
{
color: #E270D3;
}
.AnyTagClassName
{
color: #E270D3;
}
</style>
background-color css
<style>
a { background-color: #E270D3; }
a { background-color: rgb(226,112,211); }
div.DivClassName
{
background-color: #E270D3;
}
.BgClassName
{
background-color: #E270D3;
}
</style>
border-color css
<style>
span { border-color: #E270D3; }
span { border-color: rgb(226,112,211); }
td.TdClassName
{
border-color: #E270D3;
}
.TagClassName
{
border-color: #E270D3;
}
</style>