Html Css Color HEX #EF1E46 Amaranth

📋 copy color: '#EF1E46'

red 239 ◦ green 30 ◦ blue 70

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

Shades of Amaranth #EF1E46

Tints of Amaranth #EF1E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

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

R = 70.5%
G = 8.85%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF1E46 (or 0xEF1E46) is known color: Amaranth. HEX triplet: EF, 1E and 46. RGB value is (239,30,70). Sum of RGB (Red+Green+Blue) = 239+30+70=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E46 is #10E1B9. Grayscale: #616161. Windows color (decimal): -1106362 or 4595439. OLE color: 4595439.

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

Color convert

RGB 239 30 70 -
CMYK 0 0.87 0.71 0.06
HSL 348.52º 0.87% 0.53% -
HSV(B) 348.52º 0.87% 0.94% -
XYZ 37.17 19.72 7.64 -
YUV 97.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 239 30 70 0 0.87 0.71 0.06 348.52 0.87 0.53
Hex EF 1E 46 0 57 47 6 15D 57 35
Octal 357 36 106 0 127 107 6 535 127 65
Binary 11101111 11110 1000110 0 1010111 1000111 110 101011101 1010111 110101

Color Harmonies of #EF1E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E46

Black with #EF1E46

Text Example


Text Example

White with #EF1E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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