#EF3D4C

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

Shades of Amaranth #EF3D4C

Tints of Amaranth #EF3D4C

Color information

#EF3D4C (or 0xEF3D4C) is unknown color: approx Amaranth. HEX triplet: EF, 3D and 4C. RGB value is (239,61,76). Sum of RGB (Red+Green+Blue) = 239+61+76=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D4C is #10C2B3. Grayscale: #747474. Windows color (decimal): -1098420 or 4996591. OLE color: 4996591.

HSL color Cylindrical-coordinate representation of color #EF3D4C: hue angle of 354.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3D4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB2396176-
CMYK00.740.680.06
HSL354.94º84.76%58.82%-
HSV(B)354.94º74.48%93.73%-
XYZ38.5722.219.09-
YUV115.93105.47215.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.56%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 76 (30.08% from 255) = 20.21%
R=63.56%
G=16.22%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239617600.740.680.06354.9484.7658.82
HexEF3D4C04A446163553b
Octal357751140112104654312573
Binary1110111111110110011000100101010001001101011000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3D4C; }

 p { color: rgb(239,61,76); }

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

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

 a { background-color: rgb(239,61,76); }

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

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

 span { border-color: rgb(239,61,76); }

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