Html Css Color HEX #EF3546 Amaranth

📋 copy color: '#EF3546'

red 239 ◦ green 53 ◦ blue 70

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

Shades of Amaranth #EF3546

Tints of Amaranth #EF3546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.64%

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

R = 66.02%
G = 14.64%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF3546 (or 0xEF3546) is known color: Amaranth. HEX triplet: EF, 35 and 46. RGB value is (239,53,70). Sum of RGB (Red+Green+Blue) = 239+53+70=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3546 is #10CAB9. Grayscale: #6E6E6E. Windows color (decimal): -1100474 or 4601327. OLE color: 4601327.

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

Color convert

RGB 239 53 70 -
CMYK 0 0.78 0.71 0.06
HSL 354.52º 0.85% 0.57% -
HSV(B) 354.52º 0.78% 0.94% -
XYZ 37.98 21.34 7.91 -
YUV 110.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 239 53 70 0 0.78 0.71 0.06 354.52 0.85 0.57
Hex EF 35 46 0 4E 47 6 163 55 39
Octal 357 65 106 0 116 107 6 543 125 71
Binary 11101111 110101 1000110 0 1001110 1000111 110 101100011 1010101 111001

Color Harmonies of #EF3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3546

Black with #EF3546

Text Example


Text Example

White with #EF3546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3546; }

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

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

background-color css

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

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

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

border-color css

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

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

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