#EF3543

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

Shades of Amaranth #EF3543

Tints of Amaranth #EF3543

Color information

#EF3543 (or 0xEF3543) is unknown color: approx Amaranth. HEX triplet: EF, 35 and 43. RGB value is (239,53,67). Sum of RGB (Red+Green+Blue) = 239+53+67=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3543 is #10CABC. Grayscale: #6E6E6E. Windows color (decimal): -1100477 or 4404719. OLE color: 4404719.

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

Color convert

RGB2395367-
CMYK00.780.720.06
HSL355.48º85.32%57.25%-
HSV(B)355.48º77.82%93.73%-
XYZ37.8821.37.43-
YUV110.21103.62219.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.57%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=66.57%
G=14.76%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239536700.780.720.06355.4885.3257.25
HexEF354304E4861635539
Octal357651030116110654312571
Binary1110111111010110000110100111010010001101011000111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3543; }

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

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

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

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

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

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

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

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