Html Css Color HEX #EC214E Amaranth

📋 copy color: '#EC214E'

red 236 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #EC214E

Tints of Amaranth #EC214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 68.01%
G = 9.51%
B = 22.48%

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

#EC214E (or 0xEC214E) is known color: Amaranth. HEX triplet: EC, 21 and 4E. RGB value is (236,33,78). Sum of RGB (Red+Green+Blue) = 236+33+78=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC214E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC214E is #13DEB1. Grayscale: #626262. Windows color (decimal): -1302194 or 5120492. OLE color: 5120492.

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

Color convert

RGB 236 33 78 -
CMYK 0 0.86 0.67 0.07
HSL 346.7º 0.84% 0.53% -
HSV(B) 346.7º 0.86% 0.93% -
XYZ 36.51 19.47 9.04 -
YUV 98.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 236 33 78 0 0.86 0.67 0.07 346.7 0.84 0.53
Hex EC 21 4E 0 56 43 7 15B 54 35
Octal 354 41 116 0 126 103 7 533 124 65
Binary 11101100 100001 1001110 0 1010110 1000011 111 101011011 1010100 110101

Color Harmonies of #EC214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC214E

Black with #EC214E

Text Example


Text Example

White with #EC214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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