Html Css Color HEX #EF1C49 Amaranth

📋 copy color: '#EF1C49'

red 239 ◦ green 28 ◦ blue 73

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

Shades of Amaranth #EF1C49

Tints of Amaranth #EF1C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

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

R = 70.29%
G = 8.24%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF1C49 (or 0xEF1C49) is known color: Amaranth. HEX triplet: EF, 1C and 49. RGB value is (239,28,73). Sum of RGB (Red+Green+Blue) = 239+28+73=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C49 is #10E3B6. Grayscale: #606060. Windows color (decimal): -1106871 or 4791535. OLE color: 4791535.

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

Color convert

RGB 239 28 73 -
CMYK 0 0.88 0.69 0.06
HSL 347.2º 0.87% 0.52% -
HSV(B) 347.2º 0.88% 0.94% -
XYZ 37.21 19.66 8.14 -
YUV 96.22 114.9 229.84 -
System Red Green Blue C M Y K H S L
Decimal 239 28 73 0 0.88 0.69 0.06 347.2 0.87 0.52
Hex EF 1C 49 0 58 45 6 15B 57 34
Octal 357 34 111 0 130 105 6 533 127 64
Binary 11101111 11100 1001001 0 1011000 1000101 110 101011011 1010111 110100

Color Harmonies of #EF1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C49

Black with #EF1C49

Text Example


Text Example

White with #EF1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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