Html Css Color HEX #EC224D Amaranth

📋 copy color: '#EC224D'

red 236 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #EC224D

Tints of Amaranth #EC224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

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

R = 68.01%
G = 9.8%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC224D (or 0xEC224D) is known color: Amaranth. HEX triplet: EC, 22 and 4D. RGB value is (236,34,77). Sum of RGB (Red+Green+Blue) = 236+34+77=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC224D is #13DDB2. Grayscale: #636363. Windows color (decimal): -1301939 or 5055212. OLE color: 5055212.

HSL color Cylindrical-coordinate representation of color #EC224D: hue angle of 347.23º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC224D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 34 77 -
CMYK 0 0.86 0.67 0.07
HSL 347.23º 0.84% 0.53% -
HSV(B) 347.23º 0.86% 0.93% -
XYZ 36.5 19.51 8.86 -
YUV 99.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 236 34 77 0 0.86 0.67 0.07 347.23 0.84 0.53
Hex EC 22 4D 0 56 43 7 15B 54 35
Octal 354 42 115 0 126 103 7 533 124 65
Binary 11101100 100010 1001101 0 1010110 1000011 111 101011011 1010100 110101

Color Harmonies of #EC224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC224D

Black with #EC224D

Text Example


Text Example

White with #EC224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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