#E48081

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

Shades of Froly #E48081

Tints of Froly #E48081

Color information

#E48081 (or 0xE48081) is unknown color: approx Froly. HEX triplet: E4, 80 and 81. RGB value is (228,128,129). Sum of RGB (Red+Green+Blue) = 228+128+129=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E48081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48081 is #1B7F7E. Grayscale: #9E9E9E. Windows color (decimal): -1802111 or 8487140. OLE color: 8487140.

HSL color Cylindrical-coordinate representation of color #E48081: hue angle of 359.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E48081 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB228128129-
CMYK00.440.430.11
HSL359.4º64.94%69.8%-
HSV(B)359.4º43.86%89.41%-
XYZ43.6833.5224.94-
YUV158.01111.63177.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.01%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=47.01%
G=26.39%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812812900.440.430.11359.464.9469.8
HexE4808102C2BB1674146
Octal3442002010545313547101106
Binary1110010010000000100000010101100101011101110110011110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48081; }

 p { color: rgb(228,128,129); }

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

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

 a { background-color: rgb(228,128,129); }

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

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

 span { border-color: rgb(228,128,129); }

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