Html Css Color HEX #EC215D Amaranth

📋 copy color: '#EC215D'

red 236 ◦ green 33 ◦ blue 93

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

Shades of Amaranth #EC215D

Tints of Amaranth #EC215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

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

R = 65.19%
G = 9.12%
B = 25.69%

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

#EC215D (or 0xEC215D) is known color: Amaranth. HEX triplet: EC, 21 and 5D. RGB value is (236,33,93). Sum of RGB (Red+Green+Blue) = 236+33+93=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC215D is #13DEA2. Grayscale: #646464. Windows color (decimal): -1302179 or 6103532. OLE color: 6103532.

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

Color convert

RGB 236 33 93 -
CMYK 0 0.86 0.61 0.07
HSL 342.27º 0.84% 0.53% -
HSV(B) 342.27º 0.86% 0.93% -
XYZ 37.11 19.71 12.2 -
YUV 100.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 236 33 93 0 0.86 0.61 0.07 342.27 0.84 0.53
Hex EC 21 5D 0 56 3D 7 156 54 35
Octal 354 41 135 0 126 75 7 526 124 65
Binary 11101100 100001 1011101 0 1010110 111101 111 101010110 1010100 110101

Color Harmonies of #EC215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC215D

Black with #EC215D

Text Example


Text Example

White with #EC215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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