Html Css Color HEX #EC4050 Amaranth

📋 copy color: '#EC4050'

red 236 ◦ green 64 ◦ blue 80

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

Shades of Amaranth #EC4050

Tints of Amaranth #EC4050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 62.11%
G = 16.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC4050 (or 0xEC4050) is known color: Amaranth. HEX triplet: EC, 40 and 50. RGB value is (236,64,80). Sum of RGB (Red+Green+Blue) = 236+64+80=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4050 is #13BFAF. Grayscale: #757575. Windows color (decimal): -1294256 or 5259500. OLE color: 5259500.

HSL color Cylindrical-coordinate representation of color #EC4050: hue angle of 354.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4050 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 80 -
CMYK 0 0.73 0.66 0.07
HSL 354.42º 0.82% 0.59% -
HSV(B) 354.42º 0.73% 0.93% -
XYZ 37.87 22.08 9.85 -
YUV 117.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 236 64 80 0 0.73 0.66 0.07 354.42 0.82 0.59
Hex EC 40 50 0 49 42 7 162 52 3B
Octal 354 100 120 0 111 102 7 542 122 73
Binary 11101100 1000000 1010000 0 1001001 1000010 111 101100010 1010010 111011

Color Harmonies of #EC4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4050

Black with #EC4050

Text Example


Text Example

White with #EC4050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4050; }

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

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

background-color css

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

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

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

border-color css

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

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

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