#E57CDB

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

Shades of Orchid #E57CDB

Tints of Orchid #E57CDB

Color information

#E57CDB (or 0xE57CDB) is unknown color: approx Orchid. HEX triplet: E5, 7C and DB. RGB value is (229,124,219). Sum of RGB (Red+Green+Blue) = 229+124+219=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CDB is #1A8324. Grayscale: #A5A5A5. Windows color (decimal): -1737509 or 14384357. OLE color: 14384357.

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

Color convert

RGB229124219-
CMYK00.460.040.10
HSL305.71º66.88%69.22%-
HSV(B)305.71º45.85%89.8%-
XYZ52.3136.1971.25-
YUV166.23157.79172.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 124 (48.83% from 255) = 21.68%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=40.03%
G=21.68%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912421900.460.040.10305.7166.8869.22
HexE57CDB02E4A1324345
Octal345174333056412462103105
Binary111001011111100110110110101110100101010011001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57CDB; }

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

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

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

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

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

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

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

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