#EC5C4B

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

Shades of Flamingo #EC5C4B

Tints of Flamingo #EC5C4B

Color information

#EC5C4B (or 0xEC5C4B) is unknown color: approx Flamingo. HEX triplet: EC, 5C and 4B. RGB value is (236,92,75). Sum of RGB (Red+Green+Blue) = 236+92+75=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C4B is #13A3B4. Grayscale: #858585. Windows color (decimal): -1287093 or 4938988. OLE color: 4938988.

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

Color convert

RGB2369275-
CMYK00.610.680.07
HSL6.34º80.9%60.98%-
HSV(B)6.34º68.22%92.55%-
XYZ39.69269.58-
YUV133.1295.21201.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.56%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=58.56%
G=22.83%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236927500.610.680.076.3480.960.98
HexEC5C4B03D4476513d
Octal3541341130751047612175
Binary1110110010111001001011011110110001001111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5C4B; }

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

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

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

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

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

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

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

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