Shades of Orchid #E96FDA
Tints of Orchid #E96FDA
RGB
CMYK
RGB Variations
Color information
#E96FDA (or 0xE96FDA) is known color: Orchid. HEX triplet: E9, 6F and DA. RGB value is (233,111,218). Sum of RGB (Red+Green+Blue) = 233+111+218=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FDA is #169025. Grayscale: #9F9F9F. Windows color (decimal): -1478694 or 14315497. OLE color: 14315497.
HSL color Cylindrical-coordinate representation of color #E96FDA: hue angle of 307.38º 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 #E96FDA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 218 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.09 |
| HSL | 307.38º | 0.73% | 0.67% | - |
| HSV(B) | 307.38º | 0.52% | 0.91% | - |
| XYZ | 51.94 | 33.75 | 70.11 | - |
| YUV | 159.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 218 | 0 | 0.52 | 0.06 | 0.09 | 307.38 | 0.73 | 0.67 |
| Hex | E9 | 6F | DA | 0 | 34 | 6 | 9 | 133 | 49 | 43 |
| Octal | 351 | 157 | 332 | 0 | 64 | 6 | 11 | 463 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11011010 | 0 | 110100 | 110 | 1001 | 100110011 | 1001001 | 1000011 |
Color Harmonies of #E96FDA
Complementary color
Monochromatic Colors of #E96FDA
Black with #E96FDA
Text Example
Text Example
White with #E96FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FDA; }
p { color: rgb(233,111,218); }
H1.HeaderClassName
{
color: #E96FDA;
}
.AnyTagClassName
{
color: #E96FDA;
}
</style>
background-color css
<style>
a { background-color: #E96FDA; }
a { background-color: rgb(233,111,218); }
div.DivClassName
{
background-color: #E96FDA;
}
.BgClassName
{
background-color: #E96FDA;
}
</style>
border-color css
<style>
span { border-color: #E96FDA; }
span { border-color: rgb(233,111,218); }
td.TdClassName
{
border-color: #E96FDA;
}
.TagClassName
{
border-color: #E96FDA;
}
</style>