Html Css Color HEX #EC4449 Amaranth

📋 copy color: '#EC4449'

red 236 ◦ green 68 ◦ blue 73

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

Shades of Amaranth #EC4449

Tints of Amaranth #EC4449

RGB

 RED value IS 236 (92.58% from 255) = 62.6%

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 62.6%
G = 18.04%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC4449 (or 0xEC4449) is known color: Amaranth. HEX triplet: EC, 44 and 49. RGB value is (236,68,73). Sum of RGB (Red+Green+Blue) = 236+68+73=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4449 is #13BBB6. Grayscale: #767676. Windows color (decimal): -1293239 or 4801772. OLE color: 4801772.

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

Color convert

RGB 236 68 73 -
CMYK 0 0.71 0.69 0.07
HSL 358.21º 0.82% 0.6% -
HSV(B) 358.21º 0.71% 0.93% -
XYZ 37.86 22.45 8.64 -
YUV 118.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 236 68 73 0 0.71 0.69 0.07 358.21 0.82 0.6
Hex EC 44 49 0 47 45 7 166 52 3C
Octal 354 104 111 0 107 105 7 546 122 74
Binary 11101100 1000100 1001001 0 1000111 1000101 111 101100110 1010010 111100

Color Harmonies of #EC4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4449

Black with #EC4449

Text Example


Text Example

White with #EC4449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4449; }

 p { color: rgb(236,68,73); }

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

background-color css

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

 a { background-color: rgb(236,68,73); }

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

border-color css

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

 span { border-color: rgb(236,68,73); }

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