Html Css Color HEX #EC4149 Amaranth

📋 copy color: '#EC4149'

red 236 ◦ green 65 ◦ blue 73

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

Shades of Amaranth #EC4149

Tints of Amaranth #EC4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

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

R = 63.1%
G = 17.38%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC4149 (or 0xEC4149) is known color: Amaranth. HEX triplet: EC, 41 and 49. RGB value is (236,65,73). Sum of RGB (Red+Green+Blue) = 236+65+73=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4149 is #13BEB6. Grayscale: #757575. Windows color (decimal): -1294007 or 4801004. OLE color: 4801004.

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

Color convert

RGB 236 65 73 -
CMYK 0 0.72 0.69 0.07
HSL 357.19º 0.82% 0.59% -
HSV(B) 357.19º 0.72% 0.93% -
XYZ 37.68 22.09 8.58 -
YUV 117.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 236 65 73 0 0.72 0.69 0.07 357.19 0.82 0.59
Hex EC 41 49 0 48 45 7 165 52 3B
Octal 354 101 111 0 110 105 7 545 122 73
Binary 11101100 1000001 1001001 0 1001000 1000101 111 101100101 1010010 111011

Color Harmonies of #EC4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4149

Black with #EC4149

Text Example


Text Example

White with #EC4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4149; }

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

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

background-color css

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

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

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

border-color css

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

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

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