Shades of Orchid #E96ED6
Tints of Orchid #E96ED6
RGB
CMYK
RGB Variations
Color information
#E96ED6 (or 0xE96ED6) is known color: Orchid. HEX triplet: E9, 6E and D6. RGB value is (233,110,214). Sum of RGB (Red+Green+Blue) = 233+110+214=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ED6 is #169129. Grayscale: #9E9E9E. Windows color (decimal): -1478954 or 14053097. OLE color: 14053097.
HSL color Cylindrical-coordinate representation of color #E96ED6: hue angle of 309.27º 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 #E96ED6 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 214 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.09 |
| HSL | 309.27º | 0.74% | 0.67% | - |
| HSV(B) | 309.27º | 0.53% | 0.91% | - |
| XYZ | 51.32 | 33.33 | 67.35 | - |
| YUV | 158.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 214 | 0 | 0.53 | 0.08 | 0.09 | 309.27 | 0.74 | 0.67 |
| Hex | E9 | 6E | D6 | 0 | 35 | 8 | 9 | 135 | 4A | 43 |
| Octal | 351 | 156 | 326 | 0 | 65 | 10 | 11 | 465 | 112 | 103 |
| Binary | 11101001 | 1101110 | 11010110 | 0 | 110101 | 1000 | 1001 | 100110101 | 1001010 | 1000011 |
Color Harmonies of #E96ED6
Complementary color
Monochromatic Colors of #E96ED6
Black with #E96ED6
Text Example
Text Example
White with #E96ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ED6; }
p { color: rgb(233,110,214); }
H1.HeaderClassName
{
color: #E96ED6;
}
.AnyTagClassName
{
color: #E96ED6;
}
</style>
background-color css
<style>
a { background-color: #E96ED6; }
a { background-color: rgb(233,110,214); }
div.DivClassName
{
background-color: #E96ED6;
}
.BgClassName
{
background-color: #E96ED6;
}
</style>
border-color css
<style>
span { border-color: #E96ED6; }
span { border-color: rgb(233,110,214); }
td.TdClassName
{
border-color: #E96ED6;
}
.TagClassName
{
border-color: #E96ED6;
}
</style>