#ef1e48

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

Shades of Amaranth #EF1E48

Tints of Amaranth #EF1E48

Color information

#EF1E48 (or 0xEF1E48) is unknown color: approx Amaranth. HEX triplet: EF, 1E and 48. RGB value is (239,30,72). Sum of RGB (Red+Green+Blue) = 239+30+72=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E48 is #10E1B7. Grayscale: #616161. Windows color (decimal): -1106360 or 4726511. OLE color: 4726511.

HSL color Cylindrical-coordinate representation of color #EF1E48: hue angle of 347.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E48 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2393072-
CMYK00.870.700.06
HSL347.94º86.72%52.75%-
HSV(B)347.94º87.45%93.73%-
XYZ37.2319.757.98-
YUV97.28113.74229.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.09%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=70.09%
G=8.80%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239307200.870.700.06347.9486.7252.75
HexEF1E4805746615c5735
Octal357361100127106653412765
Binary111011111111010010000101011110001101101010111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1e48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1e48; }

 p { color: rgb(239,30,72); }

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

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

 a { background-color: rgb(239,30,72); }

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

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

 span { border-color: rgb(239,30,72); }

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