#EF2052

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

Shades of Amaranth #EF2052

Tints of Amaranth #EF2052

Color information

#EF2052 (or 0xEF2052) is unknown color: approx Amaranth. HEX triplet: EF, 20 and 52. RGB value is (239,32,82). Sum of RGB (Red+Green+Blue) = 239+32+82=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2052 is #10DFAD. Grayscale: #636363. Windows color (decimal): -1105838 or 5382383. OLE color: 5382383.

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

Color convert

RGB2393282-
CMYK00.870.660.06
HSL345.51º86.61%53.14%-
HSV(B)345.51º86.61%93.73%-
XYZ37.6419.999.86-
YUV99.59118.08227.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.71%
GREEN value IS 32 (12.89% from 255) = 9.07%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=67.71%
G=9.07%
B=23.23%

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
Decimal239328200.870.660.06345.5186.6153.14
HexEF205205742615a5735
Octal357401220127102653212765
Binary1110111110000010100100101011110000101101010110101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2052; }

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

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

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

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

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

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

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

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