#ED6559

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

Shades of Flamingo #ED6559

Tints of Flamingo #ED6559

Color information

#ED6559 (or 0xED6559) is unknown color: approx Flamingo. HEX triplet: ED, 65 and 59. RGB value is (237,101,89). Sum of RGB (Red+Green+Blue) = 237+101+89=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6559 is #129AA6. Grayscale: #8C8C8C. Windows color (decimal): -1219239 or 5858797. OLE color: 5858797.

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

Color convert

RGB23710189-
CMYK00.570.620.07
HSL4.86º80.43%63.92%-
HSV(B)4.86º62.45%92.94%-
XYZ41.3828.0312.68-
YUV140.399.06196.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=55.50%
G=23.65%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371018900.570.620.074.8680.4363.92
HexED65590393E755040
Octal3551451310717675120100
Binary1110110111001011011001011100111111011110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6559; }

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

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

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

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

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

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

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

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