#E57CDA

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

Shades of Orchid #E57CDA

Tints of Orchid #E57CDA

Color information

#E57CDA (or 0xE57CDA) is unknown color: approx Orchid. HEX triplet: E5, 7C and DA. RGB value is (229,124,218). Sum of RGB (Red+Green+Blue) = 229+124+218=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDA is #1A8325. Grayscale: #A5A5A5. Windows color (decimal): -1737510 or 14318821. OLE color: 14318821.

HSL color Cylindrical-coordinate representation of color #E57CDA: hue angle of 306.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57CDA is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229124218-
CMYK00.460.050.10
HSL306.29º66.88%69.22%-
HSV(B)306.29º45.85%89.8%-
XYZ52.1836.1470.55-
YUV166.11157.29172.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.11%
GREEN value IS 124 (48.83% from 255) = 21.72%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=40.11%
G=21.72%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912421800.460.050.10306.2966.8869.22
HexE57CDA02E5A1324345
Octal345174332056512462103105
Binary111001011111100110110100101110101101010011001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57CDA; }

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

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

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

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

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

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

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

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