#E15C4D

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

Shades of Flamingo #E15C4D

Tints of Flamingo #E15C4D

Color information

#E15C4D (or 0xE15C4D) is unknown color: approx Flamingo. HEX triplet: E1, 5C and 4D. RGB value is (225,92,77). Sum of RGB (Red+Green+Blue) = 225+92+77=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C4D is #1EA3B2. Grayscale: #828282. Windows color (decimal): -2007987 or 5070049. OLE color: 5070049.

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

Color convert

RGB2259277-
CMYK00.590.660.12
HSL6.08º71.15%59.22%-
HSV(B)6.08º65.78%88.24%-
XYZ36.2224.29.78-
YUV130.0698.06195.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.11%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=57.11%
G=23.35%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225927700.590.660.126.0871.1559.22
HexE15C4D03B42C6473b
Octal34113411507310214610773
Binary11100001101110010011010111011100001011001101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C4D; }

 p { color: rgb(225,92,77); }

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

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

 a { background-color: rgb(225,92,77); }

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

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

 span { border-color: rgb(225,92,77); }

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