#EC5C50

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

Shades of Flamingo #EC5C50

Tints of Flamingo #EC5C50

Color information

#EC5C50 (or 0xEC5C50) is unknown color: approx Flamingo. HEX triplet: EC, 5C and 50. RGB value is (236,92,80). Sum of RGB (Red+Green+Blue) = 236+92+80=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C50 is #13A3AF. Grayscale: #858585. Windows color (decimal): -1287088 or 5266668. OLE color: 5266668.

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

Color convert

RGB2369280-
CMYK00.610.660.07
HSL4.62º80.41%61.96%-
HSV(B)4.62º66.1%92.55%-
XYZ39.8726.0710.52-
YUV133.6997.71200.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.84%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=57.84%
G=22.55%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236928000.610.660.074.6280.4161.96
HexEC5C5003D4275503e
Octal3541341200751027512076
Binary1110110010111001010000011110110000101111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5C50; }

 p { color: rgb(236,92,80); }

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

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

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

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

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

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

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