#E57ADD

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

Shades of Orchid #E57ADD

Tints of Orchid #E57ADD

Color information

#E57ADD (or 0xE57ADD) is unknown color: approx Orchid. HEX triplet: E5, 7A and DD. RGB value is (229,122,221). Sum of RGB (Red+Green+Blue) = 229+122+221=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ADD is #1A8522. Grayscale: #A4A4A4. Windows color (decimal): -1738019 or 14514917. OLE color: 14514917.

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

Color convert

RGB229122221-
CMYK00.470.030.10
HSL304.49º67.3%68.82%-
HSV(B)304.49º46.72%89.8%-
XYZ52.3235.872.56-
YUV165.28159.45173.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 122 (48.05% from 255) = 21.33%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=40.03%
G=21.33%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912222100.470.030.10304.4967.368.82
HexE57ADD02F3A1304345
Octal345172335057312460103105
Binary11100101111101011011101010111111101010011000010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57ADD; }

 p { color: rgb(229,122,221); }

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

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

 a { background-color: rgb(229,122,221); }

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

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

 span { border-color: rgb(229,122,221); }

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