Html Css Color HEX #EC4546 Amaranth

📋 copy color: '#EC4546'

red 236 ◦ green 69 ◦ blue 70

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

Shades of Amaranth #EC4546

Tints of Amaranth #EC4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 62.93%
G = 18.4%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC4546 (or 0xEC4546) is known color: Amaranth. HEX triplet: EC, 45 and 46. RGB value is (236,69,70). Sum of RGB (Red+Green+Blue) = 236+69+70=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4546 is #13BAB9. Grayscale: #777777. Windows color (decimal): -1292986 or 4605420. OLE color: 4605420.

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

Color convert

RGB 236 69 70 -
CMYK 0 0.71 0.70 0.07
HSL 359.64º 0.81% 0.6% -
HSV(B) 359.64º 0.71% 0.93% -
XYZ 37.83 22.53 8.15 -
YUV 119.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 236 69 70 0 0.71 0.70 0.07 359.64 0.81 0.6
Hex EC 45 46 0 47 46 7 168 51 3C
Octal 354 105 106 0 107 106 7 550 121 74
Binary 11101100 1000101 1000110 0 1000111 1000110 111 101101000 1010001 111100

Color Harmonies of #EC4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4546

Black with #EC4546

Text Example


Text Example

White with #EC4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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