#ED5959

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

Shades of Flamingo #ED5959

Tints of Flamingo #ED5959

Color information

#ED5959 (or 0xED5959) is unknown color: approx Flamingo. HEX triplet: ED, 59 and 59. RGB value is (237,89,89). Sum of RGB (Red+Green+Blue) = 237+89+89=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5959 is #12A6A6. Grayscale: #858585. Windows color (decimal): -1222311 or 5855725. OLE color: 5855725.

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

Color convert

RGB2378989-
CMYK00.620.620.07
HSL80.43%63.92%-
HSV(B)62.45%92.94%-
XYZ40.325.8712.32-
YUV133.25103.03202-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=57.11%
G=21.45%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237898900.620.620.07080.4363.92
HexED595903E3E705040
Octal3551311310767670120100
Binary11101101101100110110010111110111110111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5959; }

 p { color: rgb(237,89,89); }

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

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

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

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

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

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

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