Html Css Color HEX #EF4044 Amaranth

📋 copy color: '#EF4044'

red 239 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #EF4044

Tints of Amaranth #EF4044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 64.42%
G = 17.25%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF4044 (or 0xEF4044) is known color: Amaranth. HEX triplet: EF, 40 and 44. RGB value is (239,64,68). Sum of RGB (Red+Green+Blue) = 239+64+68=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4044 is #10BFBB. Grayscale: #747474. Windows color (decimal): -1097660 or 4473071. OLE color: 4473071.

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

Color convert

RGB 239 64 68 -
CMYK 0 0.73 0.72 0.06
HSL 358.63º 0.85% 0.59% -
HSV(B) 358.63º 0.73% 0.94% -
XYZ 38.47 22.43 7.77 -
YUV 116.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 239 64 68 0 0.73 0.72 0.06 358.63 0.85 0.59
Hex EF 40 44 0 49 48 6 167 55 3B
Octal 357 100 104 0 111 110 6 547 125 73
Binary 11101111 1000000 1000100 0 1001001 1001000 110 101100111 1010101 111011

Color Harmonies of #EF4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4044

Black with #EF4044

Text Example


Text Example

White with #EF4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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