#E26574

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

Shades of Froly #E26574

Tints of Froly #E26574

Color information

#E26574 (or 0xE26574) is unknown color: approx Froly. HEX triplet: E2, 65 and 74. RGB value is (226,101,116). Sum of RGB (Red+Green+Blue) = 226+101+116=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E26574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26574 is #1D9A8B. Grayscale: #8C8C8C. Windows color (decimal): -1940108 or 7628258. OLE color: 7628258.

HSL color Cylindrical-coordinate representation of color #E26574: hue angle of 352.8º 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 #E26574 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226101116-
CMYK00.550.490.11
HSL352.8º68.31%64.12%-
HSV(B)352.8º55.31%88.63%-
XYZ39.1726.7419.62-
YUV140.08114.41189.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=51.02%
G=22.80%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610111600.550.490.11352.868.3164.12
HexE2657403731B1614440
Octal3421451640676113541104100
Binary11100010110010111101000110111110001101110110000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26574; }

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

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

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

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

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

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

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

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