#EF2044

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

Shades of Amaranth #EF2044

Tints of Amaranth #EF2044

Color information

#EF2044 (or 0xEF2044) is unknown color: approx Amaranth. HEX triplet: EF, 20 and 44. RGB value is (239,32,68). Sum of RGB (Red+Green+Blue) = 239+32+68=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2044 is #10DFBB. Grayscale: #626262. Windows color (decimal): -1105852 or 4464879. OLE color: 4464879.

HSL color Cylindrical-coordinate representation of color #EF2044: hue angle of 349.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2044 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2393268-
CMYK00.870.720.06
HSL349.57º86.61%53.14%-
HSV(B)349.57º86.61%93.73%-
XYZ37.1619.87.33-
YUV98111.08228.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.50%
GREEN value IS 32 (12.89% from 255) = 9.44%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=70.50%
G=9.44%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239326800.870.720.06349.5786.6153.14
HexEF204405748615e5735
Octal357401040127110653612765
Binary1110111110000010001000101011110010001101010111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2044; }

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

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

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

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

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

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

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

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