#EF464A

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

Shades of Amaranth #EF464A

Tints of Amaranth #EF464A

Color information

#EF464A (or 0xEF464A) is unknown color: approx Amaranth. HEX triplet: EF, 46 and 4A. RGB value is (239,70,74). Sum of RGB (Red+Green+Blue) = 239+70+74=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF464A is #10B9B5. Grayscale: #797979. Windows color (decimal): -1096118 or 4867823. OLE color: 4867823.

HSL color Cylindrical-coordinate representation of color #EF464A: hue angle of 358.58º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF464A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2397074-
CMYK00.710.690.06
HSL358.58º84.08%60.59%-
HSV(B)358.58º70.71%93.73%-
XYZ39.0223.238.9-
YUV120.99101.49212.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.40%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=62.40%
G=18.28%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239707400.710.690.06358.5884.0860.59
HexEF464A047456167543d
Octal3571061120107105654712475
Binary11101111100011010010100100011110001011101011001111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF464A; }

 p { color: rgb(239,70,74); }

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

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

 a { background-color: rgb(239,70,74); }

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

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

 span { border-color: rgb(239,70,74); }

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