#E57ACB

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

Shades of Orchid #E57ACB

Tints of Orchid #E57ACB

Color information

#E57ACB (or 0xE57ACB) is unknown color: approx Orchid. HEX triplet: E5, 7A and CB. RGB value is (229,122,203). Sum of RGB (Red+Green+Blue) = 229+122+203=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E57ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57ACB is #1A8534. Grayscale: #A3A3A3. Windows color (decimal): -1738037 or 13335269. OLE color: 13335269.

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

Color convert

RGB229122203-
CMYK00.470.110.10
HSL314.58º67.3%68.82%-
HSV(B)314.58º46.72%89.8%-
XYZ50.0534.8960.6-
YUV163.23150.45174.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.34%
GREEN value IS 122 (48.05% from 255) = 22.02%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=41.34%
G=22.02%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912220300.470.110.10314.5867.368.82
HexE57ACB02FBA13b4345
Octal3451723130571312473103105
Binary1110010111110101100101101011111011101010011101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57ACB; }

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

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

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

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

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

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

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

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