Html Css Color HEX #EC324D Amaranth

📋 copy color: '#EC324D'

red 236 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #EC324D

Tints of Amaranth #EC324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 65.01%
G = 13.77%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC324D (or 0xEC324D) is known color: Amaranth. HEX triplet: EC, 32 and 4D. RGB value is (236,50,77). Sum of RGB (Red+Green+Blue) = 236+50+77=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC324D is #13CDB2. Grayscale: #6C6C6C. Windows color (decimal): -1297843 or 5059308. OLE color: 5059308.

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

Color convert

RGB 236 50 77 -
CMYK 0 0.79 0.67 0.07
HSL 351.29º 0.83% 0.56% -
HSV(B) 351.29º 0.79% 0.93% -
XYZ 37.07 20.65 9.05 -
YUV 108.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 236 50 77 0 0.79 0.67 0.07 351.29 0.83 0.56
Hex EC 32 4D 0 4F 43 7 15F 53 38
Octal 354 62 115 0 117 103 7 537 123 70
Binary 11101100 110010 1001101 0 1001111 1000011 111 101011111 1010011 111000

Color Harmonies of #EC324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC324D

Black with #EC324D

Text Example


Text Example

White with #EC324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC324D; }

 p { color: rgb(236,50,77); }

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

background-color css

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

 a { background-color: rgb(236,50,77); }

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

border-color css

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

 span { border-color: rgb(236,50,77); }

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