#E77480

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

Shades of Froly #E77480

Tints of Froly #E77480

Color information

#E77480 (or 0xE77480) is unknown color: approx Froly. HEX triplet: E7, 74 and 80. RGB value is (231,116,128). Sum of RGB (Red+Green+Blue) = 231+116+128=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E77480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77480 is #188B7F. Grayscale: #979797. Windows color (decimal): -1608576 or 8418535. OLE color: 8418535.

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

Color convert

RGB231116128-
CMYK00.500.450.09
HSL353.74º70.55%68.04%-
HSV(B)353.74º49.78%90.59%-
XYZ43.131.0424.14-
YUV151.75114.6184.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=48.63%
G=24.42%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111612800.500.450.09353.7470.5568.04
HexE774800322D91624744
Octal3471642000625511542107104
Binary111001111110100100000000110010101101100110110001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77480; }

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

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

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

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

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

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

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

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