Html Css Color HEX #EC2049 Amaranth

📋 copy color: '#EC2049'

red 236 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #EC2049

Tints of Amaranth #EC2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

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

R = 69.21%
G = 9.38%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC2049 (or 0xEC2049) is known color: Amaranth. HEX triplet: EC, 20 and 49. RGB value is (236,32,73). Sum of RGB (Red+Green+Blue) = 236+32+73=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2049 is #13DFB6. Grayscale: #616161. Windows color (decimal): -1302455 or 4792556. OLE color: 4792556.

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

Color convert

RGB 236 32 73 -
CMYK 0 0.86 0.69 0.07
HSL 347.94º 0.84% 0.53% -
HSV(B) 347.94º 0.86% 0.93% -
XYZ 36.31 19.35 8.12 -
YUV 97.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 236 32 73 0 0.86 0.69 0.07 347.94 0.84 0.53
Hex EC 20 49 0 56 45 7 15C 54 35
Octal 354 40 111 0 126 105 7 534 124 65
Binary 11101100 100000 1001001 0 1010110 1000101 111 101011100 1010100 110101

Color Harmonies of #EC2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2049

Black with #EC2049

Text Example


Text Example

White with #EC2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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