#E57AAB

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

Shades of Persian Pink #E57AAB

Tints of Persian Pink #E57AAB

Color information

#E57AAB (or 0xE57AAB) is unknown color: approx Persian Pink. HEX triplet: E5, 7A and AB. RGB value is (229,122,171). Sum of RGB (Red+Green+Blue) = 229+122+171=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AAB is #1A8554. Grayscale: #9F9F9F. Windows color (decimal): -1738069 or 11238117. OLE color: 11238117.

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

Color convert

RGB229122171-
CMYK00.470.250.10
HSL332.52º67.3%68.82%-
HSV(B)332.52º46.72%89.8%-
XYZ46.6233.5242.54-
YUV159.58134.45177.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=43.87%
G=23.37%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912217100.470.250.10332.5267.368.82
HexE57AAB02F19A14d4345
Octal3451722530573112515103105
Binary11100101111101010101011010111111001101010100110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57AAB; }

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

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

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

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

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

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

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

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