Html Css Color HEX #EC4044 Amaranth

📋 copy color: '#EC4044'

red 236 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #EC4044

Tints of Amaranth #EC4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 64.13%
G = 17.39%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4044 (or 0xEC4044) is known color: Amaranth. HEX triplet: EC, 40 and 44. RGB value is (236,64,68). Sum of RGB (Red+Green+Blue) = 236+64+68=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4044 is #13BFBB. Grayscale: #747474. Windows color (decimal): -1294268 or 4473068. OLE color: 4473068.

HSL color Cylindrical-coordinate representation of color #EC4044: hue angle of 358.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4044 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 68 -
CMYK 0 0.73 0.71 0.07
HSL 358.6º 0.82% 0.59% -
HSV(B) 358.6º 0.73% 0.93% -
XYZ 37.47 21.92 7.72 -
YUV 115.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 236 64 68 0 0.73 0.71 0.07 358.6 0.82 0.59
Hex EC 40 44 0 49 47 7 167 52 3B
Octal 354 100 104 0 111 107 7 547 122 73
Binary 11101100 1000000 1000100 0 1001001 1000111 111 101100111 1010010 111011

Color Harmonies of #EC4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4044

Black with #EC4044

Text Example


Text Example

White with #EC4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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