#e15e45

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

Shades of Flamingo #E15E45

Tints of Flamingo #E15E45

Color information

#E15E45 (or 0xE15E45) is unknown color: approx Flamingo. HEX triplet: E1, 5E and 45. RGB value is (225,94,69). Sum of RGB (Red+Green+Blue) = 225+94+69=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E45 is #1EA1BA. Grayscale: #828282. Windows color (decimal): -2007483 or 4546273. OLE color: 4546273.

HSL color Cylindrical-coordinate representation of color #E15E45: hue angle of 9.62º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E15E45 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2259469-
CMYK00.580.690.12
HSL9.62º72.22%57.65%-
HSV(B)9.62º69.33%88.24%-
XYZ36.1324.448.44-
YUV130.3293.4195.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.99%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=57.99%
G=24.23%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225946900.580.690.129.6272.2257.65
HexE15E4503A45Ca483a
Octal341136105072105141211072
Binary111000011011110100010101110101000101110010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15e45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15e45; }

 p { color: rgb(225,94,69); }

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

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

 a { background-color: rgb(225,94,69); }

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

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

 span { border-color: rgb(225,94,69); }

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