#E26F75

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

Shades of Froly #E26F75

Tints of Froly #E26F75

Color information

#E26F75 (or 0xE26F75) is unknown color: approx Froly. HEX triplet: E2, 6F and 75. RGB value is (226,111,117). Sum of RGB (Red+Green+Blue) = 226+111+117=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F75 is #1D908A. Grayscale: #929292. Windows color (decimal): -1937547 or 7696354. OLE color: 7696354.

HSL color Cylindrical-coordinate representation of color #E26F75: hue angle of 356.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26F75 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB226111117-
CMYK00.510.480.11
HSL356.87º66.47%66.08%-
HSV(B)356.87º50.88%88.63%-
XYZ40.2628.8220.27-
YUV146.07111.6185.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=49.78%
G=24.45%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611111700.510.480.11356.8766.4766.08
HexE26F7503330B1654242
Octal3421571650636013545102102
Binary11100010110111111101010110011110000101110110010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F75; }

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

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

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

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

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

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

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

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