#E77D81

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

Shades of Froly #E77D81

Tints of Froly #E77D81

Color information

#E77D81 (or 0xE77D81) is unknown color: approx Froly. HEX triplet: E7, 7D and 81. RGB value is (231,125,129). Sum of RGB (Red+Green+Blue) = 231+125+129=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D81 is #18827E. Grayscale: #9D9D9D. Windows color (decimal): -1606271 or 8486375. OLE color: 8486375.

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

Color convert

RGB231125129-
CMYK00.460.440.09
HSL357.74º68.83%69.8%-
HSV(B)357.74º45.89%90.59%-
XYZ44.2533.2424.85-
YUV157.15112.12180.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.63%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=47.63%
G=25.77%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112512900.460.440.09357.7468.8369.8
HexE77D8102E2C91664546
Octal3471752010565411546105106
Binary111001111111101100000010101110101100100110110011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77D81; }

 p { color: rgb(231,125,129); }

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

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

 a { background-color: rgb(231,125,129); }

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

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

 span { border-color: rgb(231,125,129); }

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