Html Css Color HEX #EC484D Amaranth

📋 copy color: '#EC484D'

red 236 ◦ green 72 ◦ blue 77

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

Shades of Amaranth #EC484D

Tints of Amaranth #EC484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20%

R = 61.3%
G = 18.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC484D (or 0xEC484D) is known color: Amaranth. HEX triplet: EC, 48 and 4D. RGB value is (236,72,77). Sum of RGB (Red+Green+Blue) = 236+72+77=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC484D is #13B7B2. Grayscale: #797979. Windows color (decimal): -1292211 or 5064940. OLE color: 5064940.

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

Color convert

RGB 236 72 77 -
CMYK 0 0.69 0.67 0.07
HSL 358.17º 0.81% 0.6% -
HSV(B) 358.17º 0.69% 0.93% -
XYZ 38.25 23 9.45 -
YUV 121.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 236 72 77 0 0.69 0.67 0.07 358.17 0.81 0.6
Hex EC 48 4D 0 45 43 7 166 51 3C
Octal 354 110 115 0 105 103 7 546 121 74
Binary 11101100 1001000 1001101 0 1000101 1000011 111 101100110 1010001 111100

Color Harmonies of #EC484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC484D

Black with #EC484D

Text Example


Text Example

White with #EC484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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