Html Css Color HEX #EC314A Amaranth

📋 copy color: '#EC314A'

red 236 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #EC314A

Tints of Amaranth #EC314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 65.74%
G = 13.65%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC314A (or 0xEC314A) is known color: Amaranth. HEX triplet: EC, 31 and 4A. RGB value is (236,49,74). Sum of RGB (Red+Green+Blue) = 236+49+74=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC314A is #13CEB5. Grayscale: #6B6B6B. Windows color (decimal): -1298102 or 4862444. OLE color: 4862444.

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

Color convert

RGB 236 49 74 -
CMYK 0 0.79 0.69 0.07
HSL 351.98º 0.83% 0.56% -
HSV(B) 351.98º 0.79% 0.93% -
XYZ 36.93 20.52 8.49 -
YUV 107.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 236 49 74 0 0.79 0.69 0.07 351.98 0.83 0.56
Hex EC 31 4A 0 4F 45 7 160 53 38
Octal 354 61 112 0 117 105 7 540 123 70
Binary 11101100 110001 1001010 0 1001111 1000101 111 101100000 1010011 111000

Color Harmonies of #EC314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC314A

Black with #EC314A

Text Example


Text Example

White with #EC314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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