#E25945

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

Shades of Flamingo #E25945

Tints of Flamingo #E25945

Color information

#E25945 (or 0xE25945) is unknown color: approx Flamingo. HEX triplet: E2, 59 and 45. RGB value is (226,89,69). Sum of RGB (Red+Green+Blue) = 226+89+69=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E25945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25945 is #1DA6BA. Grayscale: #7F7F7F. Windows color (decimal): -1943227 or 4544994. OLE color: 4544994.

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

Color convert

RGB2268969-
CMYK00.610.690.11
HSL7.64º73.02%57.84%-
HSV(B)7.64º69.47%88.63%-
XYZ36.0123.748.32-
YUV127.6894.89198.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.85%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 69 (27.34% from 255) = 17.97%
R=58.85%
G=23.18%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226896900.610.690.117.6473.0257.84
HexE2594503D45B8493a
Octal342131105075105131011172
Binary111000101011001100010101111011000101101110001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25945; }

 p { color: rgb(226,89,69); }

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

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

 a { background-color: rgb(226,89,69); }

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

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

 span { border-color: rgb(226,89,69); }

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