Html Css Color HEX #EC205C Amaranth

📋 copy color: '#EC205C'

red 236 ◦ green 32 ◦ blue 92

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

Shades of Amaranth #EC205C

Tints of Amaranth #EC205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 65.56%
G = 8.89%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC205C (or 0xEC205C) is known color: Amaranth. HEX triplet: EC, 20 and 5C. RGB value is (236,32,92). Sum of RGB (Red+Green+Blue) = 236+32+92=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC205C is #13DFA3. Grayscale: #636363. Windows color (decimal): -1302436 or 6037740. OLE color: 6037740.

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

Color convert

RGB 236 32 92 -
CMYK 0 0.86 0.61 0.07
HSL 342.35º 0.84% 0.53% -
HSV(B) 342.35º 0.86% 0.93% -
XYZ 37.04 19.64 11.96 -
YUV 99.84 123.59 225.12 -
System Red Green Blue C M Y K H S L
Decimal 236 32 92 0 0.86 0.61 0.07 342.35 0.84 0.53
Hex EC 20 5C 0 56 3D 7 156 54 35
Octal 354 40 134 0 126 75 7 526 124 65
Binary 11101100 100000 1011100 0 1010110 111101 111 101010110 1010100 110101

Color Harmonies of #EC205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC205C

Black with #EC205C

Text Example


Text Example

White with #EC205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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