Html Css Color HEX #EC354A Amaranth

📋 copy color: '#EC354A'

red 236 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #EC354A

Tints of Amaranth #EC354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 65.01%
G = 14.6%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC354A (or 0xEC354A) is known color: Amaranth. HEX triplet: EC, 35 and 4A. RGB value is (236,53,74). Sum of RGB (Red+Green+Blue) = 236+53+74=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC354A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC354A is #13CAB5. Grayscale: #6E6E6E. Windows color (decimal): -1297078 or 4863468. OLE color: 4863468.

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

Color convert

RGB 236 53 74 -
CMYK 0 0.78 0.69 0.07
HSL 353.11º 0.83% 0.57% -
HSV(B) 353.11º 0.78% 0.93% -
XYZ 37.1 20.87 8.55 -
YUV 110.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 236 53 74 0 0.78 0.69 0.07 353.11 0.83 0.57
Hex EC 35 4A 0 4E 45 7 161 53 39
Octal 354 65 112 0 116 105 7 541 123 71
Binary 11101100 110101 1001010 0 1001110 1000101 111 101100001 1010011 111001

Color Harmonies of #EC354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC354A

Black with #EC354A

Text Example


Text Example

White with #EC354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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