#E56ECE

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

Shades of Orchid #E56ECE

Tints of Orchid #E56ECE

Color information

#E56ECE (or 0xE56ECE) is unknown color: approx Orchid. HEX triplet: E5, 6E and CE. RGB value is (229,110,206). Sum of RGB (Red+Green+Blue) = 229+110+206=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ECE is #1A9131. Grayscale: #9C9C9C. Windows color (decimal): -1741106 or 13528805. OLE color: 13528805.

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

Color convert

RGB229110206-
CMYK00.520.100.10
HSL311.6º69.59%66.47%-
HSV(B)311.6º51.97%89.8%-
XYZ49.0332.2762.04-
YUV156.52155.92179.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 110 (43.36% from 255) = 20.18%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=42.02%
G=20.18%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911020600.520.100.10311.669.5966.47
HexE56ECE034AA1384642
Octal3451563160641212470106102
Binary1110010111011101100111001101001010101010011100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56ECE; }

 p { color: rgb(229,110,206); }

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

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

 a { background-color: rgb(229,110,206); }

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

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

 span { border-color: rgb(229,110,206); }

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