#E06C71

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

Shades of Froly #E06C71

Tints of Froly #E06C71

Color information

#E06C71 (or 0xE06C71) is unknown color: approx Froly. HEX triplet: E0, 6C and 71. RGB value is (224,108,113). Sum of RGB (Red+Green+Blue) = 224+108+113=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C71 is #1F938E. Grayscale: #8F8F8F. Windows color (decimal): -2069391 or 7433440. OLE color: 7433440.

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

Color convert

RGB224108113-
CMYK00.520.500.12
HSL357.41º65.17%65.1%-
HSV(B)357.41º51.79%87.84%-
XYZ39.0827.7618.92-
YUV143.25110.93185.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=50.34%
G=24.27%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410811300.520.500.12357.4165.1765.1
HexE06C7103432C1654141
Octal3401541610646214545101101
Binary11100000110110011100010110100110010110010110010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C71; }

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

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

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

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

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

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

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

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