#E15E4F

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

Shades of Flamingo #E15E4F

Tints of Flamingo #E15E4F

Color information

#E15E4F (or 0xE15E4F) is unknown color: approx Flamingo. HEX triplet: E1, 5E and 4F. RGB value is (225,94,79). Sum of RGB (Red+Green+Blue) = 225+94+79=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E4F is #1EA1B0. Grayscale: #838383. Windows color (decimal): -2007473 or 5201633. OLE color: 5201633.

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

Color convert

RGB2259479-
CMYK00.580.650.12
HSL6.16º70.87%59.61%-
HSV(B)6.16º64.89%88.24%-
XYZ36.4724.5810.22-
YUV131.4698.4194.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=56.53%
G=23.62%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225947900.580.650.126.1670.8759.61
HexE15E4F03A41C6473c
Octal34113611707210114610774
Binary11100001101111010011110111010100000111001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E4F; }

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

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

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

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

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

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

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

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