#EF2054

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

Shades of Amaranth #EF2054

Tints of Amaranth #EF2054

Color information

#EF2054 (or 0xEF2054) is unknown color: approx Amaranth. HEX triplet: EF, 20 and 54. RGB value is (239,32,84). Sum of RGB (Red+Green+Blue) = 239+32+84=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2054 is #10DFAB. Grayscale: #636363. Windows color (decimal): -1105836 or 5513455. OLE color: 5513455.

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

Color convert

RGB2393284-
CMYK00.870.650.06
HSL344.93º86.61%53.14%-
HSV(B)344.93º86.61%93.73%-
XYZ37.7120.0210.26-
YUV99.82119.08227.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.32%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=67.32%
G=9.01%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239328400.870.650.06344.9386.6153.14
HexEF20540574161595735
Octal357401240127101653112765
Binary1110111110000010101000101011110000011101010110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2054; }

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

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

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

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

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

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

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

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