#ED6248

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

Shades of Flamingo #ED6248

Tints of Flamingo #ED6248

Color information

#ED6248 (or 0xED6248) is unknown color: approx Flamingo. HEX triplet: ED, 62 and 48. RGB value is (237,98,72). Sum of RGB (Red+Green+Blue) = 237+98+72=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6248 is #129DB7. Grayscale: #888888. Windows color (decimal): -1220024 or 4743917. OLE color: 4743917.

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

Color convert

RGB2379872-
CMYK00.590.700.07
HSL9.45º82.09%60.59%-
HSV(B)9.45º69.62%92.94%-
XYZ40.4627.219.25-
YUV136.691.55199.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.23%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=58.23%
G=24.08%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237987200.590.700.079.4582.0960.59
HexED624803B4679523d
Octal35514211007310671112275
Binary11101101110001010010000111011100011011110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6248; }

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

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

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

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

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

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

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

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