Html Css Color HEX #EC4147 Amaranth

📋 copy color: '#EC4147'

red 236 ◦ green 65 ◦ blue 71

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

Shades of Amaranth #EC4147

Tints of Amaranth #EC4147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 63.44%
G = 17.47%
B = 19.09%

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

#EC4147 (or 0xEC4147) is known color: Amaranth. HEX triplet: EC, 41 and 47. RGB value is (236,65,71). Sum of RGB (Red+Green+Blue) = 236+65+71=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4147 is #13BEB8. Grayscale: #747474. Windows color (decimal): -1294009 or 4669932. OLE color: 4669932.

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

Color convert

RGB 236 65 71 -
CMYK 0 0.72 0.70 0.07
HSL 357.89º 0.82% 0.59% -
HSV(B) 357.89º 0.72% 0.93% -
XYZ 37.62 22.07 8.24 -
YUV 116.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 236 65 71 0 0.72 0.70 0.07 357.89 0.82 0.59
Hex EC 41 47 0 48 46 7 166 52 3B
Octal 354 101 107 0 110 106 7 546 122 73
Binary 11101100 1000001 1000111 0 1001000 1000110 111 101100110 1010010 111011

Color Harmonies of #EC4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4147

Black with #EC4147

Text Example


Text Example

White with #EC4147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4147; }

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

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

background-color css

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

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

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

border-color css

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

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

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