#e06c6f

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

Shades of Froly #E06C6F

Tints of Froly #E06C6F

Color information

#E06C6F (or 0xE06C6F) is unknown color: approx Froly. HEX triplet: E0, 6C and 6F. RGB value is (224,108,111). Sum of RGB (Red+Green+Blue) = 224+108+111=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C6F is #1F9390. Grayscale: #8F8F8F. Windows color (decimal): -2069393 or 7302368. OLE color: 7302368.

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

Color convert

RGB224108111-
CMYK00.520.500.12
HSL358.45º65.17%65.1%-
HSV(B)358.45º51.79%87.84%-
XYZ38.9727.7218.34-
YUV143.03109.93185.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=50.56%
G=24.38%
B=25.06%

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
Decimal22410811100.520.500.12358.4565.1765.1
HexE06C6F03432C1664141
Octal3401541570646214546101101
Binary11100000110110011011110110100110010110010110011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06c6f; }

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

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

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

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

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

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

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

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