#ED6459

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

Shades of Flamingo #ED6459

Tints of Flamingo #ED6459

Color information

#ED6459 (or 0xED6459) is unknown color: approx Flamingo. HEX triplet: ED, 64 and 59. RGB value is (237,100,89). Sum of RGB (Red+Green+Blue) = 237+100+89=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6459 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6459 is #129BA6. Grayscale: #8B8B8B. Windows color (decimal): -1219495 or 5858541. OLE color: 5858541.

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

Color convert

RGB23710089-
CMYK00.580.620.07
HSL4.46º80.43%63.92%-
HSV(B)4.46º62.45%92.94%-
XYZ41.2927.8412.65-
YUV139.7199.39197.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=55.63%
G=23.47%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371008900.580.620.074.4680.4363.92
HexED645903A3E745040
Octal3551441310727674120100
Binary1110110111001001011001011101011111011110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6459; }

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

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

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

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

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

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

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

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