#EF1B4D

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

Shades of Amaranth #EF1B4D

Tints of Amaranth #EF1B4D

Color information

#EF1B4D (or 0xEF1B4D) is unknown color: approx Amaranth. HEX triplet: EF, 1B and 4D. RGB value is (239,27,77). Sum of RGB (Red+Green+Blue) = 239+27+77=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1B4D is #10E4B2. Grayscale: #606060. Windows color (decimal): -1107123 or 5053423. OLE color: 5053423.

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

Color convert

RGB2392777-
CMYK00.890.680.06
HSL345.85º86.89%52.16%-
HSV(B)345.85º88.7%93.73%-
XYZ37.3319.678.85-
YUV96.09117.24229.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.68%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=69.68%
G=7.87%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239277700.890.680.06345.8586.8952.16
HexEF1B4D05944615a5734
Octal357331150131104653212764
Binary111011111101110011010101100110001001101010110101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1B4D; }

 p { color: rgb(239,27,77); }

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

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

 a { background-color: rgb(239,27,77); }

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

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

 span { border-color: rgb(239,27,77); }

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