#E25E49

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

Shades of Flamingo #E25E49

Tints of Flamingo #E25E49

Color information

#E25E49 (or 0xE25E49) is unknown color: approx Flamingo. HEX triplet: E2, 5E and 49. RGB value is (226,94,73). Sum of RGB (Red+Green+Blue) = 226+94+73=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E49 is #1DA1B6. Grayscale: #838383. Windows color (decimal): -1941943 or 4808418. OLE color: 4808418.

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

Color convert

RGB2269473-
CMYK00.580.680.11
HSL8.24º72.51%58.63%-
HSV(B)8.24º67.7%88.63%-
XYZ36.5724.669.13-
YUV131.0795.23195.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.51%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=57.51%
G=23.92%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226947300.580.680.118.2472.5158.63
HexE25E4903A44B8493b
Octal342136111072104131011173
Binary111000101011110100100101110101000100101110001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25E49; }

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

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

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

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

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

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

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

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