Html Css Color HEX #EF2246 Amaranth

📋 copy color: '#EF2246'

red 239 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #EF2246

Tints of Amaranth #EF2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

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

R = 69.68%
G = 9.91%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF2246 (or 0xEF2246) is known color: Amaranth. HEX triplet: EF, 22 and 46. RGB value is (239,34,70). Sum of RGB (Red+Green+Blue) = 239+34+70=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2246 is #10DDB9. Grayscale: #636363. Windows color (decimal): -1105338 or 4596463. OLE color: 4596463.

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

Color convert

RGB 239 34 70 -
CMYK 0 0.86 0.71 0.06
HSL 349.46º 0.86% 0.54% -
HSV(B) 349.46º 0.86% 0.94% -
XYZ 37.27 19.94 7.68 -
YUV 99.4 111.42 227.57 -
System Red Green Blue C M Y K H S L
Decimal 239 34 70 0 0.86 0.71 0.06 349.46 0.86 0.54
Hex EF 22 46 0 56 47 6 15D 56 36
Octal 357 42 106 0 126 107 6 535 126 66
Binary 11101111 100010 1000110 0 1010110 1000111 110 101011101 1010110 110110

Color Harmonies of #EF2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2246

Black with #EF2246

Text Example


Text Example

White with #EF2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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