#E77880

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

Shades of Froly #E77880

Tints of Froly #E77880

Color information

#E77880 (or 0xE77880) is unknown color: approx Froly. HEX triplet: E7, 78 and 80. RGB value is (231,120,128). Sum of RGB (Red+Green+Blue) = 231+120+128=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77880 is #18877F. Grayscale: #9A9A9A. Windows color (decimal): -1607552 or 8419559. OLE color: 8419559.

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

Color convert

RGB231120128-
CMYK00.480.450.09
HSL355.68º69.81%68.82%-
HSV(B)355.68º48.05%90.59%-
XYZ43.5731.9824.3-
YUV154.1113.27182.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=48.23%
G=25.05%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112012800.480.450.09355.6869.8168.82
HexE778800302D91644645
Octal3471702000605511544106105
Binary111001111111000100000000110000101101100110110010010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77880; }

 p { color: rgb(231,120,128); }

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

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

 a { background-color: rgb(231,120,128); }

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

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

 span { border-color: rgb(231,120,128); }

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