#EC5548

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

Shades of Flamingo #EC5548

Tints of Flamingo #EC5548

Color information

#EC5548 (or 0xEC5548) is unknown color: approx Flamingo. HEX triplet: EC, 55 and 48. RGB value is (236,85,72). Sum of RGB (Red+Green+Blue) = 236+85+72=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5548 is #13AAB7. Grayscale: #808080. Windows color (decimal): -1288888 or 4740588. OLE color: 4740588.

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

Color convert

RGB2368572-
CMYK00.640.690.07
HSL4.76º81.19%60.39%-
HSV(B)4.76º69.49%92.55%-
XYZ39.0124.88.86-
YUV128.6796.03204.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.05%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=60.05%
G=21.63%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236857200.640.690.074.7681.1960.39
HexEC55480404575513c
Octal35412511001001057512174
Binary11101100101010110010000100000010001011111011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5548; }

 p { color: rgb(236,85,72); }

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

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

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

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

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

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

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