#E57BB2

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

Shades of Persian Pink #E57BB2

Tints of Persian Pink #E57BB2

Color information

#E57BB2 (or 0xE57BB2) is unknown color: approx Persian Pink. HEX triplet: E5, 7B and B2. RGB value is (229,123,178). Sum of RGB (Red+Green+Blue) = 229+123+178=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57BB2 is #1A844D. Grayscale: #A0A0A0. Windows color (decimal): -1737806 or 11697125. OLE color: 11697125.

HSL color Cylindrical-coordinate representation of color #E57BB2: hue angle of 328.87º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BB2 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB229123178-
CMYK00.460.220.10
HSL328.87º67.09%69.02%-
HSV(B)328.87º46.29%89.8%-
XYZ47.4334.0446.19-
YUV160.96137.62176.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=43.21%
G=23.21%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912317800.460.220.10328.8767.0969.02
HexE57BB202E16A1494345
Octal3451732620562612511103105
Binary11100101111101110110010010111010110101010100100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57BB2; }

 p { color: rgb(229,123,178); }

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

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

 a { background-color: rgb(229,123,178); }

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

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

 span { border-color: rgb(229,123,178); }

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