#E57CBD

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

Shades of Persian Pink #E57CBD

Tints of Persian Pink #E57CBD

Color information

#E57CBD (or 0xE57CBD) is unknown color: approx Persian Pink. HEX triplet: E5, 7C and BD. RGB value is (229,124,189). Sum of RGB (Red+Green+Blue) = 229+124+189=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CBD is #1A8342. Grayscale: #A2A2A2. Windows color (decimal): -1737539 or 12418277. OLE color: 12418277.

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

Color convert

RGB229124189-
CMYK00.460.170.10
HSL322.86º66.88%69.22%-
HSV(B)322.86º45.85%89.8%-
XYZ48.7134.7552.28-
YUV162.8142.79175.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.25%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=42.25%
G=22.88%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912418900.460.170.10322.8666.8869.22
HexE57CBD02E11A1434345
Octal3451742750562112503103105
Binary11100101111110010111101010111010001101010100001110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57CBD; }

 p { color: rgb(229,124,189); }

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

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

 a { background-color: rgb(229,124,189); }

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

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

 span { border-color: rgb(229,124,189); }

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