#EC5A56

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

Shades of Flamingo #EC5A56

Tints of Flamingo #EC5A56

Color information

#EC5A56 (or 0xEC5A56) is unknown color: approx Flamingo. HEX triplet: EC, 5A and 56. RGB value is (236,90,86). Sum of RGB (Red+Green+Blue) = 236+90+86=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A56 is #13A5A9. Grayscale: #858585. Windows color (decimal): -1287594 or 5659372. OLE color: 5659372.

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

Color convert

RGB2369086-
CMYK00.620.640.07
HSL1.6º79.79%63.14%-
HSV(B)1.6º63.56%92.55%-
XYZ39.9325.8211.68-
YUV133.2101.37201.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.28%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=57.28%
G=21.84%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236908600.620.640.071.679.7963.14
HexEC5A5603E4072503f
Octal3541321260761007212077
Binary111011001011010101011001111101000000111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5A56; }

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

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

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

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

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

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

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

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