Html Css Color HEX #EC4046 Amaranth

📋 copy color: '#EC4046'

red 236 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #EC4046

Tints of Amaranth #EC4046

RGB

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

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

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

R = 63.78%
G = 17.3%
B = 18.92%

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

#EC4046 (or 0xEC4046) is known color: Amaranth. HEX triplet: EC, 40 and 46. RGB value is (236,64,70). Sum of RGB (Red+Green+Blue) = 236+64+70=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4046 is #13BFB9. Grayscale: #747474. Windows color (decimal): -1294266 or 4604140. OLE color: 4604140.

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

Color convert

RGB 236 64 70 -
CMYK 0 0.73 0.70 0.07
HSL 357.91º 0.82% 0.59% -
HSV(B) 357.91º 0.73% 0.93% -
XYZ 37.53 21.94 8.05 -
YUV 116.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 236 64 70 0 0.73 0.70 0.07 357.91 0.82 0.59
Hex EC 40 46 0 49 46 7 166 52 3B
Octal 354 100 106 0 111 106 7 546 122 73
Binary 11101100 1000000 1000110 0 1001001 1000110 111 101100110 1010010 111011

Color Harmonies of #EC4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4046

Black with #EC4046

Text Example


Text Example

White with #EC4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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