Html Css Color HEX #EC4144 Amaranth

📋 copy color: '#EC4144'

red 236 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #EC4144

Tints of Amaranth #EC4144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.43%

R = 63.96%
G = 17.62%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4144 (or 0xEC4144) is known color: Amaranth. HEX triplet: EC, 41 and 44. RGB value is (236,65,68). Sum of RGB (Red+Green+Blue) = 236+65+68=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4144 is #13BEBB. Grayscale: #747474. Windows color (decimal): -1294012 or 4473324. OLE color: 4473324.

HSL color Cylindrical-coordinate representation of color #EC4144: 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.72%. Process color model (Four color, CMYK) of #EC4144 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 68 -
CMYK 0 0.72 0.71 0.07
HSL 358.95º 0.82% 0.59% -
HSV(B) 358.95º 0.72% 0.93% -
XYZ 37.53 22.03 7.74 -
YUV 116.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 236 65 68 0 0.72 0.71 0.07 358.95 0.82 0.59
Hex EC 41 44 0 48 47 7 167 52 3B
Octal 354 101 104 0 110 107 7 547 122 73
Binary 11101100 1000001 1000100 0 1001000 1000111 111 101100111 1010010 111011

Color Harmonies of #EC4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4144

Black with #EC4144

Text Example


Text Example

White with #EC4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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