#EF3B49

Color #EF3B49 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EF3B49

Tints of Amaranth #EF3B49

Color information

#EF3B49 (or 0xEF3B49) is unknown color: approx Amaranth. HEX triplet: EF, 3B and 49. RGB value is (239,59,73). Sum of RGB (Red+Green+Blue) = 239+59+73=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3B49 is #10C4B6. Grayscale: #727272. Windows color (decimal): -1098935 or 4799471. OLE color: 4799471.

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

Color convert

RGB2395973-
CMYK00.750.690.06
HSL355.33º84.91%58.43%-
HSV(B)355.33º75.31%93.73%-
XYZ38.3621.968.52-
YUV114.42104.63216.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.42%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=64.42%
G=15.90%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239597300.750.690.06355.3384.9158.43
HexEF3B4904B456163553a
Octal357731110113105654312572
Binary1110111111101110010010100101110001011101011000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3B49; }

 p { color: rgb(239,59,73); }

 H1.HeaderClassName
 {
   color: #EF3B49;
 }
 .AnyTagClassName
 {
   color: #EF3B49;
 }
</style>
background-color css

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

 a { background-color: rgb(239,59,73); }

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

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

 span { border-color: rgb(239,59,73); }

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