Html Css Color HEX #EC474A Amaranth

📋 copy color: '#EC474A'

red 236 ◦ green 71 ◦ blue 74

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

Shades of Amaranth #EC474A

Tints of Amaranth #EC474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

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

R = 61.94%
G = 18.64%
B = 19.42%

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

#EC474A (or 0xEC474A) is known color: Amaranth. HEX triplet: EC, 47 and 4A. RGB value is (236,71,74). Sum of RGB (Red+Green+Blue) = 236+71+74=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC474A is #13B8B5. Grayscale: #787878. Windows color (decimal): -1292470 or 4868076. OLE color: 4868076.

HSL color Cylindrical-coordinate representation of color #EC474A: hue angle of 358.91º 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 #EC474A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 74 -
CMYK 0 0.70 0.69 0.07
HSL 358.91º 0.81% 0.6% -
HSV(B) 358.91º 0.7% 0.93% -
XYZ 38.08 22.83 8.88 -
YUV 120.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 236 71 74 0 0.70 0.69 0.07 358.91 0.81 0.6
Hex EC 47 4A 0 46 45 7 167 51 3C
Octal 354 107 112 0 106 105 7 547 121 74
Binary 11101100 1000111 1001010 0 1000110 1000101 111 101100111 1010001 111100

Color Harmonies of #EC474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC474A

Black with #EC474A

Text Example


Text Example

White with #EC474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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