#E25E64

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

Shades of Froly #E25E64

Tints of Froly #E25E64

Color information

#E25E64 (or 0xE25E64) is unknown color: approx Froly. HEX triplet: E2, 5E and 64. RGB value is (226,94,100). Sum of RGB (Red+Green+Blue) = 226+94+100=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E64 is #1DA19B. Grayscale: #868686. Windows color (decimal): -1941916 or 6577890. OLE color: 6577890.

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

Color convert

RGB22694100-
CMYK00.580.560.11
HSL357.27º69.47%62.75%-
HSV(B)357.27º58.41%88.63%-
XYZ37.6725.0914.91-
YUV134.15108.73193.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=53.81%
G=22.38%
B=23.81%

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
Decimal2269410000.580.560.11357.2769.4762.75
HexE25E6403A38B165453f
Octal342136144072701354510577
Binary1110001010111101100100011101011100010111011001011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25E64; }

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

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

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

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

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

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

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

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