#EF1E44

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

Shades of Amaranth #EF1E44

Tints of Amaranth #EF1E44

Color information

#EF1E44 (or 0xEF1E44) is unknown color: approx Amaranth. HEX triplet: EF, 1E and 44. RGB value is (239,30,68). Sum of RGB (Red+Green+Blue) = 239+30+68=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E44 is #10E1BB. Grayscale: #606060. Windows color (decimal): -1106364 or 4464367. OLE color: 4464367.

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

Color convert

RGB2393068-
CMYK00.870.720.06
HSL349.09º86.72%52.75%-
HSV(B)349.09º87.45%93.73%-
XYZ37.119.77.32-
YUV96.82111.74229.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.92%
GREEN value IS 30 (12.11% from 255) = 8.90%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=70.92%
G=8.90%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239306800.870.720.06349.0986.7252.75
HexEF1E4405748615d5735
Octal357361040127110653512765
Binary111011111111010001000101011110010001101010111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E44; }

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

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

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

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

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

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

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

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