Html Css Color HEX #EF4849 Amaranth

📋 copy color: '#EF4849'

red 239 ◦ green 72 ◦ blue 73

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

Shades of Amaranth #EF4849

Tints of Amaranth #EF4849

RGB

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

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

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

R = 62.24%
G = 18.75%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF4849 (or 0xEF4849) is known color: Amaranth. HEX triplet: EF, 48 and 49. RGB value is (239,72,73). Sum of RGB (Red+Green+Blue) = 239+72+73=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4849 is #10B7B6. Grayscale: #7A7A7A. Windows color (decimal): -1095607 or 4802799. OLE color: 4802799.

HSL color Cylindrical-coordinate representation of color #EF4849: hue angle of 359.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4849 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 73 -
CMYK 0 0.70 0.69 0.06
HSL 359.64º 0.84% 0.61% -
HSV(B) 359.64º 0.7% 0.94% -
XYZ 39.12 23.47 8.77 -
YUV 122.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 239 72 73 0 0.70 0.69 0.06 359.64 0.84 0.61
Hex EF 48 49 0 46 45 6 168 54 3D
Octal 357 110 111 0 106 105 6 550 124 75
Binary 11101111 1001000 1001001 0 1000110 1000101 110 101101000 1010100 111101

Color Harmonies of #EF4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4849

Black with #EF4849

Text Example


Text Example

White with #EF4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4849; }

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

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

background-color css

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

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

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

border-color css

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

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

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