Html Css Color HEX #EC3144 Amaranth

📋 copy color: '#EC3144'

red 236 ◦ green 49 ◦ blue 68

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

Shades of Amaranth #EC3144

Tints of Amaranth #EC3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.88%

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

R = 66.86%
G = 13.88%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC3144 (or 0xEC3144) is known color: Amaranth. HEX triplet: EC, 31 and 44. RGB value is (236,49,68). Sum of RGB (Red+Green+Blue) = 236+49+68=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3144 is #13CEBB. Grayscale: #6B6B6B. Windows color (decimal): -1298108 or 4469228. OLE color: 4469228.

HSL color Cylindrical-coordinate representation of color #EC3144: hue angle of 353.9º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3144 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 68 -
CMYK 0 0.79 0.71 0.07
HSL 353.9º 0.83% 0.56% -
HSV(B) 353.9º 0.79% 0.93% -
XYZ 36.73 20.45 7.48 -
YUV 107.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 236 49 68 0 0.79 0.71 0.07 353.9 0.83 0.56
Hex EC 31 44 0 4F 47 7 162 53 38
Octal 354 61 104 0 117 107 7 542 123 70
Binary 11101100 110001 1000100 0 1001111 1000111 111 101100010 1010011 111000

Color Harmonies of #EC3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3144

Black with #EC3144

Text Example


Text Example

White with #EC3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3144; }

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

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

background-color css

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

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

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

border-color css

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

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

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