Html Css Color HEX #EF3246 Amaranth

📋 copy color: '#EF3246'

red 239 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #EF3246

Tints of Amaranth #EF3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 66.57%
G = 13.93%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF3246 (or 0xEF3246) is known color: Amaranth. HEX triplet: EF, 32 and 46. RGB value is (239,50,70). Sum of RGB (Red+Green+Blue) = 239+50+70=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3246 is #10CDB9. Grayscale: #6C6C6C. Windows color (decimal): -1101242 or 4600559. OLE color: 4600559.

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

Color convert

RGB 239 50 70 -
CMYK 0 0.79 0.71 0.06
HSL 353.65º 0.86% 0.57% -
HSV(B) 353.65º 0.79% 0.94% -
XYZ 37.84 21.07 7.87 -
YUV 108.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 239 50 70 0 0.79 0.71 0.06 353.65 0.86 0.57
Hex EF 32 46 0 4F 47 6 162 56 39
Octal 357 62 106 0 117 107 6 542 126 71
Binary 11101111 110010 1000110 0 1001111 1000111 110 101100010 1010110 111001

Color Harmonies of #EF3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3246

Black with #EF3246

Text Example


Text Example

White with #EF3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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