#E07377

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

Shades of Froly #E07377

Tints of Froly #E07377

Color information

#E07377 (or 0xE07377) is unknown color: approx Froly. HEX triplet: E0, 73 and 77. RGB value is (224,115,119). Sum of RGB (Red+Green+Blue) = 224+115+119=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07377 is #1F8C88. Grayscale: #949494. Windows color (decimal): -2067593 or 7828448. OLE color: 7828448.

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

Color convert

RGB224115119-
CMYK00.490.470.12
HSL357.8º63.74%66.47%-
HSV(B)357.8º48.66%87.84%-
XYZ40.229.4421.02-
YUV148.05111.61182.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=48.91%
G=25.11%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411511900.490.470.12357.863.7466.47
HexE073770312FC1664042
Octal3401631670615714546100102
Binary11100000111001111101110110001101111110010110011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07377; }

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

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

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

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

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

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

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

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