Html Css Color HEX #EC3246 Amaranth

📋 copy color: '#EC3246'

red 236 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #EC3246

Tints of Amaranth #EC3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 66.29%
G = 14.04%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC3246 (or 0xEC3246) is known color: Amaranth. HEX triplet: EC, 32 and 46. RGB value is (236,50,70). Sum of RGB (Red+Green+Blue) = 236+50+70=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3246 is #13CDB9. Grayscale: #6C6C6C. Windows color (decimal): -1297850 or 4600556. OLE color: 4600556.

HSL color Cylindrical-coordinate representation of color #EC3246: hue angle of 353.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3246 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 50 70 -
CMYK 0 0.79 0.70 0.07
HSL 353.55º 0.83% 0.56% -
HSV(B) 353.55º 0.79% 0.93% -
XYZ 36.84 20.56 7.82 -
YUV 107.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 236 50 70 0 0.79 0.70 0.07 353.55 0.83 0.56
Hex EC 32 46 0 4F 46 7 162 53 38
Octal 354 62 106 0 117 106 7 542 123 70
Binary 11101100 110010 1000110 0 1001111 1000110 111 101100010 1010011 111000

Color Harmonies of #EC3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3246

Black with #EC3246

Text Example


Text Example

White with #EC3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3246; }

 p { color: rgb(236,50,70); }

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

background-color css

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

 a { background-color: rgb(236,50,70); }

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

border-color css

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

 span { border-color: rgb(236,50,70); }

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