#E26C78

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

Shades of Froly #E26C78

Tints of Froly #E26C78

Color information

#E26C78 (or 0xE26C78) is unknown color: approx Froly. HEX triplet: E2, 6C and 78. RGB value is (226,108,120). Sum of RGB (Red+Green+Blue) = 226+108+120=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C78 is #1D9387. Grayscale: #909090. Windows color (decimal): -1938312 or 7892194. OLE color: 7892194.

HSL color Cylindrical-coordinate representation of color #E26C78: hue angle of 353.9º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C78 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB226108120-
CMYK00.520.470.11
HSL353.9º67.05%65.49%-
HSV(B)353.9º52.21%88.63%-
XYZ40.1228.2521.11-
YUV144.65114.09186.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=49.78%
G=23.79%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610812000.520.470.11353.967.0565.49
HexE26C780342FB1624341
Octal3421541700645713542103101
Binary11100010110110011110000110100101111101110110001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26C78; }

 p { color: rgb(226,108,120); }

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

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

 a { background-color: rgb(226,108,120); }

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

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

 span { border-color: rgb(226,108,120); }

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