Shades of Orchid #E270D1
Tints of Orchid #E270D1
RGB
CMYK
RGB Variations
Color information
#E270D1 (or 0xE270D1) is known color: Orchid. HEX triplet: E2, 70 and D1. RGB value is (226,112,209). Sum of RGB (Red+Green+Blue) = 226+112+209=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E270D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270D1 is #1D8F2E. Grayscale: #9C9C9C. Windows color (decimal): -1937199 or 13725922. OLE color: 13725922.
HSL color Cylindrical-coordinate representation of color #E270D1: hue angle of 308.95º 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 #E270D1 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 209 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.11 |
| HSL | 308.95º | 0.66% | 0.66% | - |
| HSV(B) | 308.95º | 0.5% | 0.89% | - |
| XYZ | 48.67 | 32.36 | 64 | - |
| YUV | 157.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 209 | 0 | 0.50 | 0.08 | 0.11 | 308.95 | 0.66 | 0.66 |
| Hex | E2 | 70 | D1 | 0 | 32 | 8 | B | 135 | 42 | 42 |
| Octal | 342 | 160 | 321 | 0 | 62 | 10 | 13 | 465 | 102 | 102 |
| Binary | 11100010 | 1110000 | 11010001 | 0 | 110010 | 1000 | 1011 | 100110101 | 1000010 | 1000010 |
Color Harmonies of #E270D1
Complementary color
Monochromatic Colors of #E270D1
Black with #E270D1
Text Example
Text Example
White with #E270D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270D1; }
p { color: rgb(226,112,209); }
H1.HeaderClassName
{
color: #E270D1;
}
.AnyTagClassName
{
color: #E270D1;
}
</style>
background-color css
<style>
a { background-color: #E270D1; }
a { background-color: rgb(226,112,209); }
div.DivClassName
{
background-color: #E270D1;
}
.BgClassName
{
background-color: #E270D1;
}
</style>
border-color css
<style>
span { border-color: #E270D1; }
span { border-color: rgb(226,112,209); }
td.TdClassName
{
border-color: #E270D1;
}
.TagClassName
{
border-color: #E270D1;
}
</style>