#ef2a45

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

Shades of Amaranth #EF2A45

Tints of Amaranth #EF2A45

Color information

#EF2A45 (or 0xEF2A45) is unknown color: approx Amaranth. HEX triplet: EF, 2A and 45. RGB value is (239,42,69). Sum of RGB (Red+Green+Blue) = 239+42+69=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A45 is #10D5BA. Grayscale: #686868. Windows color (decimal): -1103291 or 4532975. OLE color: 4532975.

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

Color convert

RGB2394269-
CMYK00.820.710.06
HSL351.78º86.03%55.1%-
HSV(B)351.78º82.43%93.73%-
XYZ37.520.447.6-
YUV103.98108.27224.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.29%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=68.29%
G=12%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239426900.820.710.06351.7886.0355.1
HexEF2A450524761605637
Octal357521050122107654012667
Binary1110111110101010001010101001010001111101011000001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2a45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2a45; }

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

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

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

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

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

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

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

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