#E16052

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

Shades of Flamingo #E16052

Tints of Flamingo #E16052

Color information

#E16052 (or 0xE16052) is unknown color: approx Flamingo. HEX triplet: E1, 60 and 52. RGB value is (225,96,82). Sum of RGB (Red+Green+Blue) = 225+96+82=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E16052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16052 is #1E9FAD. Grayscale: #858585. Windows color (decimal): -2006958 or 5398753. OLE color: 5398753.

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

Color convert

RGB2259682-
CMYK00.570.640.12
HSL5.87º70.44%60.2%-
HSV(B)5.87º63.56%88.24%-
XYZ36.7624.9810.87-
YUV132.9899.24193.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.83%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 82 (32.42% from 255) = 20.35%
R=55.83%
G=23.82%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225968200.570.640.125.8770.4460.2
HexE1605203940C6463c
Octal34114012207110014610674
Binary11100001110000010100100111001100000011001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16052; }

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

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

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

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

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

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

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

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