Html Css Color HEX #EC4649 Amaranth

📋 copy color: '#EC4649'

red 236 ◦ green 70 ◦ blue 73

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

Shades of Amaranth #EC4649

Tints of Amaranth #EC4649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

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

R = 62.27%
G = 18.47%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC4649 (or 0xEC4649) is known color: Amaranth. HEX triplet: EC, 46 and 49. RGB value is (236,70,73). Sum of RGB (Red+Green+Blue) = 236+70+73=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4649 is #13B9B6. Grayscale: #787878. Windows color (decimal): -1292727 or 4802284. OLE color: 4802284.

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

Color convert

RGB 236 70 73 -
CMYK 0 0.70 0.69 0.07
HSL 358.92º 0.81% 0.6% -
HSV(B) 358.92º 0.7% 0.93% -
XYZ 37.98 22.69 8.68 -
YUV 119.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 236 70 73 0 0.70 0.69 0.07 358.92 0.81 0.6
Hex EC 46 49 0 46 45 7 167 51 3C
Octal 354 106 111 0 106 105 7 547 121 74
Binary 11101100 1000110 1001001 0 1000110 1000101 111 101100111 1010001 111100

Color Harmonies of #EC4649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4649

Black with #EC4649

Text Example


Text Example

White with #EC4649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4649; }

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

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

background-color css

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

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

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

border-color css

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

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

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