#EF3B53

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

Shades of Amaranth #EF3B53

Tints of Amaranth #EF3B53

Color information

#EF3B53 (or 0xEF3B53) is unknown color: approx Amaranth. HEX triplet: EF, 3B and 53. RGB value is (239,59,83). Sum of RGB (Red+Green+Blue) = 239+59+83=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3B53 is #10C4AC. Grayscale: #737373. Windows color (decimal): -1098925 or 5454831. OLE color: 5454831.

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

Color convert

RGB2395983-
CMYK00.750.650.06
HSL352º84.91%58.43%-
HSV(B)352º75.31%93.73%-
XYZ38.7222.110.41-
YUV115.56109.63216.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 59 (23.44% from 255) = 15.49%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=62.73%
G=15.49%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239598300.750.650.0635284.9158.43
HexEF3B5304B416160553a
Octal357731230113101654012572
Binary1110111111101110100110100101110000011101011000001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3B53; }

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

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

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

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

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

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

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

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