Html Css Color HEX #EC474D Amaranth

📋 copy color: '#EC474D'

red 236 ◦ green 71 ◦ blue 77

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

Shades of Amaranth #EC474D

Tints of Amaranth #EC474D

RGB

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

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

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

R = 61.46%
G = 18.49%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC474D (or 0xEC474D) is known color: Amaranth. HEX triplet: EC, 47 and 4D. RGB value is (236,71,77). Sum of RGB (Red+Green+Blue) = 236+71+77=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC474D is #13B8B2. Grayscale: #797979. Windows color (decimal): -1292467 or 5064684. OLE color: 5064684.

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

Color convert

RGB 236 71 77 -
CMYK 0 0.70 0.67 0.07
HSL 357.82º 0.81% 0.6% -
HSV(B) 357.82º 0.7% 0.93% -
XYZ 38.18 22.88 9.42 -
YUV 121.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 236 71 77 0 0.70 0.67 0.07 357.82 0.81 0.6
Hex EC 47 4D 0 46 43 7 166 51 3C
Octal 354 107 115 0 106 103 7 546 121 74
Binary 11101100 1000111 1001101 0 1000110 1000011 111 101100110 1010001 111100

Color Harmonies of #EC474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC474D

Black with #EC474D

Text Example


Text Example

White with #EC474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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