#ec5957

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

Shades of Flamingo #EC5957

Tints of Flamingo #EC5957

Color information

#EC5957 (or 0xEC5957) is unknown color: approx Flamingo. HEX triplet: EC, 59 and 57. RGB value is (236,89,87). Sum of RGB (Red+Green+Blue) = 236+89+87=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5957 is #13A6A8. Grayscale: #848484. Windows color (decimal): -1287849 or 5724652. OLE color: 5724652.

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

Color convert

RGB2368987-
CMYK00.620.630.07
HSL0.81º79.68%63.33%-
HSV(B)0.81º63.14%92.55%-
XYZ39.8825.6711.87-
YUV132.72102.2201.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.28%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 87 (34.38% from 255) = 21.12%
R=57.28%
G=21.60%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236898700.620.630.070.8179.6863.33
HexEC595703E3F71503f
Octal354131127076777112077
Binary1110110010110011010111011111011111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5957; }

 p { color: rgb(236,89,87); }

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

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

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

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

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

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

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