#E57480

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

Shades of Froly #E57480

Tints of Froly #E57480

Color information

#E57480 (or 0xE57480) is unknown color: approx Froly. HEX triplet: E5, 74 and 80. RGB value is (229,116,128). Sum of RGB (Red+Green+Blue) = 229+116+128=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E57480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57480 is #1A8B7F. Grayscale: #979797. Windows color (decimal): -1739648 or 8418533. OLE color: 8418533.

HSL color Cylindrical-coordinate representation of color #E57480: hue angle of 353.63º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57480 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB229116128-
CMYK00.490.440.10
HSL353.63º68.48%67.65%-
HSV(B)353.63º49.34%89.8%-
XYZ42.4530.7124.11-
YUV151.16114.94183.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=48.41%
G=24.52%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911612800.490.440.10353.6368.4867.65
HexE574800312CA1624444
Octal3451642000615412542104104
Binary111001011110100100000000110001101100101010110001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57480; }

 p { color: rgb(229,116,128); }

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

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

 a { background-color: rgb(229,116,128); }

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

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

 span { border-color: rgb(229,116,128); }

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