Html Css Color HEX #EC2050 Amaranth

📋 copy color: '#EC2050'

red 236 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #EC2050

Tints of Amaranth #EC2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 67.82%
G = 9.2%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2050 (or 0xEC2050) is known color: Amaranth. HEX triplet: EC, 20 and 50. RGB value is (236,32,80). Sum of RGB (Red+Green+Blue) = 236+32+80=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2050 is #13DFAF. Grayscale: #626262. Windows color (decimal): -1302448 or 5251308. OLE color: 5251308.

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

Color convert

RGB 236 32 80 -
CMYK 0 0.86 0.66 0.07
HSL 345.88º 0.84% 0.53% -
HSV(B) 345.88º 0.86% 0.93% -
XYZ 36.56 19.45 9.42 -
YUV 98.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 236 32 80 0 0.86 0.66 0.07 345.88 0.84 0.53
Hex EC 20 50 0 56 42 7 15A 54 35
Octal 354 40 120 0 126 102 7 532 124 65
Binary 11101100 100000 1010000 0 1010110 1000010 111 101011010 1010100 110101

Color Harmonies of #EC2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2050

Black with #EC2050

Text Example


Text Example

White with #EC2050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2050; }

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

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

background-color css

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

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

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

border-color css

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

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

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