Html Css Color HEX #EF2E47 Amaranth

📋 copy color: '#EF2E47'

red 239 ◦ green 46 ◦ blue 71

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

Shades of Amaranth #EF2E47

Tints of Amaranth #EF2E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.92%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 67.13%
G = 12.92%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF2E47 (or 0xEF2E47) is known color: Amaranth. HEX triplet: EF, 2E and 47. RGB value is (239,46,71). Sum of RGB (Red+Green+Blue) = 239+46+71=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E47 is #10D1B8. Grayscale: #6A6A6A. Windows color (decimal): -1102265 or 4665071. OLE color: 4665071.

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

Color convert

RGB 239 46 71 -
CMYK 0 0.81 0.70 0.06
HSL 352.23º 0.86% 0.56% -
HSV(B) 352.23º 0.81% 0.94% -
XYZ 37.71 20.76 7.98 -
YUV 106.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 239 46 71 0 0.81 0.70 0.06 352.23 0.86 0.56
Hex EF 2E 47 0 51 46 6 160 56 38
Octal 357 56 107 0 121 106 6 540 126 70
Binary 11101111 101110 1000111 0 1010001 1000110 110 101100000 1010110 111000

Color Harmonies of #EF2E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E47

Black with #EF2E47

Text Example


Text Example

White with #EF2E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E47; }

 p { color: rgb(239,46,71); }

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

background-color css

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

 a { background-color: rgb(239,46,71); }

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

border-color css

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

 span { border-color: rgb(239,46,71); }

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