Html Css Color HEX #EF4046 Amaranth

📋 copy color: '#EF4046'

red 239 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #EF4046

Tints of Amaranth #EF4046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 64.08%
G = 17.16%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF4046 (or 0xEF4046) is known color: Amaranth. HEX triplet: EF, 40 and 46. RGB value is (239,64,70). Sum of RGB (Red+Green+Blue) = 239+64+70=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4046 is #10BFB9. Grayscale: #757575. Windows color (decimal): -1097658 or 4604143. OLE color: 4604143.

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

Color convert

RGB 239 64 70 -
CMYK 0 0.73 0.71 0.06
HSL 357.94º 0.85% 0.59% -
HSV(B) 357.94º 0.73% 0.94% -
XYZ 38.54 22.46 8.1 -
YUV 117.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 239 64 70 0 0.73 0.71 0.06 357.94 0.85 0.59
Hex EF 40 46 0 49 47 6 166 55 3B
Octal 357 100 106 0 111 107 6 546 125 73
Binary 11101111 1000000 1000110 0 1001001 1000111 110 101100110 1010101 111011

Color Harmonies of #EF4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4046

Black with #EF4046

Text Example


Text Example

White with #EF4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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