#E07475

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

Shades of Froly #E07475

Tints of Froly #E07475

Color information

#E07475 (or 0xE07475) is unknown color: approx Froly. HEX triplet: E0, 74 and 75. RGB value is (224,116,117). Sum of RGB (Red+Green+Blue) = 224+116+117=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07475 is #1F8B8A. Grayscale: #949494. Windows color (decimal): -2067339 or 7697632. OLE color: 7697632.

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

Color convert

RGB224116117-
CMYK00.480.480.12
HSL359.44º63.53%66.67%-
HSV(B)359.44º48.21%87.84%-
XYZ40.229.6220.43-
YUV148.41110.28181.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=49.02%
G=25.38%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411611700.480.480.12359.4463.5366.67
HexE0747503030C1674043
Octal3401641650606014547100103
Binary11100000111010011101010110000110000110010110011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07475; }

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

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

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

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

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

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

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

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