Html Css Color HEX #EC204C Amaranth

📋 copy color: '#EC204C'

red 236 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #EC204C

Tints of Amaranth #EC204C

RGB

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

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

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

R = 68.6%
G = 9.3%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC204C (or 0xEC204C) is known color: Amaranth. HEX triplet: EC, 20 and 4C. RGB value is (236,32,76). Sum of RGB (Red+Green+Blue) = 236+32+76=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC204C is #13DFB3. Grayscale: #626262. Windows color (decimal): -1302452 or 4989164. OLE color: 4989164.

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

Color convert

RGB 236 32 76 -
CMYK 0 0.86 0.68 0.07
HSL 347.06º 0.84% 0.53% -
HSV(B) 347.06º 0.86% 0.93% -
XYZ 36.41 19.39 8.66 -
YUV 98.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 236 32 76 0 0.86 0.68 0.07 347.06 0.84 0.53
Hex EC 20 4C 0 56 44 7 15B 54 35
Octal 354 40 114 0 126 104 7 533 124 65
Binary 11101100 100000 1001100 0 1010110 1000100 111 101011011 1010100 110101

Color Harmonies of #EC204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC204C

Black with #EC204C

Text Example


Text Example

White with #EC204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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