Html Css Color HEX #EC294F Amaranth

📋 copy color: '#EC294F'

red 236 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #EC294F

Tints of Amaranth #EC294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 66.29%
G = 11.52%
B = 22.19%

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

#EC294F (or 0xEC294F) is known color: Amaranth. HEX triplet: EC, 29 and 4F. RGB value is (236,41,79). Sum of RGB (Red+Green+Blue) = 236+41+79=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC294F is #13D6B0. Grayscale: #676767. Windows color (decimal): -1300145 or 5188076. OLE color: 5188076.

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

Color convert

RGB 236 41 79 -
CMYK 0 0.83 0.67 0.07
HSL 348.31º 0.84% 0.54% -
HSV(B) 348.31º 0.83% 0.93% -
XYZ 36.8 19.98 9.31 -
YUV 103.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 236 41 79 0 0.83 0.67 0.07 348.31 0.84 0.54
Hex EC 29 4F 0 53 43 7 15C 54 36
Octal 354 51 117 0 123 103 7 534 124 66
Binary 11101100 101001 1001111 0 1010011 1000011 111 101011100 1010100 110110

Color Harmonies of #EC294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC294F

Black with #EC294F

Text Example


Text Example

White with #EC294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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