#EC5654

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

Shades of Flamingo #EC5654

Tints of Flamingo #EC5654

Color information

#EC5654 (or 0xEC5654) is unknown color: approx Flamingo. HEX triplet: EC, 56 and 54. RGB value is (236,86,84). Sum of RGB (Red+Green+Blue) = 236+86+84=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5654 is #13A9AB. Grayscale: #828282. Windows color (decimal): -1288620 or 5527276. OLE color: 5527276.

HSL color Cylindrical-coordinate representation of color #EC5654: hue angle of 0.79º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5654 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2368684-
CMYK00.640.640.07
HSL0.79º80%62.75%-
HSV(B)0.79º64.41%92.55%-
XYZ39.5225.1311.15-
YUV130.62101.7203.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.13%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 84 (33.20% from 255) = 20.69%
R=58.13%
G=21.18%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236868400.640.640.070.798062.75
HexEC56540404071503f
Octal35412612401001007112077
Binary111011001010110101010001000000100000011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5654; }

 p { color: rgb(236,86,84); }

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

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

 a { background-color: rgb(236,86,84); }

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

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

 span { border-color: rgb(236,86,84); }

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