Shades of Orchid #E974CE
Tints of Orchid #E974CE
RGB
CMYK
RGB Variations
Color information
#E974CE (or 0xE974CE) is known color: Orchid. HEX triplet: E9, 74 and CE. RGB value is (233,116,206). Sum of RGB (Red+Green+Blue) = 233+116+206=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E974CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974CE is #168B31. Grayscale: #A0A0A0. Windows color (decimal): -1477426 or 13530345. OLE color: 13530345.
HSL color Cylindrical-coordinate representation of color #E974CE: hue angle of 313.85º 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 #E974CE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 206 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.09 |
| HSL | 313.85º | 0.73% | 0.68% | - |
| HSV(B) | 313.85º | 0.5% | 0.91% | - |
| XYZ | 50.99 | 34.27 | 62.32 | - |
| YUV | 161.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 206 | 0 | 0.50 | 0.12 | 0.09 | 313.85 | 0.73 | 0.68 |
| Hex | E9 | 74 | CE | 0 | 32 | C | 9 | 13A | 49 | 44 |
| Octal | 351 | 164 | 316 | 0 | 62 | 14 | 11 | 472 | 111 | 104 |
| Binary | 11101001 | 1110100 | 11001110 | 0 | 110010 | 1100 | 1001 | 100111010 | 1001001 | 1000100 |
Color Harmonies of #E974CE
Complementary color
Monochromatic Colors of #E974CE
Black with #E974CE
Text Example
Text Example
White with #E974CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974CE; }
p { color: rgb(233,116,206); }
H1.HeaderClassName
{
color: #E974CE;
}
.AnyTagClassName
{
color: #E974CE;
}
</style>
background-color css
<style>
a { background-color: #E974CE; }
a { background-color: rgb(233,116,206); }
div.DivClassName
{
background-color: #E974CE;
}
.BgClassName
{
background-color: #E974CE;
}
</style>
border-color css
<style>
span { border-color: #E974CE; }
span { border-color: rgb(233,116,206); }
td.TdClassName
{
border-color: #E974CE;
}
.TagClassName
{
border-color: #E974CE;
}
</style>