#ef374b

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

Shades of Amaranth #EF374B

Tints of Amaranth #EF374B

Color information

#EF374B (or 0xEF374B) is unknown color: approx Amaranth. HEX triplet: EF, 37 and 4B. RGB value is (239,55,75). Sum of RGB (Red+Green+Blue) = 239+55+75=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF374B is #10C8B4. Grayscale: #707070. Windows color (decimal): -1099957 or 4929519. OLE color: 4929519.

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

Color convert

RGB2395575-
CMYK00.770.690.06
HSL353.48º85.19%57.65%-
HSV(B)353.48º76.99%93.73%-
XYZ38.2321.598.81-
YUV112.3106.96218.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.77%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=64.77%
G=14.91%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239557500.770.690.06353.4885.1957.65
HexEF374B04D456161553a
Octal357671130115105654112572
Binary1110111111011110010110100110110001011101011000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef374b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef374b; }

 p { color: rgb(239,55,75); }

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

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

 a { background-color: rgb(239,55,75); }

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

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

 span { border-color: rgb(239,55,75); }

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