Html Css Color HEX #EC3148 Amaranth

📋 copy color: '#EC3148'

red 236 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #EC3148

Tints of Amaranth #EC3148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 66.11%
G = 13.73%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC3148 (or 0xEC3148) is known color: Amaranth. HEX triplet: EC, 31 and 48. RGB value is (236,49,72). Sum of RGB (Red+Green+Blue) = 236+49+72=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3148 is #13CEB7. Grayscale: #6B6B6B. Windows color (decimal): -1298104 or 4731372. OLE color: 4731372.

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

Color convert

RGB 236 49 72 -
CMYK 0 0.79 0.69 0.07
HSL 352.62º 0.83% 0.56% -
HSV(B) 352.62º 0.79% 0.93% -
XYZ 36.86 20.5 8.14 -
YUV 107.54 107.95 219.63 -
System Red Green Blue C M Y K H S L
Decimal 236 49 72 0 0.79 0.69 0.07 352.62 0.83 0.56
Hex EC 31 48 0 4F 45 7 161 53 38
Octal 354 61 110 0 117 105 7 541 123 70
Binary 11101100 110001 1001000 0 1001111 1000101 111 101100001 1010011 111000

Color Harmonies of #EC3148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3148

Black with #EC3148

Text Example


Text Example

White with #EC3148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3148; }

 p { color: rgb(236,49,72); }

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

background-color css

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

 a { background-color: rgb(236,49,72); }

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

border-color css

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

 span { border-color: rgb(236,49,72); }

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