#EF2051

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

Shades of Amaranth #EF2051

Tints of Amaranth #EF2051

Color information

#EF2051 (or 0xEF2051) is unknown color: approx Amaranth. HEX triplet: EF, 20 and 51. RGB value is (239,32,81). Sum of RGB (Red+Green+Blue) = 239+32+81=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2051 is #10DFAE. Grayscale: #636363. Windows color (decimal): -1105839 or 5316847. OLE color: 5316847.

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

Color convert

RGB2393281-
CMYK00.870.660.06
HSL345.8º86.61%53.14%-
HSV(B)345.8º86.61%93.73%-
XYZ37.619.989.66-
YUV99.48117.58227.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.90%
GREEN value IS 32 (12.89% from 255) = 9.09%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=67.90%
G=9.09%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239328100.870.660.06345.886.6153.14
HexEF205105742615a5735
Octal357401210127102653212765
Binary1110111110000010100010101011110000101101010110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2051; }

 p { color: rgb(239,32,81); }

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

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

 a { background-color: rgb(239,32,81); }

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

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

 span { border-color: rgb(239,32,81); }

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