#E2666D

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

Shades of Froly #E2666D

Tints of Froly #E2666D

Color information

#E2666D (or 0xE2666D) is unknown color: approx Froly. HEX triplet: E2, 66 and 6D. RGB value is (226,102,109). Sum of RGB (Red+Green+Blue) = 226+102+109=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2666D is #1D9992. Grayscale: #8B8B8B. Windows color (decimal): -1939859 or 7169762. OLE color: 7169762.

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

Color convert

RGB226102109-
CMYK00.550.520.11
HSL356.61º68.13%64.31%-
HSV(B)356.61º54.87%88.63%-
XYZ38.8826.7817.59-
YUV139.87110.58189.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.72%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=51.72%
G=23.34%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610210900.550.520.11356.6168.1364.31
HexE2666D03734B1654440
Octal3421461550676413545104100
Binary11100010110011011011010110111110100101110110010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2666D; }

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

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

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

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

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

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

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

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