#E16C51

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

Shades of Flamingo #E16C51

Tints of Flamingo #E16C51

Color information

#E16C51 (or 0xE16C51) is unknown color: approx Flamingo. HEX triplet: E1, 6C and 51. RGB value is (225,108,81). Sum of RGB (Red+Green+Blue) = 225+108+81=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C51 is #1E93AE. Grayscale: #8C8C8C. Windows color (decimal): -2003887 or 5336289. OLE color: 5336289.

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

Color convert

RGB22510881-
CMYK00.520.640.12
HSL11.25º70.59%60%-
HSV(B)11.25º64%88.24%-
XYZ37.927.3311.06-
YUV139.994.76188.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.35%
GREEN value IS 108 (42.58% from 255) = 26.09%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=54.35%
G=26.09%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251088100.520.640.1211.2570.5960
HexE16C5103440Cb473c
Octal341154121064100141310774
Binary111000011101100101000101101001000000110010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C51; }

 p { color: rgb(225,108,81); }

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

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

 a { background-color: rgb(225,108,81); }

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

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

 span { border-color: rgb(225,108,81); }

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