Html Css Color HEX #EC354F Amaranth

📋 copy color: '#EC354F'

red 236 ◦ green 53 ◦ blue 79

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

Shades of Amaranth #EC354F

Tints of Amaranth #EC354F

RGB

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

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

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

R = 64.13%
G = 14.4%
B = 21.47%

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

#EC354F (or 0xEC354F) is known color: Amaranth. HEX triplet: EC, 35 and 4F. RGB value is (236,53,79). Sum of RGB (Red+Green+Blue) = 236+53+79=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC354F is #13CAB0. Grayscale: #6E6E6E. Windows color (decimal): -1297073 or 5191148. OLE color: 5191148.

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

Color convert

RGB 236 53 79 -
CMYK 0 0.78 0.67 0.07
HSL 351.48º 0.83% 0.57% -
HSV(B) 351.48º 0.78% 0.93% -
XYZ 37.28 20.94 9.47 -
YUV 110.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 236 53 79 0 0.78 0.67 0.07 351.48 0.83 0.57
Hex EC 35 4F 0 4E 43 7 15F 53 39
Octal 354 65 117 0 116 103 7 537 123 71
Binary 11101100 110101 1001111 0 1001110 1000011 111 101011111 1010011 111001

Color Harmonies of #EC354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC354F

Black with #EC354F

Text Example


Text Example

White with #EC354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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