#E07778

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

Shades of Froly #E07778

Tints of Froly #E07778

Color information

#E07778 (or 0xE07778) is unknown color: approx Froly. HEX triplet: E0, 77 and 78. RGB value is (224,119,120). Sum of RGB (Red+Green+Blue) = 224+119+120=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E07778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07778 is #1F8887. Grayscale: #969696. Windows color (decimal): -2066568 or 7895008. OLE color: 7895008.

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

Color convert

RGB224119120-
CMYK00.470.460.12
HSL359.43º62.87%67.25%-
HSV(B)359.43º46.88%87.84%-
XYZ40.7330.421.49-
YUV150.51110.79180.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=48.38%
G=25.70%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411912000.470.460.12359.4362.8767.25
HexE0777802F2EC1673f43
Octal340167170057561454777103
Binary1110000011101111111000010111110111011001011001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07778; }

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

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

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

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

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

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

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

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