#e06c73

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

Shades of Froly #E06C73

Tints of Froly #E06C73

Color information

#E06C73 (or 0xE06C73) is unknown color: approx Froly. HEX triplet: E0, 6C and 73. RGB value is (224,108,115). Sum of RGB (Red+Green+Blue) = 224+108+115=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C73 is #1F938C. Grayscale: #8F8F8F. Windows color (decimal): -2069389 or 7564512. OLE color: 7564512.

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

Color convert

RGB224108115-
CMYK00.520.490.12
HSL356.38º65.17%65.1%-
HSV(B)356.38º51.79%87.84%-
XYZ39.227.8119.52-
YUV143.48111.93185.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=50.11%
G=24.16%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410811500.520.490.12356.3865.1765.1
HexE06C7303431C1644141
Octal3401541630646114544101101
Binary11100000110110011100110110100110001110010110010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06c73; }

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

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

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

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

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

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

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

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