#ef1c47

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

Shades of Amaranth #EF1C47

Tints of Amaranth #EF1C47

Color information

#EF1C47 (or 0xEF1C47) is unknown color: approx Amaranth. HEX triplet: EF, 1C and 47. RGB value is (239,28,71). Sum of RGB (Red+Green+Blue) = 239+28+71=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C47 is #10E3B8. Grayscale: #606060. Windows color (decimal): -1106873 or 4660463. OLE color: 4660463.

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

Color convert

RGB2392871-
CMYK00.880.700.06
HSL347.77º86.83%52.35%-
HSV(B)347.77º88.28%93.73%-
XYZ37.1519.647.79-
YUV95.99113.9230-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.71%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=70.71%
G=8.28%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239287100.880.700.06347.7786.8352.35
HexEF1C4705846615c5734
Octal357341070130106653412764
Binary111011111110010001110101100010001101101010111001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1c47; }

 p { color: rgb(239,28,71); }

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

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

 a { background-color: rgb(239,28,71); }

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

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

 span { border-color: rgb(239,28,71); }

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