#EF2D4D

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

Shades of Amaranth #EF2D4D

Tints of Amaranth #EF2D4D

Color information

#EF2D4D (or 0xEF2D4D) is unknown color: approx Amaranth. HEX triplet: EF, 2D and 4D. RGB value is (239,45,77). Sum of RGB (Red+Green+Blue) = 239+45+77=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D4D is #10D2B2. Grayscale: #6A6A6A. Windows color (decimal): -1102515 or 5058031. OLE color: 5058031.

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

Color convert

RGB2394577-
CMYK00.810.680.06
HSL350.1º85.84%55.69%-
HSV(B)350.1º81.17%93.73%-
XYZ37.8720.769.03-
YUV106.65111.27222.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.20%
GREEN value IS 45 (17.97% from 255) = 12.47%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=66.20%
G=12.47%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239457700.810.680.06350.185.8455.69
HexEF2D4D05144615e5638
Octal357551150121104653612670
Binary1110111110110110011010101000110001001101010111101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D4D; }

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

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

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

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

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

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

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

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