Shades of Orchid #E971E4
Tints of Orchid #E971E4
RGB
CMYK
RGB Variations
Color information
#E971E4 (or 0xE971E4) is known color: Orchid. HEX triplet: E9, 71 and E4. RGB value is (233,113,228). Sum of RGB (Red+Green+Blue) = 233+113+228=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E971E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971E4 is #168E1B. Grayscale: #A1A1A1. Windows color (decimal): -1478172 or 14971369. OLE color: 14971369.
HSL color Cylindrical-coordinate representation of color #E971E4: hue angle of 302.5º 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 #E971E4 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 228 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.09 |
| HSL | 302.5º | 0.73% | 0.68% | - |
| HSV(B) | 302.5º | 0.52% | 0.91% | - |
| XYZ | 53.51 | 34.74 | 77.28 | - |
| YUV | 161.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 228 | 0 | 0.52 | 0.02 | 0.09 | 302.5 | 0.73 | 0.68 |
| Hex | E9 | 71 | E4 | 0 | 34 | 2 | 9 | 12E | 49 | 44 |
| Octal | 351 | 161 | 344 | 0 | 64 | 2 | 11 | 456 | 111 | 104 |
| Binary | 11101001 | 1110001 | 11100100 | 0 | 110100 | 10 | 1001 | 100101110 | 1001001 | 1000100 |
Color Harmonies of #E971E4
Complementary color
Monochromatic Colors of #E971E4
Black with #E971E4
Text Example
Text Example
White with #E971E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E971E4; }
p { color: rgb(233,113,228); }
H1.HeaderClassName
{
color: #E971E4;
}
.AnyTagClassName
{
color: #E971E4;
}
</style>
background-color css
<style>
a { background-color: #E971E4; }
a { background-color: rgb(233,113,228); }
div.DivClassName
{
background-color: #E971E4;
}
.BgClassName
{
background-color: #E971E4;
}
</style>
border-color css
<style>
span { border-color: #E971E4; }
span { border-color: rgb(233,113,228); }
td.TdClassName
{
border-color: #E971E4;
}
.TagClassName
{
border-color: #E971E4;
}
</style>