Html Css Color HEX #EC464A Amaranth

📋 copy color: '#EC464A'

red 236 ◦ green 70 ◦ blue 74

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

Shades of Amaranth #EC464A

Tints of Amaranth #EC464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 62.11%
G = 18.42%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC464A (or 0xEC464A) is known color: Amaranth. HEX triplet: EC, 46 and 4A. RGB value is (236,70,74). Sum of RGB (Red+Green+Blue) = 236+70+74=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC464A is #13B9B5. Grayscale: #787878. Windows color (decimal): -1292726 or 4867820. OLE color: 4867820.

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

Color convert

RGB 236 70 74 -
CMYK 0 0.70 0.69 0.07
HSL 358.55º 0.81% 0.6% -
HSV(B) 358.55º 0.7% 0.93% -
XYZ 38.02 22.71 8.86 -
YUV 120.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 236 70 74 0 0.70 0.69 0.07 358.55 0.81 0.6
Hex EC 46 4A 0 46 45 7 167 51 3C
Octal 354 106 112 0 106 105 7 547 121 74
Binary 11101100 1000110 1001010 0 1000110 1000101 111 101100111 1010001 111100

Color Harmonies of #EC464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC464A

Black with #EC464A

Text Example


Text Example

White with #EC464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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