#E77581

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

Shades of Froly #E77581

Tints of Froly #E77581

Color information

#E77581 (or 0xE77581) is unknown color: approx Froly. HEX triplet: E7, 75 and 81. RGB value is (231,117,129). Sum of RGB (Red+Green+Blue) = 231+117+129=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77581 is #188A7E. Grayscale: #989898. Windows color (decimal): -1608319 or 8484327. OLE color: 8484327.

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

Color convert

RGB231117129-
CMYK00.490.440.09
HSL353.68º70.37%68.24%-
HSV(B)353.68º49.35%90.59%-
XYZ43.2831.324.53-
YUV152.45114.77184.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.43%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=48.43%
G=24.53%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111712900.490.440.09353.6870.3768.24
HexE775810312C91624644
Octal3471652010615411542106104
Binary111001111110101100000010110001101100100110110001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77581; }

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

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

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

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

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

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

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

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