#EC604C

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

Shades of Flamingo #EC604C

Tints of Flamingo #EC604C

Color information

#EC604C (or 0xEC604C) is unknown color: approx Flamingo. HEX triplet: EC, 60 and 4C. RGB value is (236,96,76). Sum of RGB (Red+Green+Blue) = 236+96+76=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC604C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC604C is #139FB3. Grayscale: #878787. Windows color (decimal): -1286068 or 5005548. OLE color: 5005548.

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

Color convert

RGB2369676-
CMYK00.590.680.07
HSL7.5º80.81%61.18%-
HSV(B)7.5º67.8%92.55%-
XYZ40.0826.729.88-
YUV135.5894.38199.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.84%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 76 (30.08% from 255) = 18.63%
R=57.84%
G=23.53%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236967600.590.680.077.580.8161.18
HexEC604C03B4478513d
Octal35414011407310471012175
Binary11101100110000010011000111011100010011110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC604C; }

 p { color: rgb(236,96,76); }

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

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

 a { background-color: rgb(236,96,76); }

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

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

 span { border-color: rgb(236,96,76); }

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