Html Css Color HEX #EC4445 Amaranth

📋 copy color: '#EC4445'

red 236 ◦ green 68 ◦ blue 69

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

Shades of Amaranth #EC4445

Tints of Amaranth #EC4445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 63.27%
G = 18.23%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4445 (or 0xEC4445) is known color: Amaranth. HEX triplet: EC, 44 and 45. RGB value is (236,68,69). Sum of RGB (Red+Green+Blue) = 236+68+69=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4445 is #13BBBA. Grayscale: #767676. Windows color (decimal): -1293243 or 4539628. OLE color: 4539628.

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

Color convert

RGB 236 68 69 -
CMYK 0 0.71 0.71 0.07
HSL 359.64º 0.82% 0.6% -
HSV(B) 359.64º 0.71% 0.93% -
XYZ 37.73 22.4 7.96 -
YUV 118.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 236 68 69 0 0.71 0.71 0.07 359.64 0.82 0.6
Hex EC 44 45 0 47 47 7 168 52 3C
Octal 354 104 105 0 107 107 7 550 122 74
Binary 11101100 1000100 1000101 0 1000111 1000111 111 101101000 1010010 111100

Color Harmonies of #EC4445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4445

Black with #EC4445

Text Example


Text Example

White with #EC4445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4445; }

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

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

background-color css

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

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

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

border-color css

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

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

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