#E15C4C

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

Shades of Flamingo #E15C4C

Tints of Flamingo #E15C4C

Color information

#E15C4C (or 0xE15C4C) is unknown color: approx Flamingo. HEX triplet: E1, 5C and 4C. RGB value is (225,92,76). Sum of RGB (Red+Green+Blue) = 225+92+76=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15C4C is #1EA3B3. Grayscale: #828282. Windows color (decimal): -2007988 or 5004513. OLE color: 5004513.

HSL color Cylindrical-coordinate representation of color #E15C4C: hue angle of 6.44º 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 #E15C4C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2259276-
CMYK00.590.660.12
HSL6.44º71.29%59.02%-
HSV(B)6.44º66.22%88.24%-
XYZ36.1824.189.6-
YUV129.9497.56195.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 76 (30.08% from 255) = 19.34%
R=57.25%
G=23.41%
B=19.34%

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
Decimal225927600.590.660.126.4471.2959.02
HexE15C4C03B42C6473b
Octal34113411407310214610773
Binary11100001101110010011000111011100001011001101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C4C; }

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

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

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

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

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

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

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

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