Html Css Color HEX #EF404D Amaranth

📋 copy color: '#EF404D'

red 239 ◦ green 64 ◦ blue 77

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

Shades of Amaranth #EF404D

Tints of Amaranth #EF404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 62.89%
G = 16.84%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF404D (or 0xEF404D) is known color: Amaranth. HEX triplet: EF, 40 and 4D. RGB value is (239,64,77). Sum of RGB (Red+Green+Blue) = 239+64+77=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF404D is #10BFB2. Grayscale: #757575. Windows color (decimal): -1097651 or 5062895. OLE color: 5062895.

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

Color convert

RGB 239 64 77 -
CMYK 0 0.73 0.68 0.06
HSL 355.54º 0.85% 0.59% -
HSV(B) 355.54º 0.73% 0.94% -
XYZ 38.77 22.55 9.33 -
YUV 117.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 239 64 77 0 0.73 0.68 0.06 355.54 0.85 0.59
Hex EF 40 4D 0 49 44 6 164 55 3B
Octal 357 100 115 0 111 104 6 544 125 73
Binary 11101111 1000000 1001101 0 1001001 1000100 110 101100100 1010101 111011

Color Harmonies of #EF404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF404D

Black with #EF404D

Text Example


Text Example

White with #EF404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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