Shades of Orchid #E96ED2
Tints of Orchid #E96ED2
RGB
CMYK
RGB Variations
Color information
#E96ED2 (or 0xE96ED2) is known color: Orchid. HEX triplet: E9, 6E and D2. RGB value is (233,110,210). Sum of RGB (Red+Green+Blue) = 233+110+210=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ED2 is #16912D. Grayscale: #9D9D9D. Windows color (decimal): -1478958 or 13790953. OLE color: 13790953.
HSL color Cylindrical-coordinate representation of color #E96ED2: hue angle of 311.22º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96ED2 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 210 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.09 |
| HSL | 311.22º | 0.74% | 0.67% | - |
| HSV(B) | 311.22º | 0.53% | 0.91% | - |
| XYZ | 50.81 | 33.13 | 64.69 | - |
| YUV | 158.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 210 | 0 | 0.53 | 0.10 | 0.09 | 311.22 | 0.74 | 0.67 |
| Hex | E9 | 6E | D2 | 0 | 35 | A | 9 | 137 | 4A | 43 |
| Octal | 351 | 156 | 322 | 0 | 65 | 12 | 11 | 467 | 112 | 103 |
| Binary | 11101001 | 1101110 | 11010010 | 0 | 110101 | 1010 | 1001 | 100110111 | 1001010 | 1000011 |
Color Harmonies of #E96ED2
Complementary color
Monochromatic Colors of #E96ED2
Black with #E96ED2
Text Example
Text Example
White with #E96ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ED2; }
p { color: rgb(233,110,210); }
H1.HeaderClassName
{
color: #E96ED2;
}
.AnyTagClassName
{
color: #E96ED2;
}
</style>
background-color css
<style>
a { background-color: #E96ED2; }
a { background-color: rgb(233,110,210); }
div.DivClassName
{
background-color: #E96ED2;
}
.BgClassName
{
background-color: #E96ED2;
}
</style>
border-color css
<style>
span { border-color: #E96ED2; }
span { border-color: rgb(233,110,210); }
td.TdClassName
{
border-color: #E96ED2;
}
.TagClassName
{
border-color: #E96ED2;
}
</style>