Html Css Color HEX #EF4049 Amaranth

📋 copy color: '#EF4049'

red 239 ◦ green 64 ◦ blue 73

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

Shades of Amaranth #EF4049

Tints of Amaranth #EF4049

RGB

 RED value IS 239 (93.75% from 255) = 63.56%

 GREEN value IS 64 (25.39% from 255) = 17.02%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 63.56%
G = 17.02%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF4049 (or 0xEF4049) is known color: Amaranth. HEX triplet: EF, 40 and 49. RGB value is (239,64,73). Sum of RGB (Red+Green+Blue) = 239+64+73=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4049 is #10BFB6. Grayscale: #757575. Windows color (decimal): -1097655 or 4800751. OLE color: 4800751.

HSL color Cylindrical-coordinate representation of color #EF4049: hue angle of 356.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4049 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 64 73 -
CMYK 0 0.73 0.69 0.06
HSL 356.91º 0.85% 0.59% -
HSV(B) 356.91º 0.73% 0.94% -
XYZ 38.63 22.5 8.61 -
YUV 117.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 239 64 73 0 0.73 0.69 0.06 356.91 0.85 0.59
Hex EF 40 49 0 49 45 6 165 55 3B
Octal 357 100 111 0 111 105 6 545 125 73
Binary 11101111 1000000 1001001 0 1001001 1000101 110 101100101 1010101 111011

Color Harmonies of #EF4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4049

Black with #EF4049

Text Example


Text Example

White with #EF4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4049; }

 p { color: rgb(239,64,73); }

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

background-color css

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

 a { background-color: rgb(239,64,73); }

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

border-color css

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

 span { border-color: rgb(239,64,73); }

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