Html Css Color HEX #EC474F Amaranth

📋 copy color: '#EC474F'

red 236 ◦ green 71 ◦ blue 79

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

Shades of Amaranth #EC474F

Tints of Amaranth #EC474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 61.14%
G = 18.39%
B = 20.47%

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

#EC474F (or 0xEC474F) is known color: Amaranth. HEX triplet: EC, 47 and 4F. RGB value is (236,71,79). Sum of RGB (Red+Green+Blue) = 236+71+79=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC474F is #13B8B0. Grayscale: #797979. Windows color (decimal): -1292465 or 5195756. OLE color: 5195756.

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

Color convert

RGB 236 71 79 -
CMYK 0 0.70 0.67 0.07
HSL 357.09º 0.81% 0.6% -
HSV(B) 357.09º 0.7% 0.93% -
XYZ 38.26 22.9 9.8 -
YUV 121.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 236 71 79 0 0.70 0.67 0.07 357.09 0.81 0.6
Hex EC 47 4F 0 46 43 7 165 51 3C
Octal 354 107 117 0 106 103 7 545 121 74
Binary 11101100 1000111 1001111 0 1000110 1000011 111 101100101 1010001 111100

Color Harmonies of #EC474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC474F

Black with #EC474F

Text Example


Text Example

White with #EC474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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