#E77481

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

Shades of Froly #E77481

Tints of Froly #E77481

Color information

#E77481 (or 0xE77481) is unknown color: approx Froly. HEX triplet: E7, 74 and 81. RGB value is (231,116,129). Sum of RGB (Red+Green+Blue) = 231+116+129=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E77481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77481 is #188B7E. Grayscale: #979797. Windows color (decimal): -1608575 or 8484071. OLE color: 8484071.

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

Color convert

RGB231116129-
CMYK00.500.440.09
HSL353.22º70.55%68.04%-
HSV(B)353.22º49.78%90.59%-
XYZ43.1631.0624.49-
YUV151.87115.1184.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.53%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=48.53%
G=24.37%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111612900.500.440.09353.2270.5568.04
HexE774810322C91614744
Octal3471642010625411541107104
Binary111001111110100100000010110010101100100110110000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77481; }

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

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

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

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

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

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

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

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