#E56BEA

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

Shades of Orchid #E56BEA

Tints of Orchid #E56BEA

Color information

#E56BEA (or 0xE56BEA) is unknown color: approx Orchid. HEX triplet: E5, 6B and EA. RGB value is (229,107,234). Sum of RGB (Red+Green+Blue) = 229+107+234=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E56BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E56BEA is #1A9415. Grayscale: #9D9D9D. Windows color (decimal): -1741846 or 15363045. OLE color: 15363045.

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

Color convert

RGB229107234-
CMYK0.020.5400.08
HSL297.64º75.15%66.86%-
HSV(B)297.64º54.27%91.76%-
XYZ52.4233.1181.47-
YUV157.96170.92178.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 107 (42.19% from 255) = 18.77%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=40.18%
G=18.77%
B=41.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291072340.020.5400.08297.6475.1566.86
HexE56BEA2360812a4b43
Octal345153352266010452113103
Binary11100101110101111101010101101100100010010101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56BEA; }

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

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

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

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

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

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

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

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