#E77681

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

Shades of Froly #E77681

Tints of Froly #E77681

Color information

#E77681 (or 0xE77681) is unknown color: approx Froly. HEX triplet: E7, 76 and 81. RGB value is (231,118,129). Sum of RGB (Red+Green+Blue) = 231+118+129=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77681 is #18897E. Grayscale: #999999. Windows color (decimal): -1608063 or 8484583. OLE color: 8484583.

HSL color Cylindrical-coordinate representation of color #E77681: hue angle of 354.16º 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 #E77681 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB231118129-
CMYK00.490.440.09
HSL354.16º70.19%68.43%-
HSV(B)354.16º48.92%90.59%-
XYZ43.431.5324.57-
YUV153.04114.44183.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=48.33%
G=24.69%
B=26.99%

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
Decimal23111812900.490.440.09354.1670.1968.43
HexE776810312C91624644
Octal3471662010615411542106104
Binary111001111110110100000010110001101100100110110001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77681; }

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

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

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

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

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

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

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

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