#ec5750

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

Shades of Flamingo #EC5750

Tints of Flamingo #EC5750

Color information

#EC5750 (or 0xEC5750) is unknown color: approx Flamingo. HEX triplet: EC, 57 and 50. RGB value is (236,87,80). Sum of RGB (Red+Green+Blue) = 236+87+80=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5750 is #13A8AF. Grayscale: #828282. Windows color (decimal): -1288368 or 5265388. OLE color: 5265388.

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

Color convert

RGB2368780-
CMYK00.630.660.07
HSL2.69º80.41%61.96%-
HSV(B)2.69º66.1%92.55%-
XYZ39.4525.2310.38-
YUV130.7599.36203.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.56%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=58.56%
G=21.59%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236878000.630.660.072.6980.4161.96
HexEC575003F4273503e
Octal3541271200771027312076
Binary111011001010111101000001111111000010111111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5750; }

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

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

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

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

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

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

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

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