Html Css Color HEX #EC364A Amaranth

📋 copy color: '#EC364A'

red 236 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #EC364A

Tints of Amaranth #EC364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

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

R = 64.84%
G = 14.84%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC364A (or 0xEC364A) is known color: Amaranth. HEX triplet: EC, 36 and 4A. RGB value is (236,54,74). Sum of RGB (Red+Green+Blue) = 236+54+74=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC364A is #13C9B5. Grayscale: #6E6E6E. Windows color (decimal): -1296822 or 4863724. OLE color: 4863724.

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

Color convert

RGB 236 54 74 -
CMYK 0 0.77 0.69 0.07
HSL 353.41º 0.83% 0.57% -
HSV(B) 353.41º 0.77% 0.93% -
XYZ 37.15 20.97 8.57 -
YUV 110.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 236 54 74 0 0.77 0.69 0.07 353.41 0.83 0.57
Hex EC 36 4A 0 4D 45 7 161 53 39
Octal 354 66 112 0 115 105 7 541 123 71
Binary 11101100 110110 1001010 0 1001101 1000101 111 101100001 1010011 111001

Color Harmonies of #EC364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC364A

Black with #EC364A

Text Example


Text Example

White with #EC364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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