#EF2D5C

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

Shades of Amaranth #EF2D5C

Tints of Amaranth #EF2D5C

Color information

#EF2D5C (or 0xEF2D5C) is unknown color: approx Amaranth. HEX triplet: EF, 2D and 5C. RGB value is (239,45,92). Sum of RGB (Red+Green+Blue) = 239+45+92=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D5C is #10D2A3. Grayscale: #6C6C6C. Windows color (decimal): -1102500 or 6041071. OLE color: 6041071.

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

Color convert

RGB2394592-
CMYK00.810.620.06
HSL345.46º85.84%55.69%-
HSV(B)345.46º81.17%93.73%-
XYZ38.472112.15-
YUV108.36118.77221.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.56%
GREEN value IS 45 (17.97% from 255) = 11.97%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=63.56%
G=11.97%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239459200.810.620.06345.4685.8455.69
HexEF2D5C0513E61595638
Octal35755134012176653112670
Binary111011111011011011100010100011111101101010110011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2D5C; }

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

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

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

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

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

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

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

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