Shades of Orchid #E974E2
Tints of Orchid #E974E2
RGB
CMYK
RGB Variations
Color information
#E974E2 (or 0xE974E2) is known color: Orchid. HEX triplet: E9, 74 and E2. RGB value is (233,116,226). Sum of RGB (Red+Green+Blue) = 233+116+226=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E974E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974E2 is #168B1D. Grayscale: #A3A3A3. Windows color (decimal): -1477406 or 14841065. OLE color: 14841065.
HSL color Cylindrical-coordinate representation of color #E974E2: hue angle of 303.59º 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 #E974E2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 226 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.09 |
| HSL | 303.59º | 0.73% | 0.68% | - |
| HSV(B) | 303.59º | 0.5% | 0.91% | - |
| XYZ | 53.58 | 35.31 | 75.94 | - |
| YUV | 163.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 226 | 0 | 0.50 | 0.03 | 0.09 | 303.59 | 0.73 | 0.68 |
| Hex | E9 | 74 | E2 | 0 | 32 | 3 | 9 | 130 | 49 | 44 |
| Octal | 351 | 164 | 342 | 0 | 62 | 3 | 11 | 460 | 111 | 104 |
| Binary | 11101001 | 1110100 | 11100010 | 0 | 110010 | 11 | 1001 | 100110000 | 1001001 | 1000100 |
Color Harmonies of #E974E2
Complementary color
Monochromatic Colors of #E974E2
Black with #E974E2
Text Example
Text Example
White with #E974E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E974E2; }
p { color: rgb(233,116,226); }
H1.HeaderClassName
{
color: #E974E2;
}
.AnyTagClassName
{
color: #E974E2;
}
</style>
background-color css
<style>
a { background-color: #E974E2; }
a { background-color: rgb(233,116,226); }
div.DivClassName
{
background-color: #E974E2;
}
.BgClassName
{
background-color: #E974E2;
}
</style>
border-color css
<style>
span { border-color: #E974E2; }
span { border-color: rgb(233,116,226); }
td.TdClassName
{
border-color: #E974E2;
}
.TagClassName
{
border-color: #E974E2;
}
</style>