#E973E0

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

Shades of Orchid #E973E0

Tints of Orchid #E973E0

Color information

#E973E0 (or 0xE973E0) is unknown color: approx Orchid. HEX triplet: E9, 73 and E0. RGB value is (233,115,224). Sum of RGB (Red+Green+Blue) = 233+115+224=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E973E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973E0 is #168C1F. Grayscale: #A2A2A2. Windows color (decimal): -1477664 or 14709737. OLE color: 14709737.

HSL color Cylindrical-coordinate representation of color #E973E0: hue angle of 304.58º 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 #E973E0 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233115224-
CMYK00.510.040.09
HSL304.58º72.84%68.24%-
HSV(B)304.58º50.64%91.37%-
XYZ53.1934.9774.47-
YUV162.71162.59178.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 115 (45.31% from 255) = 20.10%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=40.73%
G=20.10%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311522400.510.040.09304.5872.8468.24
HexE973E0033491314944
Octal351163340063411461111104
Binary111010011110011111000000110011100100110011000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973E0; }

 p { color: rgb(233,115,224); }

 H1.HeaderClassName
 {
   color: #E973E0;
 }
 .AnyTagClassName
 {
   color: #E973E0;
 }
</style>
background-color css

<style>
 a { background-color: #E973E0; }

 a { background-color: rgb(233,115,224); }

 div.DivClassName
 {
   background-color: #E973E0;
 }
 .BgClassName
 {
   background-color: #E973E0;
 }
</style>
border-color css

<style>
 span { border-color: #E973E0; }

 span { border-color: rgb(233,115,224); }

 td.TdClassName
 {
   border-color: #E973E0;
 }
 .TagClassName
 {
   border-color: #E973E0;
 }
</style>