#ED655B

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

Shades of Flamingo #ED655B

Tints of Flamingo #ED655B

Color information

#ED655B (or 0xED655B) is unknown color: approx Flamingo. HEX triplet: ED, 65 and 5B. RGB value is (237,101,91). Sum of RGB (Red+Green+Blue) = 237+101+91=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED655B is #129AA4. Grayscale: #8C8C8C. Windows color (decimal): -1219237 or 5989869. OLE color: 5989869.

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

Color convert

RGB23710191-
CMYK00.570.620.07
HSL4.11º80.22%64.31%-
HSV(B)4.11º61.6%92.94%-
XYZ41.4728.0713.13-
YUV140.52100.06196.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.24%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=55.24%
G=23.54%
B=21.21%

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
Decimal2371019100.570.620.074.1180.2264.31
HexED655B0393E745040
Octal3551451330717674120100
Binary1110110111001011011011011100111111011110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED655B; }

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

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

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

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

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

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

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

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