#E77A7F

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

Shades of Froly #E77A7F

Tints of Froly #E77A7F

Color information

#E77A7F (or 0xE77A7F) is unknown color: approx Froly. HEX triplet: E7, 7A and 7F. RGB value is (231,122,127). Sum of RGB (Red+Green+Blue) = 231+122+127=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77A7F is #188580. Grayscale: #9B9B9B. Windows color (decimal): -1607041 or 8354535. OLE color: 8354535.

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

Color convert

RGB231122127-
CMYK00.470.450.09
HSL357.25º69.43%69.22%-
HSV(B)357.25º47.19%90.59%-
XYZ43.7532.4424.03-
YUV155.16112.11182.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 127 (50% from 255) = 26.46%
R=48.12%
G=25.42%
B=26.46%

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
Decimal23112212700.470.450.09357.2569.4369.22
HexE77A7F02F2D91654545
Octal3471721770575511545105105
Binary11100111111101011111110101111101101100110110010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77A7F; }

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

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

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

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

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

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

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

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