#EF3951

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

Shades of Amaranth #EF3951

Tints of Amaranth #EF3951

Color information

#EF3951 (or 0xEF3951) is unknown color: approx Amaranth. HEX triplet: EF, 39 and 51. RGB value is (239,57,81). Sum of RGB (Red+Green+Blue) = 239+57+81=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3951 is #10C6AE. Grayscale: #727272. Windows color (decimal): -1099439 or 5323247. OLE color: 5323247.

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

Color convert

RGB2395781-
CMYK00.760.660.06
HSL352.09º85.05%58.04%-
HSV(B)352.09º76.15%93.73%-
XYZ38.5421.879.97-
YUV114.15109.3217.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.40%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=63.40%
G=15.12%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239578100.760.660.06352.0985.0558.04
HexEF395104C426160553a
Octal357711210114102654012572
Binary1110111111100110100010100110010000101101011000001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3951; }

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

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

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

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

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

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

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

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