#E06D73

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

Shades of Froly #E06D73

Tints of Froly #E06D73

Color information

#E06D73 (or 0xE06D73) is unknown color: approx Froly. HEX triplet: E0, 6D and 73. RGB value is (224,109,115). Sum of RGB (Red+Green+Blue) = 224+109+115=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D73 is #1F928C. Grayscale: #909090. Windows color (decimal): -2069133 or 7564768. OLE color: 7564768.

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

Color convert

RGB224109115-
CMYK00.510.490.12
HSL356.87º64.97%65.29%-
HSV(B)356.87º51.34%87.84%-
XYZ39.328.0219.56-
YUV144.07111.6185.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=50%
G=24.33%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410911500.510.490.12356.8764.9765.29
HexE06D7303331C1654141
Octal3401551630636114545101101
Binary11100000110110111100110110011110001110010110010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06D73; }

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

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

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

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

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

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

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

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