Html Css Color HEX #EC464E Amaranth

📋 copy color: '#EC464E'

red 236 ◦ green 70 ◦ blue 78

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

Shades of Amaranth #EC464E

Tints of Amaranth #EC464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 61.46%
G = 18.23%
B = 20.31%

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

#EC464E (or 0xEC464E) is known color: Amaranth. HEX triplet: EC, 46 and 4E. RGB value is (236,70,78). Sum of RGB (Red+Green+Blue) = 236+70+78=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC464E is #13B9B1. Grayscale: #787878. Windows color (decimal): -1292722 or 5129964. OLE color: 5129964.

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

Color convert

RGB 236 70 78 -
CMYK 0 0.70 0.67 0.07
HSL 357.11º 0.81% 0.6% -
HSV(B) 357.11º 0.7% 0.93% -
XYZ 38.16 22.76 9.59 -
YUV 120.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 236 70 78 0 0.70 0.67 0.07 357.11 0.81 0.6
Hex EC 46 4E 0 46 43 7 165 51 3C
Octal 354 106 116 0 106 103 7 545 121 74
Binary 11101100 1000110 1001110 0 1000110 1000011 111 101100101 1010001 111100

Color Harmonies of #EC464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC464E

Black with #EC464E

Text Example


Text Example

White with #EC464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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