Html Css Color HEX #EC484F Amaranth

📋 copy color: '#EC484F'

red 236 ◦ green 72 ◦ blue 79

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

Shades of Amaranth #EC484F

Tints of Amaranth #EC484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 60.98%
G = 18.6%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC484F (or 0xEC484F) is known color: Amaranth. HEX triplet: EC, 48 and 4F. RGB value is (236,72,79). Sum of RGB (Red+Green+Blue) = 236+72+79=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC484F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC484F is #13B7B0. Grayscale: #797979. Windows color (decimal): -1292209 or 5196012. OLE color: 5196012.

HSL color Cylindrical-coordinate representation of color #EC484F: hue angle of 357.44º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC484F is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 79 -
CMYK 0 0.69 0.67 0.07
HSL 357.44º 0.81% 0.6% -
HSV(B) 357.44º 0.69% 0.93% -
XYZ 38.32 23.03 9.82 -
YUV 121.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 236 72 79 0 0.69 0.67 0.07 357.44 0.81 0.6
Hex EC 48 4F 0 45 43 7 165 51 3C
Octal 354 110 117 0 105 103 7 545 121 74
Binary 11101100 1001000 1001111 0 1000101 1000011 111 101100101 1010001 111100

Color Harmonies of #EC484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC484F

Black with #EC484F

Text Example


Text Example

White with #EC484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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