#EF1E56

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

Shades of Amaranth #EF1E56

Tints of Amaranth #EF1E56

Color information

#EF1E56 (or 0xEF1E56) is unknown color: approx Amaranth. HEX triplet: EF, 1E and 56. RGB value is (239,30,86). Sum of RGB (Red+Green+Blue) = 239+30+86=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E56 is #10E1A9. Grayscale: #626262. Windows color (decimal): -1106346 or 5644015. OLE color: 5644015.

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

Color convert

RGB2393086-
CMYK00.870.640.06
HSL343.92º86.72%52.75%-
HSV(B)343.92º87.45%93.73%-
XYZ37.7419.9510.67-
YUV98.88120.74227.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.32%
GREEN value IS 30 (12.11% from 255) = 8.45%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=67.32%
G=8.45%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239308600.870.640.06343.9286.7252.75
HexEF1E560574061585735
Octal357361260127100653012765
Binary111011111111010101100101011110000001101010110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E56; }

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

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

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

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

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

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

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

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