#ED4249

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

Shades of Amaranth #ED4249

Tints of Amaranth #ED4249

Color information

#ED4249 (or 0xED4249) is unknown color: approx Amaranth. HEX triplet: ED, 42 and 49. RGB value is (237,66,73). Sum of RGB (Red+Green+Blue) = 237+66+73=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4249 is #12BDB6. Grayscale: #767676. Windows color (decimal): -1228215 or 4801261. OLE color: 4801261.

HSL color Cylindrical-coordinate representation of color #ED4249: hue angle of 357.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4249 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB2376673-
CMYK00.720.690.07
HSL357.54º82.61%59.41%-
HSV(B)357.54º72.15%92.94%-
XYZ38.0822.388.62-
YUV117.93102.65212.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.03%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=63.03%
G=17.55%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237667300.720.690.07357.5482.6159.41
HexED4249048457166533b
Octal3551021110110105754612373
Binary11101101100001010010010100100010001011111011001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4249; }

 p { color: rgb(237,66,73); }

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

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

 a { background-color: rgb(237,66,73); }

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

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

 span { border-color: rgb(237,66,73); }

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