Html Css Color HEX #EC224F Amaranth

📋 copy color: '#EC224F'

red 236 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #EC224F

Tints of Amaranth #EC224F

RGB

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

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

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

R = 67.62%
G = 9.74%
B = 22.64%

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

#EC224F (or 0xEC224F) is known color: Amaranth. HEX triplet: EC, 22 and 4F. RGB value is (236,34,79). Sum of RGB (Red+Green+Blue) = 236+34+79=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC224F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC224F is #13DDB0. Grayscale: #636363. Windows color (decimal): -1301937 or 5186284. OLE color: 5186284.

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

Color convert

RGB 236 34 79 -
CMYK 0 0.86 0.67 0.07
HSL 346.63º 0.84% 0.53% -
HSV(B) 346.63º 0.86% 0.93% -
XYZ 36.58 19.54 9.24 -
YUV 99.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 236 34 79 0 0.86 0.67 0.07 346.63 0.84 0.53
Hex EC 22 4F 0 56 43 7 15B 54 35
Octal 354 42 117 0 126 103 7 533 124 65
Binary 11101100 100010 1001111 0 1010110 1000011 111 101011011 1010100 110101

Color Harmonies of #EC224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC224F

Black with #EC224F

Text Example


Text Example

White with #EC224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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