Html Css Color HEX #EC224B Amaranth

📋 copy color: '#EC224B'

red 236 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #EC224B

Tints of Amaranth #EC224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 68.41%
G = 9.86%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC224B (or 0xEC224B) is known color: Amaranth. HEX triplet: EC, 22 and 4B. RGB value is (236,34,75). Sum of RGB (Red+Green+Blue) = 236+34+75=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC224B is #13DDB4. Grayscale: #636363. Windows color (decimal): -1301941 or 4924140. OLE color: 4924140.

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

Color convert

RGB 236 34 75 -
CMYK 0 0.86 0.68 0.07
HSL 347.82º 0.84% 0.53% -
HSV(B) 347.82º 0.86% 0.93% -
XYZ 36.43 19.48 8.5 -
YUV 99.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 236 34 75 0 0.86 0.68 0.07 347.82 0.84 0.53
Hex EC 22 4B 0 56 44 7 15C 54 35
Octal 354 42 113 0 126 104 7 534 124 65
Binary 11101100 100010 1001011 0 1010110 1000100 111 101011100 1010100 110101

Color Harmonies of #EC224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC224B

Black with #EC224B

Text Example


Text Example

White with #EC224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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