#EC6257

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

Shades of Flamingo #EC6257

Tints of Flamingo #EC6257

Color information

#EC6257 (or 0xEC6257) is unknown color: approx Flamingo. HEX triplet: EC, 62 and 57. RGB value is (236,98,87). Sum of RGB (Red+Green+Blue) = 236+98+87=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6257 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6257 is #139DA8. Grayscale: #8A8A8A. Windows color (decimal): -1285545 or 5726956. OLE color: 5726956.

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

Color convert

RGB2369887-
CMYK00.580.630.07
HSL4.43º79.68%63.33%-
HSV(B)4.43º63.14%92.55%-
XYZ40.6827.2612.13-
YUV138.0199.22197.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.06%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 87 (34.38% from 255) = 20.67%
R=56.06%
G=23.28%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236988700.580.630.074.4379.6863.33
HexEC625703A3F74503f
Octal354142127072777412077
Binary111011001100010101011101110101111111111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6257; }

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

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

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

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

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

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

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

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