Shades of Orchid #E96FDE
Tints of Orchid #E96FDE
RGB
CMYK
RGB Variations
Color information
#E96FDE (or 0xE96FDE) is known color: Orchid. HEX triplet: E9, 6F and DE. RGB value is (233,111,222). Sum of RGB (Red+Green+Blue) = 233+111+222=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FDE is #169021. Grayscale: #9F9F9F. Windows color (decimal): -1478690 or 14577641. OLE color: 14577641.
HSL color Cylindrical-coordinate representation of color #E96FDE: hue angle of 305.41º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FDE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 222 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.09 |
| HSL | 305.41º | 0.73% | 0.67% | - |
| HSV(B) | 305.41º | 0.52% | 0.91% | - |
| XYZ | 52.47 | 33.97 | 72.9 | - |
| YUV | 160.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 222 | 0 | 0.52 | 0.05 | 0.09 | 305.41 | 0.73 | 0.67 |
| Hex | E9 | 6F | DE | 0 | 34 | 5 | 9 | 131 | 49 | 43 |
| Octal | 351 | 157 | 336 | 0 | 64 | 5 | 11 | 461 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11011110 | 0 | 110100 | 101 | 1001 | 100110001 | 1001001 | 1000011 |
Color Harmonies of #E96FDE
Complementary color
Monochromatic Colors of #E96FDE
Black with #E96FDE
Text Example
Text Example
White with #E96FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FDE; }
p { color: rgb(233,111,222); }
H1.HeaderClassName
{
color: #E96FDE;
}
.AnyTagClassName
{
color: #E96FDE;
}
</style>
background-color css
<style>
a { background-color: #E96FDE; }
a { background-color: rgb(233,111,222); }
div.DivClassName
{
background-color: #E96FDE;
}
.BgClassName
{
background-color: #E96FDE;
}
</style>
border-color css
<style>
span { border-color: #E96FDE; }
span { border-color: rgb(233,111,222); }
td.TdClassName
{
border-color: #E96FDE;
}
.TagClassName
{
border-color: #E96FDE;
}
</style>