#E88081

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

Shades of Froly #E88081

Tints of Froly #E88081

Color information

#E88081 (or 0xE88081) is unknown color: approx Froly. HEX triplet: E8, 80 and 81. RGB value is (232,128,129). Sum of RGB (Red+Green+Blue) = 232+128+129=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E88081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88081 is #177F7E. Grayscale: #9F9F9F. Windows color (decimal): -1539967 or 8487144. OLE color: 8487144.

HSL color Cylindrical-coordinate representation of color #E88081: hue angle of 359.42º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88081 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB232128129-
CMYK00.450.440.09
HSL359.42º69.33%70.59%-
HSV(B)359.42º44.83%90.98%-
XYZ44.9634.1825-
YUV159.21110.96179.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=47.44%
G=26.18%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212812900.450.440.09359.4269.3370.59
HexE8808102D2C91674547
Octal3502002010555411547105107
Binary1110100010000000100000010101101101100100110110011110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88081; }

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

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

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

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

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

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

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

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