Html Css Color HEX #EC444A Amaranth

📋 copy color: '#EC444A'

red 236 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #EC444A

Tints of Amaranth #EC444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 62.43%
G = 17.99%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC444A (or 0xEC444A) is known color: Amaranth. HEX triplet: EC, 44 and 4A. RGB value is (236,68,74). Sum of RGB (Red+Green+Blue) = 236+68+74=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC444A is #13BBB5. Grayscale: #777777. Windows color (decimal): -1293238 or 4867308. OLE color: 4867308.

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

Color convert

RGB 236 68 74 -
CMYK 0 0.71 0.69 0.07
HSL 357.86º 0.82% 0.6% -
HSV(B) 357.86º 0.71% 0.93% -
XYZ 37.9 22.46 8.82 -
YUV 118.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 236 68 74 0 0.71 0.69 0.07 357.86 0.82 0.6
Hex EC 44 4A 0 47 45 7 166 52 3C
Octal 354 104 112 0 107 105 7 546 122 74
Binary 11101100 1000100 1001010 0 1000111 1000101 111 101100110 1010010 111100

Color Harmonies of #EC444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC444A

Black with #EC444A

Text Example


Text Example

White with #EC444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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