Html Css Color HEX #EC4042 Amaranth

📋 copy color: '#EC4042'

red 236 ◦ green 64 ◦ blue 66

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

Shades of Amaranth #EC4042

Tints of Amaranth #EC4042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 64.48%
G = 17.49%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4042 (or 0xEC4042) is known color: Amaranth. HEX triplet: EC, 40 and 42. RGB value is (236,64,66). Sum of RGB (Red+Green+Blue) = 236+64+66=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4042 is #13BFBD. Grayscale: #737373. Windows color (decimal): -1294270 or 4341996. OLE color: 4341996.

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

Color convert

RGB 236 64 66 -
CMYK 0 0.73 0.72 0.07
HSL 359.3º 0.82% 0.59% -
HSV(B) 359.3º 0.73% 0.93% -
XYZ 37.41 21.89 7.41 -
YUV 115.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 236 64 66 0 0.73 0.72 0.07 359.3 0.82 0.59
Hex EC 40 42 0 49 48 7 167 52 3B
Octal 354 100 102 0 111 110 7 547 122 73
Binary 11101100 1000000 1000010 0 1001001 1001000 111 101100111 1010010 111011

Color Harmonies of #EC4042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4042

Black with #EC4042

Text Example


Text Example

White with #EC4042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4042; }

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

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

background-color css

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

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

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

border-color css

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

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

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