#EC5656

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

Shades of Flamingo #EC5656

Tints of Flamingo #EC5656

Color information

#EC5656 (or 0xEC5656) is unknown color: approx Flamingo. HEX triplet: EC, 56 and 56. RGB value is (236,86,86). Sum of RGB (Red+Green+Blue) = 236+86+86=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5656 is #13A9A9. Grayscale: #838383. Windows color (decimal): -1288618 or 5658348. OLE color: 5658348.

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

Color convert

RGB2368686-
CMYK00.640.640.07
HSL79.79%63.14%-
HSV(B)63.56%92.55%-
XYZ39.625.1611.57-
YUV130.85102.7203-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.84%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=57.84%
G=21.08%
B=21.08%

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
Decimal236868600.640.640.07079.7963.14
HexEC56560404070503f
Octal35412612601001007012077
Binary111011001010110101011001000000100000011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5656; }

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

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

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

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

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

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

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

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