Html Css Color HEX #EC4750 Amaranth

📋 copy color: '#EC4750'

red 236 ◦ green 71 ◦ blue 80

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

Shades of Amaranth #EC4750

Tints of Amaranth #EC4750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

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

R = 60.98%
G = 18.35%
B = 20.67%

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

#EC4750 (or 0xEC4750) is known color: Amaranth. HEX triplet: EC, 47 and 50. RGB value is (236,71,80). Sum of RGB (Red+Green+Blue) = 236+71+80=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4750 is #13B8AF. Grayscale: #797979. Windows color (decimal): -1292464 or 5261292. OLE color: 5261292.

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

Color convert

RGB 236 71 80 -
CMYK 0 0.70 0.66 0.07
HSL 356.73º 0.81% 0.6% -
HSV(B) 356.73º 0.7% 0.93% -
XYZ 38.29 22.92 9.99 -
YUV 121.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 236 71 80 0 0.70 0.66 0.07 356.73 0.81 0.6
Hex EC 47 50 0 46 42 7 165 51 3C
Octal 354 107 120 0 106 102 7 545 121 74
Binary 11101100 1000111 1010000 0 1000110 1000010 111 101100101 1010001 111100

Color Harmonies of #EC4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4750

Black with #EC4750

Text Example


Text Example

White with #EC4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4750; }

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

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

background-color css

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

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

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

border-color css

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

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

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