Html Css Color HEX #EC474E Amaranth

📋 copy color: '#EC474E'

red 236 ◦ green 71 ◦ blue 78

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

Shades of Amaranth #EC474E

Tints of Amaranth #EC474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 61.3%
G = 18.44%
B = 20.26%

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

#EC474E (or 0xEC474E) is known color: Amaranth. HEX triplet: EC, 47 and 4E. RGB value is (236,71,78). Sum of RGB (Red+Green+Blue) = 236+71+78=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC474E is #13B8B1. Grayscale: #797979. Windows color (decimal): -1292466 or 5130220. OLE color: 5130220.

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

Color convert

RGB 236 71 78 -
CMYK 0 0.70 0.67 0.07
HSL 357.45º 0.81% 0.6% -
HSV(B) 357.45º 0.7% 0.93% -
XYZ 38.22 22.89 9.61 -
YUV 121.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 236 71 78 0 0.70 0.67 0.07 357.45 0.81 0.6
Hex EC 47 4E 0 46 43 7 165 51 3C
Octal 354 107 116 0 106 103 7 545 121 74
Binary 11101100 1000111 1001110 0 1000110 1000011 111 101100101 1010001 111100

Color Harmonies of #EC474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC474E

Black with #EC474E

Text Example


Text Example

White with #EC474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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