Html Css Color HEX #EC224E Amaranth

📋 copy color: '#EC224E'

red 236 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #EC224E

Tints of Amaranth #EC224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.77%

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

R = 67.82%
G = 9.77%
B = 22.41%

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

#EC224E (or 0xEC224E) is known color: Amaranth. HEX triplet: EC, 22 and 4E. RGB value is (236,34,78). Sum of RGB (Red+Green+Blue) = 236+34+78=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC224E is #13DDB1. Grayscale: #636363. Windows color (decimal): -1301938 or 5120748. OLE color: 5120748.

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

Color convert

RGB 236 34 78 -
CMYK 0 0.86 0.67 0.07
HSL 346.93º 0.84% 0.53% -
HSV(B) 346.93º 0.86% 0.93% -
XYZ 36.54 19.53 9.05 -
YUV 99.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 236 34 78 0 0.86 0.67 0.07 346.93 0.84 0.53
Hex EC 22 4E 0 56 43 7 15B 54 35
Octal 354 42 116 0 126 103 7 533 124 65
Binary 11101100 100010 1001110 0 1010110 1000011 111 101011011 1010100 110101

Color Harmonies of #EC224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC224E

Black with #EC224E

Text Example


Text Example

White with #EC224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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