#EF3553

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

Shades of Amaranth #EF3553

Tints of Amaranth #EF3553

Color information

#EF3553 (or 0xEF3553) is unknown color: approx Amaranth. HEX triplet: EF, 35 and 53. RGB value is (239,53,83). Sum of RGB (Red+Green+Blue) = 239+53+83=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3553 is #10CAAC. Grayscale: #707070. Windows color (decimal): -1100461 or 5453295. OLE color: 5453295.

HSL color Cylindrical-coordinate representation of color #EF3553: hue angle of 350.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3553 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2395383-
CMYK00.780.650.06
HSL350.32º85.32%57.25%-
HSV(B)350.32º77.82%93.73%-
XYZ38.4321.5210.31-
YUV112.03111.62218.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.73%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=63.73%
G=14.13%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239538300.780.650.06350.3285.3257.25
HexEF355304E41615e5539
Octal357651230116101653612571
Binary1110111111010110100110100111010000011101010111101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3553; }

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

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

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

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

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

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

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

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