#ED3049

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

Shades of Amaranth #ED3049

Tints of Amaranth #ED3049

Color information

#ED3049 (or 0xED3049) is unknown color: approx Amaranth. HEX triplet: ED, 30 and 49. RGB value is (237,48,73). Sum of RGB (Red+Green+Blue) = 237+48+73=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3049 is #12CFB6. Grayscale: #6B6B6B. Windows color (decimal): -1232823 or 4796653. OLE color: 4796653.

HSL color Cylindrical-coordinate representation of color #ED3049: hue angle of 352.06º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3049 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB2374873-
CMYK00.800.690.07
HSL352.06º84%55.88%-
HSV(B)352.06º79.75%92.94%-
XYZ37.1820.68.32-
YUV107.36108.62220.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.20%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=66.20%
G=13.41%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237487300.800.690.07352.068455.88
HexED30490504571605438
Octal355601110120105754012470
Binary1110110111000010010010101000010001011111011000001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3049; }

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

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

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

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

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

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

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

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