#E25F45

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

Shades of Flamingo #E25F45

Tints of Flamingo #E25F45

Color information

#E25F45 (or 0xE25F45) is unknown color: approx Flamingo. HEX triplet: E2, 5F and 45. RGB value is (226,95,69). Sum of RGB (Red+Green+Blue) = 226+95+69=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F45 is #1DA0BA. Grayscale: #838383. Windows color (decimal): -1941691 or 4546530. OLE color: 4546530.

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

Color convert

RGB2269569-
CMYK00.580.690.11
HSL9.94º73.02%57.84%-
HSV(B)9.94º69.47%88.63%-
XYZ36.5324.788.49-
YUV131.2192.9195.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.95%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=57.95%
G=24.36%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226956900.580.690.119.9473.0257.84
HexE25F4503A45Ba493a
Octal342137105072105131211172
Binary111000101011111100010101110101000101101110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25F45; }

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

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

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

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

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

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

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

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