Html Css Color HEX #ED2B49 Amaranth

📋 copy color: '#ED2B49'

red 237 ◦ green 43 ◦ blue 73

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

Shades of Amaranth #ED2B49

Tints of Amaranth #ED2B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.18%

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

R = 67.14%
G = 12.18%
B = 20.68%

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

#ED2B49 (or 0xED2B49) is known color: Amaranth. HEX triplet: ED, 2B and 49. RGB value is (237,43,73). Sum of RGB (Red+Green+Blue) = 237+43+73=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B49 is #12D4B6. Grayscale: #686868. Windows color (decimal): -1234103 or 4795373. OLE color: 4795373.

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

Color convert

RGB 237 43 73 -
CMYK 0 0.82 0.69 0.07
HSL 350.72º 0.84% 0.55% -
HSV(B) 350.72º 0.82% 0.93% -
XYZ 36.99 20.21 8.26 -
YUV 104.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 237 43 73 0 0.82 0.69 0.07 350.72 0.84 0.55
Hex ED 2B 49 0 52 45 7 15F 54 37
Octal 355 53 111 0 122 105 7 537 124 67
Binary 11101101 101011 1001001 0 1010010 1000101 111 101011111 1010100 110111

Color Harmonies of #ED2B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B49

Black with #ED2B49

Text Example


Text Example

White with #ED2B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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