Html Css Color HEX #EC2944 Amaranth

📋 copy color: '#EC2944'

red 236 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #EC2944

Tints of Amaranth #EC2944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 68.41%
G = 11.88%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC2944 (or 0xEC2944) is known color: Amaranth. HEX triplet: EC, 29 and 44. RGB value is (236,41,68). Sum of RGB (Red+Green+Blue) = 236+41+68=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2944 is #13D6BB. Grayscale: #666666. Windows color (decimal): -1300156 or 4467180. OLE color: 4467180.

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

Color convert

RGB 236 41 68 -
CMYK 0 0.83 0.71 0.07
HSL 351.69º 0.84% 0.54% -
HSV(B) 351.69º 0.83% 0.93% -
XYZ 36.43 19.84 7.38 -
YUV 102.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 236 41 68 0 0.83 0.71 0.07 351.69 0.84 0.54
Hex EC 29 44 0 53 47 7 160 54 36
Octal 354 51 104 0 123 107 7 540 124 66
Binary 11101100 101001 1000100 0 1010011 1000111 111 101100000 1010100 110110

Color Harmonies of #EC2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2944

Black with #EC2944

Text Example


Text Example

White with #EC2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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