#E15F56

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

Shades of Flamingo #E15F56

Tints of Flamingo #E15F56

Color information

#E15F56 (or 0xE15F56) is unknown color: approx Flamingo. HEX triplet: E1, 5F and 56. RGB value is (225,95,86). Sum of RGB (Red+Green+Blue) = 225+95+86=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F56 is #1EA0A9. Grayscale: #858585. Windows color (decimal): -2007210 or 5660641. OLE color: 5660641.

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

Color convert

RGB2259586-
CMYK00.580.620.12
HSL3.88º69.85%60.98%-
HSV(B)3.88º61.78%88.24%-
XYZ36.8224.8611.66-
YUV132.84101.57193.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.42%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=55.42%
G=23.40%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225958600.580.620.123.8869.8560.98
HexE15F5603A3EC4463d
Octal3411371260727614410675
Binary1110000110111111010110011101011111011001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F56; }

 p { color: rgb(225,95,86); }

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

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

 a { background-color: rgb(225,95,86); }

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

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

 span { border-color: rgb(225,95,86); }

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