Html Css Color HEX #EF404A Amaranth

📋 copy color: '#EF404A'

red 239 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #EF404A

Tints of Amaranth #EF404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 63.4%
G = 16.98%
B = 19.63%

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

#EF404A (or 0xEF404A) is known color: Amaranth. HEX triplet: EF, 40 and 4A. RGB value is (239,64,74). Sum of RGB (Red+Green+Blue) = 239+64+74=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF404A is #10BFB5. Grayscale: #757575. Windows color (decimal): -1097654 or 4866287. OLE color: 4866287.

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

Color convert

RGB 239 64 74 -
CMYK 0 0.73 0.69 0.06
HSL 356.57º 0.85% 0.59% -
HSV(B) 356.57º 0.73% 0.94% -
XYZ 38.67 22.51 8.79 -
YUV 117.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 239 64 74 0 0.73 0.69 0.06 356.57 0.85 0.59
Hex EF 40 4A 0 49 45 6 165 55 3B
Octal 357 100 112 0 111 105 6 545 125 73
Binary 11101111 1000000 1001010 0 1001001 1000101 110 101100101 1010101 111011

Color Harmonies of #EF404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF404A

Black with #EF404A

Text Example


Text Example

White with #EF404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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