#ED5C50

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

Shades of Flamingo #ED5C50

Tints of Flamingo #ED5C50

Color information

#ED5C50 (or 0xED5C50) is unknown color: approx Flamingo. HEX triplet: ED, 5C and 50. RGB value is (237,92,80). Sum of RGB (Red+Green+Blue) = 237+92+80=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5C50 is #12A3AF. Grayscale: #868686. Windows color (decimal): -1221552 or 5266669. OLE color: 5266669.

HSL color Cylindrical-coordinate representation of color #ED5C50: hue angle of 4.59º degrees, saturation: 0.81, 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 #ED5C50 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB2379280-
CMYK00.610.660.07
HSL4.59º81.35%62.16%-
HSV(B)4.59º66.24%92.94%-
XYZ40.226.2410.54-
YUV133.9997.54201.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=57.95%
G=22.49%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237928000.610.660.074.5981.3562.16
HexED5C5003D4275513e
Octal3551341200751027512176
Binary1110110110111001010000011110110000101111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5C50; }

 p { color: rgb(237,92,80); }

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

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

 a { background-color: rgb(237,92,80); }

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

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

 span { border-color: rgb(237,92,80); }

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