Html Css Color HEX #EC354D Amaranth

📋 copy color: '#EC354D'

red 236 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #EC354D

Tints of Amaranth #EC354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.48%

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

R = 64.48%
G = 14.48%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC354D (or 0xEC354D) is known color: Amaranth. HEX triplet: EC, 35 and 4D. RGB value is (236,53,77). Sum of RGB (Red+Green+Blue) = 236+53+77=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC354D is #13CAB2. Grayscale: #6E6E6E. Windows color (decimal): -1297075 or 5060076. OLE color: 5060076.

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

Color convert

RGB 236 53 77 -
CMYK 0 0.78 0.67 0.07
HSL 352.13º 0.83% 0.57% -
HSV(B) 352.13º 0.78% 0.93% -
XYZ 37.2 20.91 9.1 -
YUV 110.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 236 53 77 0 0.78 0.67 0.07 352.13 0.83 0.57
Hex EC 35 4D 0 4E 43 7 160 53 39
Octal 354 65 115 0 116 103 7 540 123 71
Binary 11101100 110101 1001101 0 1001110 1000011 111 101100000 1010011 111001

Color Harmonies of #EC354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC354D

Black with #EC354D

Text Example


Text Example

White with #EC354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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