Html Css Color HEX #ED2A49 Amaranth

📋 copy color: '#ED2A49'

red 237 ◦ green 42 ◦ blue 73

#ED2A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #ED2A49

Tints of Amaranth #ED2A49

RGB

 RED value IS 237 (92.97% from 255) = 67.33%

 GREEN value IS 42 (16.8% from 255) = 11.93%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 67.33%
G = 11.93%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED2A49 (or 0xED2A49) is known color: Amaranth. HEX triplet: ED, 2A and 49. RGB value is (237,42,73). Sum of RGB (Red+Green+Blue) = 237+42+73=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A49 is #12D5B6. Grayscale: #676767. Windows color (decimal): -1234359 or 4795117. OLE color: 4795117.

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

Color convert

RGB 237 42 73 -
CMYK 0 0.82 0.69 0.07
HSL 350.46º 0.84% 0.55% -
HSV(B) 350.46º 0.82% 0.93% -
XYZ 36.96 20.14 8.24 -
YUV 103.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 237 42 73 0 0.82 0.69 0.07 350.46 0.84 0.55
Hex ED 2A 49 0 52 45 7 15E 54 37
Octal 355 52 111 0 122 105 7 536 124 67
Binary 11101101 101010 1001001 0 1010010 1000101 111 101011110 1010100 110111

Color Harmonies of #ED2A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A49

Black with #ED2A49

Text Example


Text Example

White with #ED2A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A49; }

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

 H1.HeaderClassName
 {
   color: #ED2A49;
 }
 .AnyTagClassName
 {
   color: #ED2A49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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