#ED6448

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

Shades of Flamingo #ED6448

Tints of Flamingo #ED6448

Color information

#ED6448 (or 0xED6448) is unknown color: approx Flamingo. HEX triplet: ED, 64 and 48. RGB value is (237,100,72). Sum of RGB (Red+Green+Blue) = 237+100+72=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6448 is #129BB7. Grayscale: #8A8A8A. Windows color (decimal): -1219512 or 4744429. OLE color: 4744429.

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

Color convert

RGB23710072-
CMYK00.580.700.07
HSL10.18º82.09%60.59%-
HSV(B)10.18º69.62%92.94%-
XYZ40.6527.599.31-
YUV137.7790.89198.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 72 (28.52% from 255) = 17.60%
R=57.95%
G=24.45%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371007200.580.700.0710.1882.0960.59
HexED644803A467a523d
Octal35514411007210671212275
Binary11101101110010010010000111010100011011110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6448; }

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

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

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

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

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

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

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

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