#E26571

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

Shades of Froly #E26571

Tints of Froly #E26571

Color information

#E26571 (or 0xE26571) is unknown color: approx Froly. HEX triplet: E2, 65 and 71. RGB value is (226,101,113). Sum of RGB (Red+Green+Blue) = 226+101+113=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E26571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26571 is #1D9A8E. Grayscale: #8B8B8B. Windows color (decimal): -1940111 or 7431650. OLE color: 7431650.

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

Color convert

RGB226101113-
CMYK00.550.50.11
HSL354.24º68.31%64.12%-
HSV(B)354.24º55.31%88.63%-
XYZ3926.6718.71-
YUV139.74112.91189.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.36%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=51.36%
G=22.95%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610111300.550.50.11354.2468.3164.12
HexE2657103732B1624440
Octal3421451610676213542104100
Binary11100010110010111100010110111110010101110110001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26571; }

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

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

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

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

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

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

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

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