Shades of Orchid #E974D9
Tints of Orchid #E974D9
RGB
CMYK
RGB Variations
Color information
#E974D9 (or 0xE974D9) is known color: Orchid. HEX triplet: E9, 74 and D9. RGB value is (233,116,217). Sum of RGB (Red+Green+Blue) = 233+116+217=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E974D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974D9 is #168B26. Grayscale: #A2A2A2. Windows color (decimal): -1477415 or 14251241. OLE color: 14251241.
HSL color Cylindrical-coordinate representation of color #E974D9: hue angle of 308.21º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974D9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 217 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.09 |
| HSL | 308.21º | 0.73% | 0.68% | - |
| HSV(B) | 308.21º | 0.5% | 0.91% | - |
| XYZ | 52.37 | 34.82 | 69.61 | - |
| YUV | 162.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 217 | 0 | 0.50 | 0.07 | 0.09 | 308.21 | 0.73 | 0.68 |
| Hex | E9 | 74 | D9 | 0 | 32 | 7 | 9 | 134 | 49 | 44 |
| Octal | 351 | 164 | 331 | 0 | 62 | 7 | 11 | 464 | 111 | 104 |
| Binary | 11101001 | 1110100 | 11011001 | 0 | 110010 | 111 | 1001 | 100110100 | 1001001 | 1000100 |
Color Harmonies of #E974D9
Complementary color
Monochromatic Colors of #E974D9
Black with #E974D9
Text Example
Text Example
White with #E974D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974D9; }
p { color: rgb(233,116,217); }
H1.HeaderClassName
{
color: #E974D9;
}
.AnyTagClassName
{
color: #E974D9;
}
</style>
background-color css
<style>
a { background-color: #E974D9; }
a { background-color: rgb(233,116,217); }
div.DivClassName
{
background-color: #E974D9;
}
.BgClassName
{
background-color: #E974D9;
}
</style>
border-color css
<style>
span { border-color: #E974D9; }
span { border-color: rgb(233,116,217); }
td.TdClassName
{
border-color: #E974D9;
}
.TagClassName
{
border-color: #E974D9;
}
</style>