Html Css Color HEX #EC205D Amaranth

📋 copy color: '#EC205D'

red 236 ◦ green 32 ◦ blue 93

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

Shades of Amaranth #EC205D

Tints of Amaranth #EC205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 65.37%
G = 8.86%
B = 25.76%

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

#EC205D (or 0xEC205D) is known color: Amaranth. HEX triplet: EC, 20 and 5D. RGB value is (236,32,93). Sum of RGB (Red+Green+Blue) = 236+32+93=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC205D is #13DFA2. Grayscale: #636363. Windows color (decimal): -1302435 or 6103276. OLE color: 6103276.

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

Color convert

RGB 236 32 93 -
CMYK 0 0.86 0.61 0.07
HSL 342.06º 0.84% 0.53% -
HSV(B) 342.06º 0.86% 0.93% -
XYZ 37.08 19.66 12.2 -
YUV 99.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 236 32 93 0 0.86 0.61 0.07 342.06 0.84 0.53
Hex EC 20 5D 0 56 3D 7 156 54 35
Octal 354 40 135 0 126 75 7 526 124 65
Binary 11101100 100000 1011101 0 1010110 111101 111 101010110 1010100 110101

Color Harmonies of #EC205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC205D

Black with #EC205D

Text Example


Text Example

White with #EC205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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