#EF1C57

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

Shades of Amaranth #EF1C57

Tints of Amaranth #EF1C57

Color information

#EF1C57 (or 0xEF1C57) is unknown color: approx Amaranth. HEX triplet: EF, 1C and 57. RGB value is (239,28,87). Sum of RGB (Red+Green+Blue) = 239+28+87=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1C57 is #10E3A8. Grayscale: #616161. Windows color (decimal): -1106857 or 5709039. OLE color: 5709039.

HSL color Cylindrical-coordinate representation of color #EF1C57: hue angle of 343.22º 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 #EF1C57 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB2392887-
CMYK00.880.640.06
HSL343.22º86.83%52.35%-
HSV(B)343.22º88.28%93.73%-
XYZ37.7319.8710.86-
YUV97.82121.9228.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.51%
GREEN value IS 28 (11.33% from 255) = 7.91%
BLUE value IS 87 (34.38% from 255) = 24.58%
R=67.51%
G=7.91%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239288700.880.640.06343.2286.8352.35
HexEF1C570584061575734
Octal357341270130100652712764
Binary111011111110010101110101100010000001101010101111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1C57; }

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

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

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

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

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

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

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

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