#E07479

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

Shades of Froly #E07479

Tints of Froly #E07479

Color information

#E07479 (or 0xE07479) is unknown color: approx Froly. HEX triplet: E0, 74 and 79. RGB value is (224,116,121). Sum of RGB (Red+Green+Blue) = 224+116+121=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07479 is #1F8B86. Grayscale: #949494. Windows color (decimal): -2067335 or 7959776. OLE color: 7959776.

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

Color convert

RGB224116121-
CMYK00.480.460.12
HSL357.22º63.53%66.67%-
HSV(B)357.22º48.21%87.84%-
XYZ40.4429.7221.69-
YUV148.86112.28181.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=48.59%
G=25.16%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411612100.480.460.12357.2263.5366.67
HexE074790302EC1654043
Octal3401641710605614545100103
Binary11100000111010011110010110000101110110010110010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07479; }

 p { color: rgb(224,116,121); }

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

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

 a { background-color: rgb(224,116,121); }

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

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

 span { border-color: rgb(224,116,121); }

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