#E97ED1

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

Shades of Orchid #E97ED1

Tints of Orchid #E97ED1

Color information

#E97ED1 (or 0xE97ED1) is unknown color: approx Orchid. HEX triplet: E9, 7E and D1. RGB value is (233,126,209). Sum of RGB (Red+Green+Blue) = 233+126+209=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ED1 is #16812E. Grayscale: #A7A7A7. Windows color (decimal): -1474863 or 13729513. OLE color: 13729513.

HSL color Cylindrical-coordinate representation of color #E97ED1: hue angle of 313.46º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97ED1 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233126209-
CMYK00.460.100.09
HSL313.46º70.86%70.39%-
HSV(B)313.46º45.92%91.37%-
XYZ52.5736.8564.66-
YUV167.46151.45174.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 126 (49.61% from 255) = 22.18%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=41.02%
G=22.18%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312620900.460.100.09313.4670.8670.39
HexE97ED102EA91394746
Octal3511763210561211471107106
Binary1110100111111101101000101011101010100110011100110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ED1; }

 p { color: rgb(233,126,209); }

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

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

 a { background-color: rgb(233,126,209); }

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

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

 span { border-color: rgb(233,126,209); }

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