#E57ACF

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

Shades of Orchid #E57ACF

Tints of Orchid #E57ACF

Color information

#E57ACF (or 0xE57ACF) is unknown color: approx Orchid. HEX triplet: E5, 7A and CF. RGB value is (229,122,207). Sum of RGB (Red+Green+Blue) = 229+122+207=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACF is #1A8530. Grayscale: #A3A3A3. Windows color (decimal): -1738033 or 13597413. OLE color: 13597413.

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

Color convert

RGB229122207-
CMYK00.470.100.10
HSL312.34º67.3%68.82%-
HSV(B)312.34º46.72%89.8%-
XYZ50.5435.0863.14-
YUV163.68152.45174.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=41.04%
G=21.86%
B=37.10%

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
Decimal22912220700.470.100.10312.3467.368.82
HexE57ACF02FAA1384345
Octal3451723170571212470103105
Binary1110010111110101100111101011111010101010011100010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57ACF; }

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

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

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

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

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

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

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

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