#E57ACE

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

Shades of Orchid #E57ACE

Tints of Orchid #E57ACE

Color information

#E57ACE (or 0xE57ACE) is unknown color: approx Orchid. HEX triplet: E5, 7A and CE. RGB value is (229,122,206). Sum of RGB (Red+Green+Blue) = 229+122+206=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACE is #1A8531. Grayscale: #A3A3A3. Windows color (decimal): -1738034 or 13531877. OLE color: 13531877.

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

Color convert

RGB229122206-
CMYK00.470.100.10
HSL312.9º67.3%68.82%-
HSV(B)312.9º46.72%89.8%-
XYZ50.4135.0362.5-
YUV163.57151.95174.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=41.11%
G=21.90%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912220600.470.100.10312.967.368.82
HexE57ACE02FAA1394345
Octal3451723160571212471103105
Binary1110010111110101100111001011111010101010011100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57ACE; }

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

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

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

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

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

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

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

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