#E26064

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

Shades of Froly #E26064

Tints of Froly #E26064

Color information

#E26064 (or 0xE26064) is unknown color: approx Froly. HEX triplet: E2, 60 and 64. RGB value is (226,96,100). Sum of RGB (Red+Green+Blue) = 226+96+100=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E26064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26064 is #1D9F9B. Grayscale: #878787. Windows color (decimal): -1941404 or 6578402. OLE color: 6578402.

HSL color Cylindrical-coordinate representation of color #E26064: hue angle of 358.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26064 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB22696100-
CMYK00.580.560.11
HSL358.15º69.15%63.14%-
HSV(B)358.15º57.52%88.63%-
XYZ37.8525.4514.98-
YUV135.33108.07192.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.55%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=53.55%
G=22.75%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269610000.580.560.11358.1569.1563.14
HexE2606403A38B166453f
Octal342140144072701354610577
Binary1110001011000001100100011101011100010111011001101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26064; }

 p { color: rgb(226,96,100); }

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

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

 a { background-color: rgb(226,96,100); }

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

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

 span { border-color: rgb(226,96,100); }

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