Html Css Color HEX #EC424A Amaranth

📋 copy color: '#EC424A'

red 236 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #EC424A

Tints of Amaranth #EC424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 62.77%
G = 17.55%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC424A (or 0xEC424A) is known color: Amaranth. HEX triplet: EC, 42 and 4A. RGB value is (236,66,74). Sum of RGB (Red+Green+Blue) = 236+66+74=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC424A is #13BDB5. Grayscale: #757575. Windows color (decimal): -1293750 or 4866796. OLE color: 4866796.

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

Color convert

RGB 236 66 74 -
CMYK 0 0.72 0.69 0.07
HSL 357.18º 0.82% 0.59% -
HSV(B) 357.18º 0.72% 0.93% -
XYZ 37.78 22.22 8.78 -
YUV 117.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 236 66 74 0 0.72 0.69 0.07 357.18 0.82 0.59
Hex EC 42 4A 0 48 45 7 165 52 3B
Octal 354 102 112 0 110 105 7 545 122 73
Binary 11101100 1000010 1001010 0 1001000 1000101 111 101100101 1010010 111011

Color Harmonies of #EC424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC424A

Black with #EC424A

Text Example


Text Example

White with #EC424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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