Html Css Color HEX #EC4650 Amaranth

📋 copy color: '#EC4650'

red 236 ◦ green 70 ◦ blue 80

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

Shades of Amaranth #EC4650

Tints of Amaranth #EC4650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 61.14%
G = 18.13%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4650 (or 0xEC4650) is known color: Amaranth. HEX triplet: EC, 46 and 50. RGB value is (236,70,80). Sum of RGB (Red+Green+Blue) = 236+70+80=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4650 is #13B9AF. Grayscale: #787878. Windows color (decimal): -1292720 or 5261036. OLE color: 5261036.

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

Color convert

RGB 236 70 80 -
CMYK 0 0.70 0.66 0.07
HSL 356.39º 0.81% 0.6% -
HSV(B) 356.39º 0.7% 0.93% -
XYZ 38.23 22.79 9.97 -
YUV 120.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 236 70 80 0 0.70 0.66 0.07 356.39 0.81 0.6
Hex EC 46 50 0 46 42 7 164 51 3C
Octal 354 106 120 0 106 102 7 544 121 74
Binary 11101100 1000110 1010000 0 1000110 1000010 111 101100100 1010001 111100

Color Harmonies of #EC4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4650

Black with #EC4650

Text Example


Text Example

White with #EC4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4650; }

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

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

background-color css

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

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

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

border-color css

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

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

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