Html Css Color HEX #EC494A Amaranth

📋 copy color: '#EC494A'

red 236 ◦ green 73 ◦ blue 74

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

Shades of Amaranth #EC494A

Tints of Amaranth #EC494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.06%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 61.62%
G = 19.06%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC494A (or 0xEC494A) is known color: Amaranth. HEX triplet: EC, 49 and 4A. RGB value is (236,73,74). Sum of RGB (Red+Green+Blue) = 236+73+74=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC494A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC494A is #13B6B5. Grayscale: #7A7A7A. Windows color (decimal): -1291958 or 4868588. OLE color: 4868588.

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

Color convert

RGB 236 73 74 -
CMYK 0 0.69 0.69 0.07
HSL 359.63º 0.81% 0.61% -
HSV(B) 359.63º 0.69% 0.93% -
XYZ 38.21 23.09 8.92 -
YUV 121.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 236 73 74 0 0.69 0.69 0.07 359.63 0.81 0.61
Hex EC 49 4A 0 45 45 7 168 51 3D
Octal 354 111 112 0 105 105 7 550 121 75
Binary 11101100 1001001 1001010 0 1000101 1000101 111 101101000 1010001 111101

Color Harmonies of #EC494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC494A

Black with #EC494A

Text Example


Text Example

White with #EC494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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