Html Css Color HEX #EC294E Amaranth

📋 copy color: '#EC294E'

red 236 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #EC294E

Tints of Amaranth #EC294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 66.48%
G = 11.55%
B = 21.97%

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

#EC294E (or 0xEC294E) is known color: Amaranth. HEX triplet: EC, 29 and 4E. RGB value is (236,41,78). Sum of RGB (Red+Green+Blue) = 236+41+78=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC294E is #13D6B1. Grayscale: #676767. Windows color (decimal): -1300146 or 5122540. OLE color: 5122540.

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

Color convert

RGB 236 41 78 -
CMYK 0 0.83 0.67 0.07
HSL 348.62º 0.84% 0.54% -
HSV(B) 348.62º 0.83% 0.93% -
XYZ 36.76 19.97 9.12 -
YUV 103.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 236 41 78 0 0.83 0.67 0.07 348.62 0.84 0.54
Hex EC 29 4E 0 53 43 7 15D 54 36
Octal 354 51 116 0 123 103 7 535 124 66
Binary 11101100 101001 1001110 0 1010011 1000011 111 101011101 1010100 110110

Color Harmonies of #EC294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC294E

Black with #EC294E

Text Example


Text Example

White with #EC294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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