Shades of Orchid #E97ED2
Tints of Orchid #E97ED2
RGB
CMYK
RGB Variations
Color information
#E97ED2 (or 0xE97ED2) is known color: Orchid. HEX triplet: E9, 7E and D2. RGB value is (233,126,210). Sum of RGB (Red+Green+Blue) = 233+126+210=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ED2 is #16812D. Grayscale: #A7A7A7. Windows color (decimal): -1474862 or 13795049. OLE color: 13795049.
HSL color Cylindrical-coordinate representation of color #E97ED2: hue angle of 312.9º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97ED2 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 210 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.09 |
| HSL | 312.9º | 0.71% | 0.7% | - |
| HSV(B) | 312.9º | 0.46% | 0.91% | - |
| XYZ | 52.7 | 36.9 | 65.32 | - |
| YUV | 167.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 210 | 0 | 0.46 | 0.10 | 0.09 | 312.9 | 0.71 | 0.7 |
| Hex | E9 | 7E | D2 | 0 | 2E | A | 9 | 139 | 47 | 46 |
| Octal | 351 | 176 | 322 | 0 | 56 | 12 | 11 | 471 | 107 | 106 |
| Binary | 11101001 | 1111110 | 11010010 | 0 | 101110 | 1010 | 1001 | 100111001 | 1000111 | 1000110 |
Color Harmonies of #E97ED2
Complementary color
Monochromatic Colors of #E97ED2
Black with #E97ED2
Text Example
Text Example
White with #E97ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ED2; }
p { color: rgb(233,126,210); }
H1.HeaderClassName
{
color: #E97ED2;
}
.AnyTagClassName
{
color: #E97ED2;
}
</style>
background-color css
<style>
a { background-color: #E97ED2; }
a { background-color: rgb(233,126,210); }
div.DivClassName
{
background-color: #E97ED2;
}
.BgClassName
{
background-color: #E97ED2;
}
</style>
border-color css
<style>
span { border-color: #E97ED2; }
span { border-color: rgb(233,126,210); }
td.TdClassName
{
border-color: #E97ED2;
}
.TagClassName
{
border-color: #E97ED2;
}
</style>