Html Css Color HEX #EC3649 Amaranth

📋 copy color: '#EC3649'

red 236 ◦ green 54 ◦ blue 73

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

Shades of Amaranth #EC3649

Tints of Amaranth #EC3649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

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

R = 65.01%
G = 14.88%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3649 (or 0xEC3649) is known color: Amaranth. HEX triplet: EC, 36 and 49. RGB value is (236,54,73). Sum of RGB (Red+Green+Blue) = 236+54+73=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3649 is #13C9B6. Grayscale: #6E6E6E. Windows color (decimal): -1296823 or 4798188. OLE color: 4798188.

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

Color convert

RGB 236 54 73 -
CMYK 0 0.77 0.69 0.07
HSL 353.74º 0.83% 0.57% -
HSV(B) 353.74º 0.77% 0.93% -
XYZ 37.11 20.95 8.39 -
YUV 110.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 236 54 73 0 0.77 0.69 0.07 353.74 0.83 0.57
Hex EC 36 49 0 4D 45 7 162 53 39
Octal 354 66 111 0 115 105 7 542 123 71
Binary 11101100 110110 1001001 0 1001101 1000101 111 101100010 1010011 111001

Color Harmonies of #EC3649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3649

Black with #EC3649

Text Example


Text Example

White with #EC3649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3649; }

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

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

background-color css

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

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

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

border-color css

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

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

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