#E26A74

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

Shades of Froly #E26A74

Tints of Froly #E26A74

Color information

#E26A74 (or 0xE26A74) is unknown color: approx Froly. HEX triplet: E2, 6A and 74. RGB value is (226,106,116). Sum of RGB (Red+Green+Blue) = 226+106+116=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A74 is #1D958B. Grayscale: #8F8F8F. Windows color (decimal): -1938828 or 7629538. OLE color: 7629538.

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

Color convert

RGB226106116-
CMYK00.530.490.11
HSL355º67.42%65.1%-
HSV(B)355º53.1%88.63%-
XYZ39.6727.7419.79-
YUV143.02112.76187.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.45%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=50.45%
G=23.66%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610611600.530.490.1135567.4265.1
HexE26A7403531B1634341
Octal3421521640656113543103101
Binary11100010110101011101000110101110001101110110001110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A74; }

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

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

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

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

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

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

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

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