#E26A6B

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

Shades of Froly #E26A6B

Tints of Froly #E26A6B

Color information

#E26A6B (or 0xE26A6B) is unknown color: approx Froly. HEX triplet: E2, 6A and 6B. RGB value is (226,106,107). Sum of RGB (Red+Green+Blue) = 226+106+107=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A6B is #1D9594. Grayscale: #8E8E8E. Windows color (decimal): -1938837 or 7039714. OLE color: 7039714.

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

Color convert

RGB226106107-
CMYK00.530.530.11
HSL359.5º67.42%65.1%-
HSV(B)359.5º53.1%88.63%-
XYZ39.1727.5417.16-
YUV141.99108.26187.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.48%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=51.48%
G=24.15%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610610700.530.530.11359.567.4265.1
HexE26A6B03535B1684341
Octal3421521530656513550103101
Binary11100010110101011010110110101110101101110110100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A6B; }

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

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

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

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

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

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

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

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