Html Css Color HEX #EC3654 Amaranth

📋 copy color: '#EC3654'

red 236 ◦ green 54 ◦ blue 84

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

Shades of Amaranth #EC3654

Tints of Amaranth #EC3654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.44%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 63.1%
G = 14.44%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3654 (or 0xEC3654) is known color: Amaranth. HEX triplet: EC, 36 and 54. RGB value is (236,54,84). Sum of RGB (Red+Green+Blue) = 236+54+84=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3654 is #13C9AB. Grayscale: #6F6F6F. Windows color (decimal): -1296812 or 5519084. OLE color: 5519084.

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

Color convert

RGB 236 54 84 -
CMYK 0 0.77 0.64 0.07
HSL 350.11º 0.83% 0.57% -
HSV(B) 350.11º 0.77% 0.93% -
XYZ 37.51 21.11 10.49 -
YUV 111.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 236 54 84 0 0.77 0.64 0.07 350.11 0.83 0.57
Hex EC 36 54 0 4D 40 7 15E 53 39
Octal 354 66 124 0 115 100 7 536 123 71
Binary 11101100 110110 1010100 0 1001101 1000000 111 101011110 1010011 111001

Color Harmonies of #EC3654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3654

Black with #EC3654

Text Example


Text Example

White with #EC3654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3654; }

 p { color: rgb(236,54,84); }

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

background-color css

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

 a { background-color: rgb(236,54,84); }

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

border-color css

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

 span { border-color: rgb(236,54,84); }

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