#EF2A58

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

Shades of Amaranth #EF2A58

Tints of Amaranth #EF2A58

Color information

#EF2A58 (or 0xEF2A58) is unknown color: approx Amaranth. HEX triplet: EF, 2A and 58. RGB value is (239,42,88). Sum of RGB (Red+Green+Blue) = 239+42+88=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2A58 is #10D5A7. Grayscale: #6A6A6A. Windows color (decimal): -1103272 or 5778159. OLE color: 5778159.

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

Color convert

RGB2394288-
CMYK00.820.630.06
HSL345.99º86.03%55.1%-
HSV(B)345.99º82.43%93.73%-
XYZ38.1920.7111.22-
YUV106.15117.77222.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.77%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=64.77%
G=11.38%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239428800.820.630.06345.9986.0355.1
HexEF2A580523F615a5637
Octal35752130012277653212667
Binary111011111010101011000010100101111111101010110101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2A58; }

 p { color: rgb(239,42,88); }

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

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

 a { background-color: rgb(239,42,88); }

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

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

 span { border-color: rgb(239,42,88); }

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