#ef2d57

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

Shades of Amaranth #EF2D57

Tints of Amaranth #EF2D57

Color information

#EF2D57 (or 0xEF2D57) is unknown color: approx Amaranth. HEX triplet: EF, 2D and 57. RGB value is (239,45,87). Sum of RGB (Red+Green+Blue) = 239+45+87=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D57 is #10D2A8. Grayscale: #6B6B6B. Windows color (decimal): -1102505 or 5713391. OLE color: 5713391.

HSL color Cylindrical-coordinate representation of color #EF2D57: hue angle of 347.01º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D57 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB2394587-
CMYK00.810.640.06
HSL347.01º85.84%55.69%-
HSV(B)347.01º81.17%93.73%-
XYZ38.2620.9211.04-
YUV107.79116.27221.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.42%
GREEN value IS 45 (17.97% from 255) = 12.13%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=64.42%
G=12.13%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239458700.810.640.06347.0185.8455.69
HexEF2D5705140615b5638
Octal357551270121100653312670
Binary1110111110110110101110101000110000001101010110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2d57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2d57; }

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

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

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

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

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

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

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

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