Shades of Orchid #E973E2
Tints of Orchid #E973E2
RGB
CMYK
RGB Variations
Color information
#E973E2 (or 0xE973E2) is known color: Orchid. HEX triplet: E9, 73 and E2. RGB value is (233,115,226). Sum of RGB (Red+Green+Blue) = 233+115+226=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E973E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973E2 is #168C1D. Grayscale: #A2A2A2. Windows color (decimal): -1477662 or 14840809. OLE color: 14840809.
HSL color Cylindrical-coordinate representation of color #E973E2: hue angle of 303.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973E2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 226 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.09 |
| HSL | 303.56º | 0.73% | 0.68% | - |
| HSV(B) | 303.56º | 0.51% | 0.91% | - |
| XYZ | 53.46 | 35.08 | 75.9 | - |
| YUV | 162.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 226 | 0 | 0.51 | 0.03 | 0.09 | 303.56 | 0.73 | 0.68 |
| Hex | E9 | 73 | E2 | 0 | 33 | 3 | 9 | 130 | 49 | 44 |
| Octal | 351 | 163 | 342 | 0 | 63 | 3 | 11 | 460 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11100010 | 0 | 110011 | 11 | 1001 | 100110000 | 1001001 | 1000100 |
Color Harmonies of #E973E2
Complementary color
Monochromatic Colors of #E973E2
Black with #E973E2
Text Example
Text Example
White with #E973E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973E2; }
p { color: rgb(233,115,226); }
H1.HeaderClassName
{
color: #E973E2;
}
.AnyTagClassName
{
color: #E973E2;
}
</style>
background-color css
<style>
a { background-color: #E973E2; }
a { background-color: rgb(233,115,226); }
div.DivClassName
{
background-color: #E973E2;
}
.BgClassName
{
background-color: #E973E2;
}
</style>
border-color css
<style>
span { border-color: #E973E2; }
span { border-color: rgb(233,115,226); }
td.TdClassName
{
border-color: #E973E2;
}
.TagClassName
{
border-color: #E973E2;
}
</style>