#ED5956

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

Shades of Flamingo #ED5956

Tints of Flamingo #ED5956

Color information

#ED5956 (or 0xED5956) is unknown color: approx Flamingo. HEX triplet: ED, 59 and 56. RGB value is (237,89,86). Sum of RGB (Red+Green+Blue) = 237+89+86=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5956 is #12A6A9. Grayscale: #858585. Windows color (decimal): -1222314 or 5659117. OLE color: 5659117.

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

Color convert

RGB2378986-
CMYK00.620.640.07
HSL1.19º80.75%63.33%-
HSV(B)1.19º63.71%92.94%-
XYZ40.1825.8211.67-
YUV132.91101.53202.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=57.52%
G=21.60%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237898600.620.640.071.1980.7563.33
HexED595603E4071513f
Octal3551311260761007112177
Binary11101101101100110101100111110100000011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5956; }

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

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

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

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

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

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

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

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