#E57EDA

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

Shades of Orchid #E57EDA

Tints of Orchid #E57EDA

Color information

#E57EDA (or 0xE57EDA) is unknown color: approx Orchid. HEX triplet: E5, 7E and DA. RGB value is (229,126,218). Sum of RGB (Red+Green+Blue) = 229+126+218=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EDA is #1A8125. Grayscale: #A7A7A7. Windows color (decimal): -1736998 or 14319333. OLE color: 14319333.

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

Color convert

RGB229126218-
CMYK00.450.050.10
HSL306.41º66.45%69.61%-
HSV(B)306.41º44.98%89.8%-
XYZ52.4336.6470.64-
YUV167.28156.62172.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.97%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=39.97%
G=21.99%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912621800.450.050.10306.4166.4569.61
HexE57EDA02D5A1324246
Octal345176332055512462102106
Binary111001011111110110110100101101101101010011001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57EDA; }

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

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

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

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

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

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

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

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