Html Css Color HEX #EC3349 Amaranth

📋 copy color: '#EC3349'

red 236 ◦ green 51 ◦ blue 73

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

Shades of Amaranth #EC3349

Tints of Amaranth #EC3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.17%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 65.56%
G = 14.17%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3349 (or 0xEC3349) is known color: Amaranth. HEX triplet: EC, 33 and 49. RGB value is (236,51,73). Sum of RGB (Red+Green+Blue) = 236+51+73=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3349 is #13CCB6. Grayscale: #6C6C6C. Windows color (decimal): -1297591 or 4797420. OLE color: 4797420.

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

Color convert

RGB 236 51 73 -
CMYK 0 0.78 0.69 0.07
HSL 352.86º 0.83% 0.56% -
HSV(B) 352.86º 0.78% 0.93% -
XYZ 36.98 20.68 8.35 -
YUV 108.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 236 51 73 0 0.78 0.69 0.07 352.86 0.83 0.56
Hex EC 33 49 0 4E 45 7 161 53 38
Octal 354 63 111 0 116 105 7 541 123 70
Binary 11101100 110011 1001001 0 1001110 1000101 111 101100001 1010011 111000

Color Harmonies of #EC3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3349

Black with #EC3349

Text Example


Text Example

White with #EC3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3349; }

 p { color: rgb(236,51,73); }

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

background-color css

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

 a { background-color: rgb(236,51,73); }

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

border-color css

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

 span { border-color: rgb(236,51,73); }

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