#E57AD0

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

Shades of Orchid #E57AD0

Tints of Orchid #E57AD0

Color information

#E57AD0 (or 0xE57AD0) is unknown color: approx Orchid. HEX triplet: E5, 7A and D0. RGB value is (229,122,208). Sum of RGB (Red+Green+Blue) = 229+122+208=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57AD0 is #1A852F. Grayscale: #A3A3A3. Windows color (decimal): -1738032 or 13662949. OLE color: 13662949.

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

Color convert

RGB229122208-
CMYK00.470.090.10
HSL311.78º67.3%68.82%-
HSV(B)311.78º46.72%89.8%-
XYZ50.6635.1363.79-
YUV163.8152.95174.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 122 (48.05% from 255) = 21.82%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=40.97%
G=21.82%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912220800.470.090.10311.7867.368.82
HexE57AD002F9A1384345
Octal3451723200571112470103105
Binary1110010111110101101000001011111001101010011100010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57AD0; }

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

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

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

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

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

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

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

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