#EF1E5B

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

Shades of Amaranth #EF1E5B

Tints of Amaranth #EF1E5B

Color information

#EF1E5B (or 0xEF1E5B) is unknown color: approx Amaranth. HEX triplet: EF, 1E and 5B. RGB value is (239,30,91). Sum of RGB (Red+Green+Blue) = 239+30+91=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E5B is #10E1A4. Grayscale: #636363. Windows color (decimal): -1106341 or 5971695. OLE color: 5971695.

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

Color convert

RGB2393091-
CMYK00.870.620.06
HSL342.49º86.72%52.75%-
HSV(B)342.49º87.45%93.73%-
XYZ37.9520.0311.76-
YUV99.44123.24227.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.39%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=66.39%
G=8.33%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239309100.870.620.06342.4986.7252.75
HexEF1E5B0573E61565735
Octal35736133012776652612765
Binary11101111111101011011010101111111101101010101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E5B; }

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

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

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

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

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

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

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

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