Html Css Color HEX #EC4647 Amaranth

📋 copy color: '#EC4647'

red 236 ◦ green 70 ◦ blue 71

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

Shades of Amaranth #EC4647

Tints of Amaranth #EC4647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 62.6%
G = 18.57%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC4647 (or 0xEC4647) is known color: Amaranth. HEX triplet: EC, 46 and 47. RGB value is (236,70,71). Sum of RGB (Red+Green+Blue) = 236+70+71=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4647 is #13B9B8. Grayscale: #777777. Windows color (decimal): -1292729 or 4671212. OLE color: 4671212.

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

Color convert

RGB 236 70 71 -
CMYK 0 0.70 0.70 0.07
HSL 359.64º 0.81% 0.6% -
HSV(B) 359.64º 0.7% 0.93% -
XYZ 37.92 22.67 8.34 -
YUV 119.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 236 70 71 0 0.70 0.70 0.07 359.64 0.81 0.6
Hex EC 46 47 0 46 46 7 168 51 3C
Octal 354 106 107 0 106 106 7 550 121 74
Binary 11101100 1000110 1000111 0 1000110 1000110 111 101101000 1010001 111100

Color Harmonies of #EC4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4647

Black with #EC4647

Text Example


Text Example

White with #EC4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4647; }

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

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

background-color css

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

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

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

border-color css

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

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

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