Html Css Color HEX #EF4246 Amaranth

📋 copy color: '#EF4246'

red 239 ◦ green 66 ◦ blue 70

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

Shades of Amaranth #EF4246

Tints of Amaranth #EF4246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 63.73%
G = 17.6%
B = 18.67%

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

#EF4246 (or 0xEF4246) is known color: Amaranth. HEX triplet: EF, 42 and 46. RGB value is (239,66,70). Sum of RGB (Red+Green+Blue) = 239+66+70=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4246 is #10BDB9. Grayscale: #767676. Windows color (decimal): -1097146 or 4604655. OLE color: 4604655.

HSL color Cylindrical-coordinate representation of color #EF4246: hue angle of 358.61º 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 #EF4246 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 66 70 -
CMYK 0 0.72 0.71 0.06
HSL 358.61º 0.84% 0.6% -
HSV(B) 358.61º 0.72% 0.94% -
XYZ 38.65 22.69 8.14 -
YUV 118.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 239 66 70 0 0.72 0.71 0.06 358.61 0.84 0.6
Hex EF 42 46 0 48 47 6 167 54 3C
Octal 357 102 106 0 110 107 6 547 124 74
Binary 11101111 1000010 1000110 0 1001000 1000111 110 101100111 1010100 111100

Color Harmonies of #EF4246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4246

Black with #EF4246

Text Example


Text Example

White with #EF4246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4246; }

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

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

background-color css

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

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

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

border-color css

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

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

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