#E26A6F

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

Shades of Froly #E26A6F

Tints of Froly #E26A6F

Color information

#E26A6F (or 0xE26A6F) is unknown color: approx Froly. HEX triplet: E2, 6A and 6F. RGB value is (226,106,111). Sum of RGB (Red+Green+Blue) = 226+106+111=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A6F is #1D9590. Grayscale: #8E8E8E. Windows color (decimal): -1938833 or 7301858. OLE color: 7301858.

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

Color convert

RGB226106111-
CMYK00.530.510.11
HSL357.5º67.42%65.1%-
HSV(B)357.5º53.1%88.63%-
XYZ39.3927.6218.3-
YUV142.45110.26187.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=51.02%
G=23.93%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610611100.530.510.11357.567.4265.1
HexE26A6F03533B1664341
Octal3421521570656313546103101
Binary11100010110101011011110110101110011101110110011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A6F; }

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

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

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

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

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

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

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

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