Html Css Color HEX #EC464C Amaranth

📋 copy color: '#EC464C'

red 236 ◦ green 70 ◦ blue 76

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

Shades of Amaranth #EC464C

Tints of Amaranth #EC464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 61.78%
G = 18.32%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC464C (or 0xEC464C) is known color: Amaranth. HEX triplet: EC, 46 and 4C. RGB value is (236,70,76). Sum of RGB (Red+Green+Blue) = 236+70+76=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC464C is #13B9B3. Grayscale: #787878. Windows color (decimal): -1292724 or 4998892. OLE color: 4998892.

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

Color convert

RGB 236 70 76 -
CMYK 0 0.70 0.68 0.07
HSL 357.83º 0.81% 0.6% -
HSV(B) 357.83º 0.7% 0.93% -
XYZ 38.09 22.73 9.22 -
YUV 120.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 236 70 76 0 0.70 0.68 0.07 357.83 0.81 0.6
Hex EC 46 4C 0 46 44 7 166 51 3C
Octal 354 106 114 0 106 104 7 546 121 74
Binary 11101100 1000110 1001100 0 1000110 1000100 111 101100110 1010001 111100

Color Harmonies of #EC464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC464C

Black with #EC464C

Text Example


Text Example

White with #EC464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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