#E57EBE

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

Shades of Persian Pink #E57EBE

Tints of Persian Pink #E57EBE

Color information

#E57EBE (or 0xE57EBE) is unknown color: approx Persian Pink. HEX triplet: E5, 7E and BE. RGB value is (229,126,190). Sum of RGB (Red+Green+Blue) = 229+126+190=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EBE is #1A8141. Grayscale: #A3A3A3. Windows color (decimal): -1737026 or 12484325. OLE color: 12484325.

HSL color Cylindrical-coordinate representation of color #E57EBE: hue angle of 322.72º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57EBE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229126190-
CMYK00.450.170.10
HSL322.72º66.45%69.61%-
HSV(B)322.72º44.98%89.8%-
XYZ49.0735.352.94-
YUV164.09142.62174.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=42.02%
G=23.12%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912619000.450.170.10322.7266.4569.61
HexE57EBE02D11A1434246
Octal3451762760552112503102106
Binary11100101111111010111110010110110001101010100001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57EBE; }

 p { color: rgb(229,126,190); }

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

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

 a { background-color: rgb(229,126,190); }

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

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

 span { border-color: rgb(229,126,190); }

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