Html Css Color HEX #EC484A Amaranth

📋 copy color: '#EC484A'

red 236 ◦ green 72 ◦ blue 74

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

Shades of Amaranth #EC484A

Tints of Amaranth #EC484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 61.78%
G = 18.85%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC484A (or 0xEC484A) is known color: Amaranth. HEX triplet: EC, 48 and 4A. RGB value is (236,72,74). Sum of RGB (Red+Green+Blue) = 236+72+74=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC484A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC484A is #13B7B5. Grayscale: #797979. Windows color (decimal): -1292214 or 4868332. OLE color: 4868332.

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

Color convert

RGB 236 72 74 -
CMYK 0 0.69 0.69 0.07
HSL 359.27º 0.81% 0.6% -
HSV(B) 359.27º 0.69% 0.93% -
XYZ 38.15 22.96 8.9 -
YUV 121.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 236 72 74 0 0.69 0.69 0.07 359.27 0.81 0.6
Hex EC 48 4A 0 45 45 7 167 51 3C
Octal 354 110 112 0 105 105 7 547 121 74
Binary 11101100 1001000 1001010 0 1000101 1000101 111 101100111 1010001 111100

Color Harmonies of #EC484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC484A

Black with #EC484A

Text Example


Text Example

White with #EC484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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