#E56DE2

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

Shades of Orchid #E56DE2

Tints of Orchid #E56DE2

Color information

#E56DE2 (or 0xE56DE2) is unknown color: approx Orchid. HEX triplet: E5, 6D and E2. RGB value is (229,109,226). Sum of RGB (Red+Green+Blue) = 229+109+226=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DE2 is #1A921D. Grayscale: #9D9D9D. Windows color (decimal): -1741342 or 14839269. OLE color: 14839269.

HSL color Cylindrical-coordinate representation of color #E56DE2: hue angle of 301.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DE2 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB229109226-
CMYK00.520.010.10
HSL301.5º69.77%66.27%-
HSV(B)301.5º52.4%89.8%-
XYZ51.5133.0975.62-
YUV158.22166.26178.49-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 109 (42.97% from 255) = 19.33%
BLUE value IS 226 (88.67% from 255) = 40.07%
R=40.60%
G=19.33%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910922600.520.010.10301.569.7766.27
HexE56DE20341A12e4642
Octal345155342064112456106102
Binary1110010111011011110001001101001101010010111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56DE2; }

 p { color: rgb(229,109,226); }

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

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

 a { background-color: rgb(229,109,226); }

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

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

 span { border-color: rgb(229,109,226); }

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