Html Css Color HEX #EC214F Amaranth

📋 copy color: '#EC214F'

red 236 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #EC214F

Tints of Amaranth #EC214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 67.82%
G = 9.48%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC214F (or 0xEC214F) is known color: Amaranth. HEX triplet: EC, 21 and 4F. RGB value is (236,33,79). Sum of RGB (Red+Green+Blue) = 236+33+79=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC214F is #13DEB0. Grayscale: #626262. Windows color (decimal): -1302193 or 5186028. OLE color: 5186028.

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

Color convert

RGB 236 33 79 -
CMYK 0 0.86 0.67 0.07
HSL 346.4º 0.84% 0.53% -
HSV(B) 346.4º 0.86% 0.93% -
XYZ 36.55 19.49 9.23 -
YUV 98.94 116.75 225.76 -
System Red Green Blue C M Y K H S L
Decimal 236 33 79 0 0.86 0.67 0.07 346.4 0.84 0.53
Hex EC 21 4F 0 56 43 7 15A 54 35
Octal 354 41 117 0 126 103 7 532 124 65
Binary 11101100 100001 1001111 0 1010110 1000011 111 101011010 1010100 110101

Color Harmonies of #EC214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC214F

Black with #EC214F

Text Example


Text Example

White with #EC214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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