#E57ECB

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

Shades of Orchid #E57ECB

Tints of Orchid #E57ECB

Color information

#E57ECB (or 0xE57ECB) is unknown color: approx Orchid. HEX triplet: E5, 7E and CB. RGB value is (229,126,203). Sum of RGB (Red+Green+Blue) = 229+126+203=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ECB is #1A8134. Grayscale: #A5A5A5. Windows color (decimal): -1737013 or 13336293. OLE color: 13336293.

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

Color convert

RGB229126203-
CMYK00.450.110.10
HSL315.15º66.45%69.61%-
HSV(B)315.15º44.98%89.8%-
XYZ50.5535.8960.76-
YUV165.58149.12173.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 126 (49.61% from 255) = 22.58%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=41.04%
G=22.58%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912620300.450.110.10315.1566.4569.61
HexE57ECB02DBA13b4246
Octal3451763130551312473102106
Binary1110010111111101100101101011011011101010011101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57ECB; }

 p { color: rgb(229,126,203); }

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

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

 a { background-color: rgb(229,126,203); }

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

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

 span { border-color: rgb(229,126,203); }

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