#E56DE4

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

Shades of Orchid #E56DE4

Tints of Orchid #E56DE4

Color information

#E56DE4 (or 0xE56DE4) is unknown color: approx Orchid. HEX triplet: E5, 6D and E4. RGB value is (229,109,228). Sum of RGB (Red+Green+Blue) = 229+109+228=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56DE4 is #1A921B. Grayscale: #9E9E9E. Windows color (decimal): -1741340 or 14970341. OLE color: 14970341.

HSL color Cylindrical-coordinate representation of color #E56DE4: hue angle of 300.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 #E56DE4 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB229109228-
CMYK00.520.000.10
HSL300.5º69.77%66.27%-
HSV(B)300.5º52.4%89.8%-
XYZ51.7933.277.08-
YUV158.45167.26178.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 109 (42.97% from 255) = 19.26%
BLUE value IS 228 (89.45% from 255) = 40.28%
R=40.46%
G=19.26%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910922800.520.000.10300.569.7766.27
HexE56DE40340A12c4642
Octal345155344064012454106102
Binary1110010111011011110010001101000101010010110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56DE4; }

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

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

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

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

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

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

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

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