#ef1d49

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

Shades of Amaranth #EF1D49

Tints of Amaranth #EF1D49

Color information

#EF1D49 (or 0xEF1D49) is unknown color: approx Amaranth. HEX triplet: EF, 1D and 49. RGB value is (239,29,73). Sum of RGB (Red+Green+Blue) = 239+29+73=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D49 is #10E2B6. Grayscale: #606060. Windows color (decimal): -1106615 or 4791791. OLE color: 4791791.

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

Color convert

RGB2392973-
CMYK00.880.690.06
HSL347.43º86.78%52.55%-
HSV(B)347.43º87.87%93.73%-
XYZ37.2419.718.15-
YUV96.81114.57229.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.09%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=70.09%
G=8.50%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239297300.880.690.06347.4386.7852.55
HexEF1D4905845615b5735
Octal357351110130105653312765
Binary111011111110110010010101100010001011101010110111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1d49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1d49; }

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

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

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

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

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

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

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

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