#ED5749

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

Shades of Flamingo #ED5749

Tints of Flamingo #ED5749

Color information

#ED5749 (or 0xED5749) is unknown color: approx Flamingo. HEX triplet: ED, 57 and 49. RGB value is (237,87,73). Sum of RGB (Red+Green+Blue) = 237+87+73=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5749 is #12A8B6. Grayscale: #828282. Windows color (decimal): -1222839 or 4806637. OLE color: 4806637.

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

Color convert

RGB2378773-
CMYK00.630.690.07
HSL5.12º82%60.78%-
HSV(B)5.12º69.2%92.94%-
XYZ39.5425.39.1-
YUV130.2595.7204.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.70%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=59.70%
G=21.91%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237877300.630.690.075.128260.78
HexED574903F4575523d
Octal3551271110771057512275
Binary1110110110101111001001011111110001011111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5749; }

 p { color: rgb(237,87,73); }

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

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

 a { background-color: rgb(237,87,73); }

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

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

 span { border-color: rgb(237,87,73); }

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