#ED564B

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

Shades of Flamingo #ED564B

Tints of Flamingo #ED564B

Color information

#ED564B (or 0xED564B) is unknown color: approx Flamingo. HEX triplet: ED, 56 and 4B. RGB value is (237,86,75). Sum of RGB (Red+Green+Blue) = 237+86+75=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED564B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED564B is #12A9B4. Grayscale: #828282. Windows color (decimal): -1223093 or 4937453. OLE color: 4937453.

HSL color Cylindrical-coordinate representation of color #ED564B: hue angle of 4.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED564B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB2378675-
CMYK00.640.680.07
HSL4.07º81.82%61.18%-
HSV(B)4.07º68.35%92.94%-
XYZ39.5225.179.43-
YUV129.997.03204.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.55%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=59.55%
G=21.61%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237867500.640.680.074.0781.8261.18
HexED564B0404474523d
Octal35512611301001047412275
Binary11101101101011010010110100000010001001111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED564B; }

 p { color: rgb(237,86,75); }

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

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

 a { background-color: rgb(237,86,75); }

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

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

 span { border-color: rgb(237,86,75); }

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