Html Css Color HEX #EF2146 Amaranth

📋 copy color: '#EF2146'

red 239 ◦ green 33 ◦ blue 70

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

Shades of Amaranth #EF2146

Tints of Amaranth #EF2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

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

R = 69.88%
G = 9.65%
B = 20.47%

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

#EF2146 (or 0xEF2146) is known color: Amaranth. HEX triplet: EF, 21 and 46. RGB value is (239,33,70). Sum of RGB (Red+Green+Blue) = 239+33+70=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2146 is #10DEB9. Grayscale: #626262. Windows color (decimal): -1105594 or 4596207. OLE color: 4596207.

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

Color convert

RGB 239 33 70 -
CMYK 0 0.86 0.71 0.06
HSL 349.22º 0.87% 0.53% -
HSV(B) 349.22º 0.86% 0.94% -
XYZ 37.25 19.88 7.67 -
YUV 98.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 239 33 70 0 0.86 0.71 0.06 349.22 0.87 0.53
Hex EF 21 46 0 56 47 6 15D 57 35
Octal 357 41 106 0 126 107 6 535 127 65
Binary 11101111 100001 1000110 0 1010110 1000111 110 101011101 1010111 110101

Color Harmonies of #EF2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2146

Black with #EF2146

Text Example


Text Example

White with #EF2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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