Html Css Color HEX #EF474A Amaranth

📋 copy color: '#EF474A'

red 239 ◦ green 71 ◦ blue 74

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

Shades of Amaranth #EF474A

Tints of Amaranth #EF474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 62.24%
G = 18.49%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF474A (or 0xEF474A) is known color: Amaranth. HEX triplet: EF, 47 and 4A. RGB value is (239,71,74). Sum of RGB (Red+Green+Blue) = 239+71+74=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF474A is #10B8B5. Grayscale: #797979. Windows color (decimal): -1095862 or 4868079. OLE color: 4868079.

HSL color Cylindrical-coordinate representation of color #EF474A: hue angle of 358.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF474A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 74 -
CMYK 0 0.70 0.69 0.06
HSL 358.93º 0.84% 0.61% -
HSV(B) 358.93º 0.7% 0.94% -
XYZ 39.09 23.35 8.93 -
YUV 121.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 239 71 74 0 0.70 0.69 0.06 358.93 0.84 0.61
Hex EF 47 4A 0 46 45 6 167 54 3D
Octal 357 107 112 0 106 105 6 547 124 75
Binary 11101111 1000111 1001010 0 1000110 1000101 110 101100111 1010100 111101

Color Harmonies of #EF474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF474A

Black with #EF474A

Text Example


Text Example

White with #EF474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF474A; }

 p { color: rgb(239,71,74); }

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

background-color css

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

 a { background-color: rgb(239,71,74); }

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

border-color css

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

 span { border-color: rgb(239,71,74); }

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