Html Css Color HEX #EF2D49 Amaranth

📋 copy color: '#EF2D49'

red 239 ◦ green 45 ◦ blue 73

#EF2D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #EF2D49

Tints of Amaranth #EF2D49

RGB

 RED value IS 239 (93.75% from 255) = 66.95%

 GREEN value IS 45 (17.97% from 255) = 12.61%

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 66.95%
G = 12.61%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF2D49 (or 0xEF2D49) is known color: Amaranth. HEX triplet: EF, 2D and 49. RGB value is (239,45,73). Sum of RGB (Red+Green+Blue) = 239+45+73=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D49 is #10D2B6. Grayscale: #6A6A6A. Windows color (decimal): -1102519 or 4795887. OLE color: 4795887.

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

Color convert

RGB 239 45 73 -
CMYK 0 0.81 0.69 0.06
HSL 351.34º 0.86% 0.56% -
HSV(B) 351.34º 0.81% 0.94% -
XYZ 37.74 20.71 8.31 -
YUV 106.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 239 45 73 0 0.81 0.69 0.06 351.34 0.86 0.56
Hex EF 2D 49 0 51 45 6 15F 56 38
Octal 357 55 111 0 121 105 6 537 126 70
Binary 11101111 101101 1001001 0 1010001 1000101 110 101011111 1010110 111000

Color Harmonies of #EF2D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D49

Black with #EF2D49

Text Example


Text Example

White with #EF2D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D49; }

 p { color: rgb(239,45,73); }

 H1.HeaderClassName
 {
   color: #EF2D49;
 }
 .AnyTagClassName
 {
   color: #EF2D49;
 }
</style>

background-color css

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

 a { background-color: rgb(239,45,73); }

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

border-color css

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

 span { border-color: rgb(239,45,73); }

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