#E0777E

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

Shades of Froly #E0777E

Tints of Froly #E0777E

Color information

#E0777E (or 0xE0777E) is unknown color: approx Froly. HEX triplet: E0, 77 and 7E. RGB value is (224,119,126). Sum of RGB (Red+Green+Blue) = 224+119+126=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0777E is #1F8881. Grayscale: #979797. Windows color (decimal): -2066562 or 8288224. OLE color: 8288224.

HSL color Cylindrical-coordinate representation of color #E0777E: hue angle of 356º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0777E is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB224119126-
CMYK00.470.440.12
HSL356º62.87%67.25%-
HSV(B)356º46.88%87.84%-
XYZ41.130.5523.47-
YUV151.19113.79179.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=47.76%
G=25.37%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411912600.470.440.1235662.8767.25
HexE0777E02F2CC1643f43
Octal340167176057541454477103
Binary1110000011101111111110010111110110011001011001001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0777E; }

 p { color: rgb(224,119,126); }

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

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

 a { background-color: rgb(224,119,126); }

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

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

 span { border-color: rgb(224,119,126); }

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