Html Css Color HEX #EC294A Amaranth

📋 copy color: '#EC294A'

red 236 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #EC294A

Tints of Amaranth #EC294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 67.24%
G = 11.68%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC294A (or 0xEC294A) is known color: Amaranth. HEX triplet: EC, 29 and 4A. RGB value is (236,41,74). Sum of RGB (Red+Green+Blue) = 236+41+74=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC294A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC294A is #13D6B5. Grayscale: #676767. Windows color (decimal): -1300150 or 4860396. OLE color: 4860396.

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

Color convert

RGB 236 41 74 -
CMYK 0 0.83 0.69 0.07
HSL 349.85º 0.84% 0.54% -
HSV(B) 349.85º 0.83% 0.93% -
XYZ 36.62 19.91 8.39 -
YUV 103.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 236 41 74 0 0.83 0.69 0.07 349.85 0.84 0.54
Hex EC 29 4A 0 53 45 7 15E 54 36
Octal 354 51 112 0 123 105 7 536 124 66
Binary 11101100 101001 1001010 0 1010011 1000101 111 101011110 1010100 110110

Color Harmonies of #EC294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC294A

Black with #EC294A

Text Example


Text Example

White with #EC294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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