#ED625A

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

Shades of Flamingo #ED625A

Tints of Flamingo #ED625A

Color information

#ED625A (or 0xED625A) is unknown color: approx Flamingo. HEX triplet: ED, 62 and 5A. RGB value is (237,98,90). Sum of RGB (Red+Green+Blue) = 237+98+90=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED625A is #129DA5. Grayscale: #8A8A8A. Windows color (decimal): -1220006 or 5923565. OLE color: 5923565.

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

Color convert

RGB2379890-
CMYK00.590.620.07
HSL3.27º80.33%64.12%-
HSV(B)3.27º62.03%92.94%-
XYZ41.1427.4812.81-
YUV138.65100.55198.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.76%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=55.76%
G=23.06%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237989000.590.620.073.2780.3364.12
HexED625A03B3E735040
Octal3551421320737673120100
Binary111011011100010101101001110111111101111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED625A; }

 p { color: rgb(237,98,90); }

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

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

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

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

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

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

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