Html Css Color HEX #EC324F Amaranth

📋 copy color: '#EC324F'

red 236 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #EC324F

Tints of Amaranth #EC324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 64.66%
G = 13.7%
B = 21.64%

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

#EC324F (or 0xEC324F) is known color: Amaranth. HEX triplet: EC, 32 and 4F. RGB value is (236,50,79). Sum of RGB (Red+Green+Blue) = 236+50+79=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC324F is #13CDB0. Grayscale: #6C6C6C. Windows color (decimal): -1297841 or 5190380. OLE color: 5190380.

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

Color convert

RGB 236 50 79 -
CMYK 0 0.79 0.67 0.07
HSL 350.65º 0.83% 0.56% -
HSV(B) 350.65º 0.79% 0.93% -
XYZ 37.14 20.68 9.43 -
YUV 108.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 236 50 79 0 0.79 0.67 0.07 350.65 0.83 0.56
Hex EC 32 4F 0 4F 43 7 15F 53 38
Octal 354 62 117 0 117 103 7 537 123 70
Binary 11101100 110010 1001111 0 1001111 1000011 111 101011111 1010011 111000

Color Harmonies of #EC324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC324F

Black with #EC324F

Text Example


Text Example

White with #EC324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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