Html Css Color HEX #EC4146 Amaranth

📋 copy color: '#EC4146'

red 236 ◦ green 65 ◦ blue 70

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

Shades of Amaranth #EC4146

Tints of Amaranth #EC4146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 63.61%
G = 17.52%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC4146 (or 0xEC4146) is known color: Amaranth. HEX triplet: EC, 41 and 46. RGB value is (236,65,70). Sum of RGB (Red+Green+Blue) = 236+65+70=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4146 is #13BEB9. Grayscale: #747474. Windows color (decimal): -1294010 or 4604396. OLE color: 4604396.

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

Color convert

RGB 236 65 70 -
CMYK 0 0.72 0.70 0.07
HSL 358.25º 0.82% 0.59% -
HSV(B) 358.25º 0.72% 0.93% -
XYZ 37.59 22.06 8.07 -
YUV 116.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 236 65 70 0 0.72 0.70 0.07 358.25 0.82 0.59
Hex EC 41 46 0 48 46 7 166 52 3B
Octal 354 101 106 0 110 106 7 546 122 73
Binary 11101100 1000001 1000110 0 1001000 1000110 111 101100110 1010010 111011

Color Harmonies of #EC4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4146

Black with #EC4146

Text Example


Text Example

White with #EC4146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4146; }

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

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

background-color css

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

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

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

border-color css

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

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

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