Shades of Orchid #E971E3
Tints of Orchid #E971E3
RGB
CMYK
RGB Variations
Color information
#E971E3 (or 0xE971E3) is known color: Orchid. HEX triplet: E9, 71 and E3. RGB value is (233,113,227). Sum of RGB (Red+Green+Blue) = 233+113+227=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E971E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971E3 is #168E1C. Grayscale: #A1A1A1. Windows color (decimal): -1478173 or 14905833. OLE color: 14905833.
HSL color Cylindrical-coordinate representation of color #E971E3: hue angle of 303º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971E3 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 227 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.09 |
| HSL | 303º | 0.73% | 0.68% | - |
| HSV(B) | 303º | 0.52% | 0.91% | - |
| XYZ | 53.37 | 34.68 | 76.55 | - |
| YUV | 161.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 227 | 0 | 0.52 | 0.03 | 0.09 | 303 | 0.73 | 0.68 |
| Hex | E9 | 71 | E3 | 0 | 34 | 3 | 9 | 12F | 49 | 44 |
| Octal | 351 | 161 | 343 | 0 | 64 | 3 | 11 | 457 | 111 | 104 |
| Binary | 11101001 | 1110001 | 11100011 | 0 | 110100 | 11 | 1001 | 100101111 | 1001001 | 1000100 |
Color Harmonies of #E971E3
Complementary color
Monochromatic Colors of #E971E3
Black with #E971E3
Text Example
Text Example
White with #E971E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971E3; }
p { color: rgb(233,113,227); }
H1.HeaderClassName
{
color: #E971E3;
}
.AnyTagClassName
{
color: #E971E3;
}
</style>
background-color css
<style>
a { background-color: #E971E3; }
a { background-color: rgb(233,113,227); }
div.DivClassName
{
background-color: #E971E3;
}
.BgClassName
{
background-color: #E971E3;
}
</style>
border-color css
<style>
span { border-color: #E971E3; }
span { border-color: rgb(233,113,227); }
td.TdClassName
{
border-color: #E971E3;
}
.TagClassName
{
border-color: #E971E3;
}
</style>