#E971E3

Color #E971E3 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E971E3

Tints of Orchid #E971E3

Color information

#E971E3 (or 0xE971E3) is unknown color: approx 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

RGB233113227-
CMYK00.520.030.09
HSL303º73.17%67.84%-
HSV(B)303º51.5%91.37%-
XYZ53.3734.6876.55-
YUV161.88164.76178.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 113 (44.53% from 255) = 19.72%
BLUE value IS 227 (89.06% from 255) = 39.62%
R=40.66%
G=19.72%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311322700.520.030.0930373.1767.84
HexE971E30343912f4944
Octal351161343064311457111104
Binary11101001111000111100011011010011100110010111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>