#EF2053

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

Shades of Amaranth #EF2053

Tints of Amaranth #EF2053

Color information

#EF2053 (or 0xEF2053) is unknown color: approx Amaranth. HEX triplet: EF, 20 and 53. RGB value is (239,32,83). Sum of RGB (Red+Green+Blue) = 239+32+83=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2053 is #10DFAC. Grayscale: #636363. Windows color (decimal): -1105837 or 5447919. OLE color: 5447919.

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

Color convert

RGB2393283-
CMYK00.870.650.06
HSL345.22º86.61%53.14%-
HSV(B)345.22º86.61%93.73%-
XYZ37.6720.0110.06-
YUV99.71118.58227.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.51%
GREEN value IS 32 (12.89% from 255) = 9.04%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=67.51%
G=9.04%
B=23.45%

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
Decimal239328300.870.650.06345.2286.6153.14
HexEF20530574161595735
Octal357401230127101653112765
Binary1110111110000010100110101011110000011101010110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2053; }

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

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

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

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

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

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

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

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