Html Css Color HEX #EC294D Amaranth

📋 copy color: '#EC294D'

red 236 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #EC294D

Tints of Amaranth #EC294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 66.67%
G = 11.58%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC294D (or 0xEC294D) is known color: Amaranth. HEX triplet: EC, 29 and 4D. RGB value is (236,41,77). Sum of RGB (Red+Green+Blue) = 236+41+77=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC294D is #13D6B2. Grayscale: #676767. Windows color (decimal): -1300147 or 5057004. OLE color: 5057004.

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

Color convert

RGB 236 41 77 -
CMYK 0 0.83 0.67 0.07
HSL 348.92º 0.84% 0.54% -
HSV(B) 348.92º 0.83% 0.93% -
XYZ 36.72 19.95 8.94 -
YUV 103.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 236 41 77 0 0.83 0.67 0.07 348.92 0.84 0.54
Hex EC 29 4D 0 53 43 7 15D 54 36
Octal 354 51 115 0 123 103 7 535 124 66
Binary 11101100 101001 1001101 0 1010011 1000011 111 101011101 1010100 110110

Color Harmonies of #EC294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC294D

Black with #EC294D

Text Example


Text Example

White with #EC294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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