Html Css Color HEX #EF4446 Amaranth

📋 copy color: '#EF4446'

red 239 ◦ green 68 ◦ blue 70

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

Shades of Amaranth #EF4446

Tints of Amaranth #EF4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 63.4%
G = 18.04%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF4446 (or 0xEF4446) is known color: Amaranth. HEX triplet: EF, 44 and 46. RGB value is (239,68,70). Sum of RGB (Red+Green+Blue) = 239+68+70=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4446 is #10BBB9. Grayscale: #777777. Windows color (decimal): -1096634 or 4605167. OLE color: 4605167.

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

Color convert

RGB 239 68 70 -
CMYK 0 0.72 0.71 0.06
HSL 359.3º 0.84% 0.6% -
HSV(B) 359.3º 0.72% 0.94% -
XYZ 38.77 22.93 8.18 -
YUV 119.36 100.15 213.34 -
System Red Green Blue C M Y K H S L
Decimal 239 68 70 0 0.72 0.71 0.06 359.3 0.84 0.6
Hex EF 44 46 0 48 47 6 167 54 3C
Octal 357 104 106 0 110 107 6 547 124 74
Binary 11101111 1000100 1000110 0 1001000 1000111 110 101100111 1010100 111100

Color Harmonies of #EF4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4446

Black with #EF4446

Text Example


Text Example

White with #EF4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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