Html Css Color HEX #EC4043 Amaranth

📋 copy color: '#EC4043'

red 236 ◦ green 64 ◦ blue 67

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

Shades of Amaranth #EC4043

Tints of Amaranth #EC4043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 64.31%
G = 17.44%
B = 18.26%

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

#EC4043 (or 0xEC4043) is known color: Amaranth. HEX triplet: EC, 40 and 43. RGB value is (236,64,67). Sum of RGB (Red+Green+Blue) = 236+64+67=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4043 is #13BFBC. Grayscale: #737373. Windows color (decimal): -1294269 or 4407532. OLE color: 4407532.

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

Color convert

RGB 236 64 67 -
CMYK 0 0.73 0.72 0.07
HSL 358.95º 0.82% 0.59% -
HSV(B) 358.95º 0.73% 0.93% -
XYZ 37.44 21.9 7.57 -
YUV 115.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 236 64 67 0 0.73 0.72 0.07 358.95 0.82 0.59
Hex EC 40 43 0 49 48 7 167 52 3B
Octal 354 100 103 0 111 110 7 547 122 73
Binary 11101100 1000000 1000011 0 1001001 1001000 111 101100111 1010010 111011

Color Harmonies of #EC4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4043

Black with #EC4043

Text Example


Text Example

White with #EC4043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4043; }

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

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

background-color css

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

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

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

border-color css

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

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

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