#E77A7E

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

Shades of Froly #E77A7E

Tints of Froly #E77A7E

Color information

#E77A7E (or 0xE77A7E) is unknown color: approx Froly. HEX triplet: E7, 7A and 7E. RGB value is (231,122,126). Sum of RGB (Red+Green+Blue) = 231+122+126=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A7E is #188581. Grayscale: #9B9B9B. Windows color (decimal): -1607042 or 8288999. OLE color: 8288999.

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

Color convert

RGB231122126-
CMYK00.470.450.09
HSL357.8º69.43%69.22%-
HSV(B)357.8º47.19%90.59%-
XYZ43.6832.4123.69-
YUV155.05111.61182.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=48.23%
G=25.47%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112212600.470.450.09357.869.4369.22
HexE77A7E02F2D91664545
Octal3471721760575511546105105
Binary11100111111101011111100101111101101100110110011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A7E; }

 p { color: rgb(231,122,126); }

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

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

 a { background-color: rgb(231,122,126); }

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

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

 span { border-color: rgb(231,122,126); }

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