Shades of Orchid #E96EE5
Tints of Orchid #E96EE5
RGB
CMYK
RGB Variations
Color information
#E96EE5 (or 0xE96EE5) is known color: Orchid. HEX triplet: E9, 6E and E5. RGB value is (233,110,229). Sum of RGB (Red+Green+Blue) = 233+110+229=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EE5 is #16911A. Grayscale: #9F9F9F. Windows color (decimal): -1478939 or 15036137. OLE color: 15036137.
HSL color Cylindrical-coordinate representation of color #E96EE5: hue angle of 301.95º 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 #E96EE5 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 229 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.09 |
| HSL | 301.95º | 0.74% | 0.67% | - |
| HSV(B) | 301.95º | 0.53% | 0.91% | - |
| XYZ | 53.32 | 34.13 | 77.91 | - |
| YUV | 160.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 229 | 0 | 0.53 | 0.02 | 0.09 | 301.95 | 0.74 | 0.67 |
| Hex | E9 | 6E | E5 | 0 | 35 | 2 | 9 | 12E | 4A | 43 |
| Octal | 351 | 156 | 345 | 0 | 65 | 2 | 11 | 456 | 112 | 103 |
| Binary | 11101001 | 1101110 | 11100101 | 0 | 110101 | 10 | 1001 | 100101110 | 1001010 | 1000011 |
Color Harmonies of #E96EE5
Complementary color
Monochromatic Colors of #E96EE5
Black with #E96EE5
Text Example
Text Example
White with #E96EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EE5; }
p { color: rgb(233,110,229); }
H1.HeaderClassName
{
color: #E96EE5;
}
.AnyTagClassName
{
color: #E96EE5;
}
</style>
background-color css
<style>
a { background-color: #E96EE5; }
a { background-color: rgb(233,110,229); }
div.DivClassName
{
background-color: #E96EE5;
}
.BgClassName
{
background-color: #E96EE5;
}
</style>
border-color css
<style>
span { border-color: #E96EE5; }
span { border-color: rgb(233,110,229); }
td.TdClassName
{
border-color: #E96EE5;
}
.TagClassName
{
border-color: #E96EE5;
}
</style>