Html Css Color HEX #EC464D Amaranth

📋 copy color: '#EC464D'

red 236 ◦ green 70 ◦ blue 77

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

Shades of Amaranth #EC464D

Tints of Amaranth #EC464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

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

R = 61.62%
G = 18.28%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC464D (or 0xEC464D) is known color: Amaranth. HEX triplet: EC, 46 and 4D. RGB value is (236,70,77). Sum of RGB (Red+Green+Blue) = 236+70+77=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC464D is #13B9B2. Grayscale: #787878. Windows color (decimal): -1292723 or 5064428. OLE color: 5064428.

HSL color Cylindrical-coordinate representation of color #EC464D: hue angle of 357.47º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC464D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 77 -
CMYK 0 0.70 0.67 0.07
HSL 357.47º 0.81% 0.6% -
HSV(B) 357.47º 0.7% 0.93% -
XYZ 38.12 22.75 9.4 -
YUV 120.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 236 70 77 0 0.70 0.67 0.07 357.47 0.81 0.6
Hex EC 46 4D 0 46 43 7 165 51 3C
Octal 354 106 115 0 106 103 7 545 121 74
Binary 11101100 1000110 1001101 0 1000110 1000011 111 101100101 1010001 111100

Color Harmonies of #EC464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC464D

Black with #EC464D

Text Example


Text Example

White with #EC464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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