#E5666D

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

Shades of Froly #E5666D

Tints of Froly #E5666D

Color information

#E5666D (or 0xE5666D) is unknown color: approx Froly. HEX triplet: E5, 66 and 6D. RGB value is (229,102,109). Sum of RGB (Red+Green+Blue) = 229+102+109=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5666D is #1A9992. Grayscale: #8C8C8C. Windows color (decimal): -1743251 or 7169765. OLE color: 7169765.

HSL color Cylindrical-coordinate representation of color #E5666D: hue angle of 356.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5666D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229102109-
CMYK00.550.520.10
HSL356.69º70.95%64.9%-
HSV(B)356.69º55.46%89.8%-
XYZ39.8227.2617.63-
YUV140.77110.08190.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.05%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=52.05%
G=23.18%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910210900.550.520.10356.6970.9564.9
HexE5666D03734A1654741
Octal3451461550676412545107101
Binary11100101110011011011010110111110100101010110010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5666D; }

 p { color: rgb(229,102,109); }

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

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

 a { background-color: rgb(229,102,109); }

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

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

 span { border-color: rgb(229,102,109); }

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