#E56ECC

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

Shades of Orchid #E56ECC

Tints of Orchid #E56ECC

Color information

#E56ECC (or 0xE56ECC) is unknown color: approx Orchid. HEX triplet: E5, 6E and CC. RGB value is (229,110,204). Sum of RGB (Red+Green+Blue) = 229+110+204=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ECC is #1A9133. Grayscale: #9C9C9C. Windows color (decimal): -1741108 or 13397733. OLE color: 13397733.

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

Color convert

RGB229110204-
CMYK00.520.110.10
HSL312.61º69.59%66.47%-
HSV(B)312.61º51.97%89.8%-
XYZ48.7932.1760.76-
YUV156.3154.92179.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.17%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=42.17%
G=20.26%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911020400.520.110.10312.6169.5966.47
HexE56ECC034BA1394642
Octal3451563140641312471106102
Binary1110010111011101100110001101001011101010011100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56ECC; }

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

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

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

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

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

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

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

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