Html Css Color HEX #EF2849 Amaranth

📋 copy color: '#EF2849'

red 239 ◦ green 40 ◦ blue 73

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

Shades of Amaranth #EF2849

Tints of Amaranth #EF2849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 67.9%
G = 11.36%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF2849 (or 0xEF2849) is known color: Amaranth. HEX triplet: EF, 28 and 49. RGB value is (239,40,73). Sum of RGB (Red+Green+Blue) = 239+40+73=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2849 is #10D7B6. Grayscale: #676767. Windows color (decimal): -1103799 or 4794607. OLE color: 4794607.

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

Color convert

RGB 239 40 73 -
CMYK 0 0.83 0.69 0.06
HSL 350.05º 0.86% 0.55% -
HSV(B) 350.05º 0.83% 0.94% -
XYZ 37.56 20.35 8.25 -
YUV 103.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 239 40 73 0 0.83 0.69 0.06 350.05 0.86 0.55
Hex EF 28 49 0 53 45 6 15E 56 37
Octal 357 50 111 0 123 105 6 536 126 67
Binary 11101111 101000 1001001 0 1010011 1000101 110 101011110 1010110 110111

Color Harmonies of #EF2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2849

Black with #EF2849

Text Example


Text Example

White with #EF2849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2849; }

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

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

background-color css

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

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

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

border-color css

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

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

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