#ED5854

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

Shades of Flamingo #ED5854

Tints of Flamingo #ED5854

Color information

#ED5854 (or 0xED5854) is unknown color: approx Flamingo. HEX triplet: ED, 58 and 54. RGB value is (237,88,84). Sum of RGB (Red+Green+Blue) = 237+88+84=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5854 is #12A7AB. Grayscale: #848484. Windows color (decimal): -1222572 or 5527789. OLE color: 5527789.

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

Color convert

RGB2378884-
CMYK00.630.650.07
HSL1.57º80.95%62.94%-
HSV(B)1.57º64.56%92.94%-
XYZ40.0225.6211.22-
YUV132.1100.86202.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=57.95%
G=21.52%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237888400.630.650.071.5780.9562.94
HexED585403F4172513f
Octal3551301240771017212177
Binary111011011011000101010001111111000001111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5854; }

 p { color: rgb(237,88,84); }

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

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

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

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

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

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

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