Html Css Color HEX #EC3149 Amaranth

📋 copy color: '#EC3149'

red 236 ◦ green 49 ◦ blue 73

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

Shades of Amaranth #EC3149

Tints of Amaranth #EC3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 65.92%
G = 13.69%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3149 (or 0xEC3149) is known color: Amaranth. HEX triplet: EC, 31 and 49. RGB value is (236,49,73). Sum of RGB (Red+Green+Blue) = 236+49+73=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3149 is #13CEB6. Grayscale: #6B6B6B. Windows color (decimal): -1298103 or 4796908. OLE color: 4796908.

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

Color convert

RGB 236 49 73 -
CMYK 0 0.79 0.69 0.07
HSL 352.3º 0.83% 0.56% -
HSV(B) 352.3º 0.79% 0.93% -
XYZ 36.89 20.51 8.32 -
YUV 107.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 236 49 73 0 0.79 0.69 0.07 352.3 0.83 0.56
Hex EC 31 49 0 4F 45 7 160 53 38
Octal 354 61 111 0 117 105 7 540 123 70
Binary 11101100 110001 1001001 0 1001111 1000101 111 101100000 1010011 111000

Color Harmonies of #EC3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3149

Black with #EC3149

Text Example


Text Example

White with #EC3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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