#E07780

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

Shades of Froly #E07780

Tints of Froly #E07780

Color information

#E07780 (or 0xE07780) is unknown color: approx Froly. HEX triplet: E0, 77 and 80. RGB value is (224,119,128). Sum of RGB (Red+Green+Blue) = 224+119+128=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07780 is #1F887F. Grayscale: #979797. Windows color (decimal): -2066560 or 8419296. OLE color: 8419296.

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

Color convert

RGB224119128-
CMYK00.470.430.12
HSL354.86º62.87%67.25%-
HSV(B)354.86º46.88%87.84%-
XYZ41.2330.624.16-
YUV151.42114.79179.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=47.56%
G=25.27%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411912800.470.430.12354.8662.8767.25
HexE0778002F2BC1633f43
Octal340167200057531454377103
Binary11100000111011110000000010111110101111001011000111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07780; }

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

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

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

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

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

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

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

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