#e56be9

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

Shades of Orchid #E56BE9

Tints of Orchid #E56BE9

Color information

#E56BE9 (or 0xE56BE9) is unknown color: approx Orchid. HEX triplet: E5, 6B and E9. RGB value is (229,107,233). Sum of RGB (Red+Green+Blue) = 229+107+233=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #E56BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BE9 is #1A9416. Grayscale: #9D9D9D. Windows color (decimal): -1741847 or 15297509. OLE color: 15297509.

HSL color Cylindrical-coordinate representation of color #E56BE9: hue angle of 298.1º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56BE9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229107233-
CMYK0.020.5400.09
HSL298.1º74.12%66.67%-
HSV(B)298.1º54.08%91.37%-
XYZ52.2833.0680.72-
YUV157.84170.42178.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.25%
GREEN value IS 107 (42.19% from 255) = 18.80%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=40.25%
G=18.80%
B=40.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291072330.020.5400.09298.174.1266.67
HexE56BE92360912a4a43
Octal345153351266011452112103
Binary11100101110101111101001101101100100110010101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56be9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56be9; }

 p { color: rgb(229,107,233); }

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

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

 a { background-color: rgb(229,107,233); }

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

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

 span { border-color: rgb(229,107,233); }

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