#E9777A

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

Shades of Froly #E9777A

Tints of Froly #E9777A

Color information

#E9777A (or 0xE9777A) is unknown color: approx Froly. HEX triplet: E9, 77 and 7A. RGB value is (233,119,122). Sum of RGB (Red+Green+Blue) = 233+119+122=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9777A is #168885. Grayscale: #999999. Windows color (decimal): -1476742 or 8026089. OLE color: 8026089.

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

Color convert

RGB233119122-
CMYK00.490.480.09
HSL358.42º72.15%69.02%-
HSV(B)358.42º48.93%91.37%-
XYZ43.7131.9222.27-
YUV153.43110.27184.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=49.16%
G=25.11%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311912200.490.480.09358.4272.1569.02
HexE9777A0313091664845
Octal3511671720616011546110105
Binary11101001111011111110100110001110000100110110011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9777A; }

 p { color: rgb(233,119,122); }

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

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

 a { background-color: rgb(233,119,122); }

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

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

 span { border-color: rgb(233,119,122); }

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