Shades of Orchid #E96ECE
Tints of Orchid #E96ECE
RGB
CMYK
RGB Variations
Color information
#E96ECE (or 0xE96ECE) is known color: Orchid. HEX triplet: E9, 6E and CE. RGB value is (233,110,206). Sum of RGB (Red+Green+Blue) = 233+110+206=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ECE is #169131. Grayscale: #9D9D9D. Windows color (decimal): -1478962 or 13528809. OLE color: 13528809.
HSL color Cylindrical-coordinate representation of color #E96ECE: hue angle of 313.17º 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 #E96ECE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 110 | 206 | - |
CMYK | 0 | 0.53 | 0.12 | 0.09 |
HSL | 313.17º | 0.74% | 0.67% | - |
HSV(B) | 313.17º | 0.53% | 0.91% | - |
XYZ | 50.32 | 32.93 | 62.1 | - |
YUV | 157.72 | 155.25 | 181.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 110 | 206 | 0 | 0.53 | 0.12 | 0.09 | 313.17 | 0.74 | 0.67 |
Hex | E9 | 6E | CE | 0 | 35 | C | 9 | 139 | 4A | 43 |
Octal | 351 | 156 | 316 | 0 | 65 | 14 | 11 | 471 | 112 | 103 |
Binary | 11101001 | 1101110 | 11001110 | 0 | 110101 | 1100 | 1001 | 100111001 | 1001010 | 1000011 |
Color Harmonies of #E96ECE
Complementary color
Monochromatic Colors of #E96ECE
Black with #E96ECE
Text Example
Text Example
White with #E96ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ECE; }
p { color: rgb(233,110,206); }
H1.HeaderClassName
{
color: #E96ECE;
}
.AnyTagClassName
{
color: #E96ECE;
}
</style>
background-color css
<style>
a { background-color: #E96ECE; }
a { background-color: rgb(233,110,206); }
div.DivClassName
{
background-color: #E96ECE;
}
.BgClassName
{
background-color: #E96ECE;
}
</style>
border-color css
<style>
span { border-color: #E96ECE; }
span { border-color: rgb(233,110,206); }
td.TdClassName
{
border-color: #E96ECE;
}
.TagClassName
{
border-color: #E96ECE;
}
</style>