#E27475

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

Shades of Froly #E27475

Tints of Froly #E27475

Color information

#E27475 (or 0xE27475) is unknown color: approx Froly. HEX triplet: E2, 74 and 75. RGB value is (226,116,117). Sum of RGB (Red+Green+Blue) = 226+116+117=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E27475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27475 is #1D8B8A. Grayscale: #959595. Windows color (decimal): -1936267 or 7697634. OLE color: 7697634.

HSL color Cylindrical-coordinate representation of color #E27475: hue angle of 359.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E27475 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226116117-
CMYK00.490.480.11
HSL359.45º65.48%67.06%-
HSV(B)359.45º48.67%88.63%-
XYZ40.8229.9420.46-
YUV149109.94182.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=49.24%
G=25.27%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611611700.490.480.11359.4565.4867.06
HexE2747503130B1674143
Octal3421641650616013547101103
Binary11100010111010011101010110001110000101110110011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27475; }

 p { color: rgb(226,116,117); }

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

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

 a { background-color: rgb(226,116,117); }

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

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

 span { border-color: rgb(226,116,117); }

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