#EF3955

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

Shades of Amaranth #EF3955

Tints of Amaranth #EF3955

Color information

#EF3955 (or 0xEF3955) is unknown color: approx Amaranth. HEX triplet: EF, 39 and 55. RGB value is (239,57,85). Sum of RGB (Red+Green+Blue) = 239+57+85=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3955 is #10C6AA. Grayscale: #727272. Windows color (decimal): -1099435 or 5585391. OLE color: 5585391.

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

Color convert

RGB2395785-
CMYK00.760.640.06
HSL350.77º85.05%58.04%-
HSV(B)350.77º76.15%93.73%-
XYZ38.721.9310.79-
YUV114.61111.3216.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=62.73%
G=14.96%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239578500.760.640.06350.7785.0558.04
HexEF395504C40615f553a
Octal357711250114100653712572
Binary1110111111100110101010100110010000001101010111111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3955; }

 p { color: rgb(239,57,85); }

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

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

 a { background-color: rgb(239,57,85); }

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

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

 span { border-color: rgb(239,57,85); }

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