Html Css Color HEX #EF3146 Amaranth

📋 copy color: '#EF3146'

red 239 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #EF3146

Tints of Amaranth #EF3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 66.76%
G = 13.69%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF3146 (or 0xEF3146) is known color: Amaranth. HEX triplet: EF, 31 and 46. RGB value is (239,49,70). Sum of RGB (Red+Green+Blue) = 239+49+70=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3146 is #10CEB9. Grayscale: #6C6C6C. Windows color (decimal): -1101498 or 4600303. OLE color: 4600303.

HSL color Cylindrical-coordinate representation of color #EF3146: hue angle of 353.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3146 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 49 70 -
CMYK 0 0.79 0.71 0.06
HSL 353.37º 0.86% 0.56% -
HSV(B) 353.37º 0.79% 0.94% -
XYZ 37.8 20.99 7.85 -
YUV 108.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 239 49 70 0 0.79 0.71 0.06 353.37 0.86 0.56
Hex EF 31 46 0 4F 47 6 161 56 38
Octal 357 61 106 0 117 107 6 541 126 70
Binary 11101111 110001 1000110 0 1001111 1000111 110 101100001 1010110 111000

Color Harmonies of #EF3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3146

Black with #EF3146

Text Example


Text Example

White with #EF3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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