Shades of Orchid #E96FDF
Tints of Orchid #E96FDF
RGB
CMYK
RGB Variations
Color information
#E96FDF (or 0xE96FDF) is known color: Orchid. HEX triplet: E9, 6F and DF. RGB value is (233,111,223). Sum of RGB (Red+Green+Blue) = 233+111+223=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FDF is #169020. Grayscale: #9F9F9F. Windows color (decimal): -1478689 or 14643177. OLE color: 14643177.
HSL color Cylindrical-coordinate representation of color #E96FDF: hue angle of 304.92º 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 #E96FDF is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 223 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.09 |
| HSL | 304.92º | 0.73% | 0.67% | - |
| HSV(B) | 304.92º | 0.52% | 0.91% | - |
| XYZ | 52.61 | 34.02 | 73.61 | - |
| YUV | 160.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 223 | 0 | 0.52 | 0.04 | 0.09 | 304.92 | 0.73 | 0.67 |
| Hex | E9 | 6F | DF | 0 | 34 | 4 | 9 | 131 | 49 | 43 |
| Octal | 351 | 157 | 337 | 0 | 64 | 4 | 11 | 461 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11011111 | 0 | 110100 | 100 | 1001 | 100110001 | 1001001 | 1000011 |
Color Harmonies of #E96FDF
Complementary color
Monochromatic Colors of #E96FDF
Black with #E96FDF
Text Example
Text Example
White with #E96FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FDF; }
p { color: rgb(233,111,223); }
H1.HeaderClassName
{
color: #E96FDF;
}
.AnyTagClassName
{
color: #E96FDF;
}
</style>
background-color css
<style>
a { background-color: #E96FDF; }
a { background-color: rgb(233,111,223); }
div.DivClassName
{
background-color: #E96FDF;
}
.BgClassName
{
background-color: #E96FDF;
}
</style>
border-color css
<style>
span { border-color: #E96FDF; }
span { border-color: rgb(233,111,223); }
td.TdClassName
{
border-color: #E96FDF;
}
.TagClassName
{
border-color: #E96FDF;
}
</style>