Html Css Color HEX #EC404A Amaranth

📋 copy color: '#EC404A'

red 236 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #EC404A

Tints of Amaranth #EC404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

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

R = 63.1%
G = 17.11%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC404A (or 0xEC404A) is known color: Amaranth. HEX triplet: EC, 40 and 4A. RGB value is (236,64,74). Sum of RGB (Red+Green+Blue) = 236+64+74=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC404A is #13BFB5. Grayscale: #747474. Windows color (decimal): -1294262 or 4866284. OLE color: 4866284.

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

Color convert

RGB 236 64 74 -
CMYK 0 0.73 0.69 0.07
HSL 356.51º 0.82% 0.59% -
HSV(B) 356.51º 0.73% 0.93% -
XYZ 37.66 21.99 8.74 -
YUV 116.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 236 64 74 0 0.73 0.69 0.07 356.51 0.82 0.59
Hex EC 40 4A 0 49 45 7 165 52 3B
Octal 354 100 112 0 111 105 7 545 122 73
Binary 11101100 1000000 1001010 0 1001001 1000101 111 101100101 1010010 111011

Color Harmonies of #EC404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC404A

Black with #EC404A

Text Example


Text Example

White with #EC404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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