#E1666D

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

Shades of Froly #E1666D

Tints of Froly #E1666D

Color information

#E1666D (or 0xE1666D) is unknown color: approx Froly. HEX triplet: E1, 66 and 6D. RGB value is (225,102,109). Sum of RGB (Red+Green+Blue) = 225+102+109=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1666D is #1E9992. Grayscale: #8B8B8B. Windows color (decimal): -2005395 or 7169761. OLE color: 7169761.

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

Color convert

RGB225102109-
CMYK00.550.520.12
HSL356.59º67.21%64.12%-
HSV(B)356.59º54.67%88.24%-
XYZ38.5626.6117.57-
YUV139.57110.75188.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 109 (42.97% from 255) = 25%
R=51.61%
G=23.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510210900.550.520.12356.5967.2164.12
HexE1666D03734C1654340
Octal3411461550676414545103100
Binary11100001110011011011010110111110100110010110010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1666D; }

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

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

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

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

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

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

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

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