#EF3F45

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

Shades of Amaranth #EF3F45

Tints of Amaranth #EF3F45

Color information

#EF3F45 (or 0xEF3F45) is unknown color: approx Amaranth. HEX triplet: EF, 3F and 45. RGB value is (239,63,69). Sum of RGB (Red+Green+Blue) = 239+63+69=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3F45 is #10C0BA. Grayscale: #747474. Windows color (decimal): -1097915 or 4538351. OLE color: 4538351.

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

Color convert

RGB2396369-
CMYK00.740.710.06
HSL357.95º84.62%59.22%-
HSV(B)357.95º73.64%93.73%-
XYZ38.4522.347.91-
YUV116.31101.31215.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.42%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=64.42%
G=16.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239636900.740.710.06357.9584.6259.22
HexEF3F4504A476166553b
Octal357771050112107654612573
Binary1110111111111110001010100101010001111101011001101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3F45; }

 p { color: rgb(239,63,69); }

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

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

 a { background-color: rgb(239,63,69); }

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

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

 span { border-color: rgb(239,63,69); }

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