#ED5B54

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

Shades of Flamingo #ED5B54

Tints of Flamingo #ED5B54

Color information

#ED5B54 (or 0xED5B54) is unknown color: approx Flamingo. HEX triplet: ED, 5B and 54. RGB value is (237,91,84). Sum of RGB (Red+Green+Blue) = 237+91+84=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5B54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5B54 is #12A4AB. Grayscale: #868686. Windows color (decimal): -1221804 or 5528557. OLE color: 5528557.

HSL color Cylindrical-coordinate representation of color #ED5B54: hue angle of 2.75º 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 #ED5B54 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB2379184-
CMYK00.620.650.07
HSL2.75º80.95%62.94%-
HSV(B)2.75º64.56%92.94%-
XYZ40.2726.1311.31-
YUV133.8699.87201.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 84 (33.20% from 255) = 20.39%
R=57.52%
G=22.09%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237918400.620.650.072.7580.9562.94
HexED5B5403E4173513f
Octal3551331240761017312177
Binary111011011011011101010001111101000001111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5B54; }

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

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

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

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

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

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

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

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