#E27279

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

Shades of Froly #E27279

Tints of Froly #E27279

Color information

#E27279 (or 0xE27279) is unknown color: approx Froly. HEX triplet: E2, 72 and 79. RGB value is (226,114,121). Sum of RGB (Red+Green+Blue) = 226+114+121=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E27279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27279 is #1D8D86. Grayscale: #949494. Windows color (decimal): -1936775 or 7959266. OLE color: 7959266.

HSL color Cylindrical-coordinate representation of color #E27279: hue angle of 356.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27279 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226114121-
CMYK00.500.460.11
HSL356.25º65.88%66.67%-
HSV(B)356.25º49.56%88.63%-
XYZ40.8329.5821.65-
YUV148.29112.61183.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=49.02%
G=24.73%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611412100.500.460.11356.2565.8866.67
HexE272790322EB1644243
Octal3421621710625613544102103
Binary11100010111001011110010110010101110101110110010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27279; }

 p { color: rgb(226,114,121); }

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

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

 a { background-color: rgb(226,114,121); }

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

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

 span { border-color: rgb(226,114,121); }

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