#e57eba

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

Shades of Persian Pink #E57EBA

Tints of Persian Pink #E57EBA

Color information

#E57EBA (or 0xE57EBA) is unknown color: approx Persian Pink. HEX triplet: E5, 7E and BA. RGB value is (229,126,186). Sum of RGB (Red+Green+Blue) = 229+126+186=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EBA is #1A8145. Grayscale: #A3A3A3. Windows color (decimal): -1737030 or 12222181. OLE color: 12222181.

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

Color convert

RGB229126186-
CMYK00.450.190.10
HSL325.05º66.45%69.61%-
HSV(B)325.05º44.98%89.8%-
XYZ48.6435.1250.67-
YUV163.64140.62174.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.33%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=42.33%
G=23.29%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912618600.450.190.10325.0566.4569.61
HexE57EBA02D13A1454246
Octal3451762720552312505102106
Binary11100101111111010111010010110110011101010100010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e57eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e57eba; }

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

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

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

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

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

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

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

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