#E15C50

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

Shades of Flamingo #E15C50

Tints of Flamingo #E15C50

Color information

#E15C50 (or 0xE15C50) is unknown color: approx Flamingo. HEX triplet: E1, 5C and 50. RGB value is (225,92,80). Sum of RGB (Red+Green+Blue) = 225+92+80=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C50 is #1EA3AF. Grayscale: #828282. Windows color (decimal): -2007984 or 5266657. OLE color: 5266657.

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

Color convert

RGB2259280-
CMYK00.590.640.12
HSL4.97º70.73%59.8%-
HSV(B)4.97º64.44%88.24%-
XYZ36.3324.2410.35-
YUV130.499.56195.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.68%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=56.68%
G=23.17%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225928000.590.640.124.9770.7359.8
HexE15C5003B40C5473c
Octal34113412007310014510774
Binary11100001101110010100000111011100000011001011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C50; }

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

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

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

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

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

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

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

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