Html Css Color HEX #EC4145 Amaranth

📋 copy color: '#EC4145'

red 236 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #EC4145

Tints of Amaranth #EC4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 63.78%
G = 17.57%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4145 (or 0xEC4145) is known color: Amaranth. HEX triplet: EC, 41 and 45. RGB value is (236,65,69). Sum of RGB (Red+Green+Blue) = 236+65+69=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4145 is #13BEBA. Grayscale: #747474. Windows color (decimal): -1294011 or 4538860. OLE color: 4538860.

HSL color Cylindrical-coordinate representation of color #EC4145: 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.72%. Process color model (Four color, CMYK) of #EC4145 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 69 -
CMYK 0 0.72 0.71 0.07
HSL 358.6º 0.82% 0.59% -
HSV(B) 358.6º 0.72% 0.93% -
XYZ 37.56 22.04 7.91 -
YUV 116.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 236 65 69 0 0.72 0.71 0.07 358.6 0.82 0.59
Hex EC 41 45 0 48 47 7 167 52 3B
Octal 354 101 105 0 110 107 7 547 122 73
Binary 11101100 1000001 1000101 0 1001000 1000111 111 101100111 1010010 111011

Color Harmonies of #EC4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4145

Black with #EC4145

Text Example


Text Example

White with #EC4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4145; }

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

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

background-color css

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

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

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

border-color css

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

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

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