#E16056

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

Shades of Flamingo #E16056

Tints of Flamingo #E16056

Color information

#E16056 (or 0xE16056) is unknown color: approx Flamingo. HEX triplet: E1, 60 and 56. RGB value is (225,96,86). Sum of RGB (Red+Green+Blue) = 225+96+86=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E16056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16056 is #1E9FA9. Grayscale: #858585. Windows color (decimal): -2006954 or 5660897. OLE color: 5660897.

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

Color convert

RGB2259686-
CMYK00.570.620.12
HSL4.32º69.85%60.98%-
HSV(B)4.32º61.78%88.24%-
XYZ36.9125.0511.69-
YUV133.43101.24193.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.28%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=55.28%
G=23.59%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225968600.570.620.124.3269.8560.98
HexE160560393EC4463d
Octal3411401260717614410675
Binary1110000111000001010110011100111111011001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16056; }

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

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

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

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

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

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

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

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