Shades of Orchid #E974D8
Tints of Orchid #E974D8
RGB
CMYK
RGB Variations
Color information
#E974D8 (or 0xE974D8) is known color: Orchid. HEX triplet: E9, 74 and D8. RGB value is (233,116,216). Sum of RGB (Red+Green+Blue) = 233+116+216=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E974D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974D8 is #168B27. Grayscale: #A2A2A2. Windows color (decimal): -1477416 or 14185705. OLE color: 14185705.
HSL color Cylindrical-coordinate representation of color #E974D8: hue angle of 308.72º 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 #E974D8 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 216 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.09 |
| HSL | 308.72º | 0.73% | 0.68% | - |
| HSV(B) | 308.72º | 0.5% | 0.91% | - |
| XYZ | 52.24 | 34.77 | 68.92 | - |
| YUV | 162.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 216 | 0 | 0.50 | 0.07 | 0.09 | 308.72 | 0.73 | 0.68 |
| Hex | E9 | 74 | D8 | 0 | 32 | 7 | 9 | 135 | 49 | 44 |
| Octal | 351 | 164 | 330 | 0 | 62 | 7 | 11 | 465 | 111 | 104 |
| Binary | 11101001 | 1110100 | 11011000 | 0 | 110010 | 111 | 1001 | 100110101 | 1001001 | 1000100 |
Color Harmonies of #E974D8
Complementary color
Monochromatic Colors of #E974D8
Black with #E974D8
Text Example
Text Example
White with #E974D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974D8; }
p { color: rgb(233,116,216); }
H1.HeaderClassName
{
color: #E974D8;
}
.AnyTagClassName
{
color: #E974D8;
}
</style>
background-color css
<style>
a { background-color: #E974D8; }
a { background-color: rgb(233,116,216); }
div.DivClassName
{
background-color: #E974D8;
}
.BgClassName
{
background-color: #E974D8;
}
</style>
border-color css
<style>
span { border-color: #E974D8; }
span { border-color: rgb(233,116,216); }
td.TdClassName
{
border-color: #E974D8;
}
.TagClassName
{
border-color: #E974D8;
}
</style>