Html Css Color HEX #EC4249 Amaranth

📋 copy color: '#EC4249'

red 236 ◦ green 66 ◦ blue 73

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

Shades of Amaranth #EC4249

Tints of Amaranth #EC4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 62.93%
G = 17.6%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC4249 (or 0xEC4249) is known color: Amaranth. HEX triplet: EC, 42 and 49. RGB value is (236,66,73). Sum of RGB (Red+Green+Blue) = 236+66+73=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4249 is #13BDB6. Grayscale: #757575. Windows color (decimal): -1293751 or 4801260. OLE color: 4801260.

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

Color convert

RGB 236 66 73 -
CMYK 0 0.72 0.69 0.07
HSL 357.53º 0.82% 0.59% -
HSV(B) 357.53º 0.72% 0.93% -
XYZ 37.74 22.21 8.6 -
YUV 117.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 236 66 73 0 0.72 0.69 0.07 357.53 0.82 0.59
Hex EC 42 49 0 48 45 7 166 52 3B
Octal 354 102 111 0 110 105 7 546 122 73
Binary 11101100 1000010 1001001 0 1001000 1000101 111 101100110 1010010 111011

Color Harmonies of #EC4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4249

Black with #EC4249

Text Example


Text Example

White with #EC4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4249; }

 p { color: rgb(236,66,73); }

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

background-color css

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

 a { background-color: rgb(236,66,73); }

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

border-color css

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

 span { border-color: rgb(236,66,73); }

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