Html Css Color HEX #EC4047 Amaranth

📋 copy color: '#EC4047'

red 236 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #EC4047

Tints of Amaranth #EC4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

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

R = 63.61%
G = 17.25%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC4047 (or 0xEC4047) is known color: Amaranth. HEX triplet: EC, 40 and 47. RGB value is (236,64,71). Sum of RGB (Red+Green+Blue) = 236+64+71=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4047 is #13BFB8. Grayscale: #747474. Windows color (decimal): -1294265 or 4669676. OLE color: 4669676.

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

Color convert

RGB 236 64 71 -
CMYK 0 0.73 0.70 0.07
HSL 357.56º 0.82% 0.59% -
HSV(B) 357.56º 0.73% 0.93% -
XYZ 37.56 21.95 8.22 -
YUV 116.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 236 64 71 0 0.73 0.70 0.07 357.56 0.82 0.59
Hex EC 40 47 0 49 46 7 166 52 3B
Octal 354 100 107 0 111 106 7 546 122 73
Binary 11101100 1000000 1000111 0 1001001 1000110 111 101100110 1010010 111011

Color Harmonies of #EC4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4047

Black with #EC4047

Text Example


Text Example

White with #EC4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4047; }

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

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

background-color css

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

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

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

border-color css

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

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

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