Html Css Color HEX #EF4648 Amaranth

📋 copy color: '#EF4648'

red 239 ◦ green 70 ◦ blue 72

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

Shades of Amaranth #EF4648

Tints of Amaranth #EF4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 62.73%
G = 18.37%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF4648 (or 0xEF4648) is known color: Amaranth. HEX triplet: EF, 46 and 48. RGB value is (239,70,72). Sum of RGB (Red+Green+Blue) = 239+70+72=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4648 is #10B9B7. Grayscale: #787878. Windows color (decimal): -1096120 or 4736751. OLE color: 4736751.

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

Color convert

RGB 239 70 72 -
CMYK 0 0.71 0.70 0.06
HSL 359.29º 0.84% 0.61% -
HSV(B) 359.29º 0.71% 0.94% -
XYZ 38.96 23.2 8.56 -
YUV 120.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 239 70 72 0 0.71 0.70 0.06 359.29 0.84 0.61
Hex EF 46 48 0 47 46 6 167 54 3D
Octal 357 106 110 0 107 106 6 547 124 75
Binary 11101111 1000110 1001000 0 1000111 1000110 110 101100111 1010100 111101

Color Harmonies of #EF4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4648

Black with #EF4648

Text Example


Text Example

White with #EF4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4648; }

 p { color: rgb(239,70,72); }

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

background-color css

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

 a { background-color: rgb(239,70,72); }

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

border-color css

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

 span { border-color: rgb(239,70,72); }

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