#E56ACE

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

Shades of Orchid #E56ACE

Tints of Orchid #E56ACE

Color information

#E56ACE (or 0xE56ACE) is unknown color: approx Orchid. HEX triplet: E5, 6A and CE. RGB value is (229,106,206). Sum of RGB (Red+Green+Blue) = 229+106+206=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E56ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56ACE is #1A9531. Grayscale: #999999. Windows color (decimal): -1742130 or 13527781. OLE color: 13527781.

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

Color convert

RGB229106206-
CMYK00.540.100.10
HSL311.22º70.29%65.69%-
HSV(B)311.22º53.71%89.8%-
XYZ48.6131.4261.9-
YUV154.18157.25181.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.33%
GREEN value IS 106 (41.80% from 255) = 19.59%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=42.33%
G=19.59%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910620600.540.100.10311.2270.2965.69
HexE56ACE036AA1374642
Octal3451523160661212467106102
Binary1110010111010101100111001101101010101010011011110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56ACE; }

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

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

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

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

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

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

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

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