Shades of Orchid #E27ED2
Tints of Orchid #E27ED2
RGB
CMYK
RGB Variations
Color information
#E27ED2 (or 0xE27ED2) is known color: Orchid. HEX triplet: E2, 7E and D2. RGB value is (226,126,210). Sum of RGB (Red+Green+Blue) = 226+126+210=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ED2 is #1D812D. Grayscale: #A5A5A5. Windows color (decimal): -1933614 or 13795042. OLE color: 13795042.
HSL color Cylindrical-coordinate representation of color #E27ED2: hue angle of 309.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27ED2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 210 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.11 |
| HSL | 309.6º | 0.63% | 0.69% | - |
| HSV(B) | 309.6º | 0.44% | 0.89% | - |
| XYZ | 50.46 | 35.74 | 65.21 | - |
| YUV | 165.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 210 | 0 | 0.44 | 0.07 | 0.11 | 309.6 | 0.63 | 0.69 |
| Hex | E2 | 7E | D2 | 0 | 2C | 7 | B | 136 | 3F | 45 |
| Octal | 342 | 176 | 322 | 0 | 54 | 7 | 13 | 466 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11010010 | 0 | 101100 | 111 | 1011 | 100110110 | 111111 | 1000101 |
Color Harmonies of #E27ED2
Complementary color
Monochromatic Colors of #E27ED2
Black with #E27ED2
Text Example
Text Example
White with #E27ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27ED2; }
p { color: rgb(226,126,210); }
H1.HeaderClassName
{
color: #E27ED2;
}
.AnyTagClassName
{
color: #E27ED2;
}
</style>
background-color css
<style>
a { background-color: #E27ED2; }
a { background-color: rgb(226,126,210); }
div.DivClassName
{
background-color: #E27ED2;
}
.BgClassName
{
background-color: #E27ED2;
}
</style>
border-color css
<style>
span { border-color: #E27ED2; }
span { border-color: rgb(226,126,210); }
td.TdClassName
{
border-color: #E27ED2;
}
.TagClassName
{
border-color: #E27ED2;
}
</style>