Html Css Color HEX #E7294D Amaranth

📋 copy color: '#E7294D'

red 231 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #E7294D

Tints of Amaranth #E7294D

RGB

 RED value IS 231 (90.63% from 255) = 66.19%

 GREEN value IS 41 (16.41% from 255) = 11.75%

 BLUE value IS 77 (30.47% from 255) = 22.06%

R = 66.19%
G = 11.75%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7294D (or 0xE7294D) is known color: Amaranth. HEX triplet: E7, 29 and 4D. RGB value is (231,41,77). Sum of RGB (Red+Green+Blue) = 231+41+77=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E7294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7294D is #18D6B2. Grayscale: #656565. Windows color (decimal): -1627827 or 5056999. OLE color: 5056999.

HSL color Cylindrical-coordinate representation of color #E7294D: hue angle of 348.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7294D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 41 77 -
CMYK 0 0.82 0.67 0.09
HSL 348.63º 0.8% 0.53% -
HSV(B) 348.63º 0.82% 0.91% -
XYZ 35.09 19.11 8.86 -
YUV 101.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 231 41 77 0 0.82 0.67 0.09 348.63 0.8 0.53
Hex E7 29 4D 0 52 43 9 15D 50 35
Octal 347 51 115 0 122 103 11 535 120 65
Binary 11100111 101001 1001101 0 1010010 1000011 1001 101011101 1010000 110101

Color Harmonies of #E7294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7294D

Black with #E7294D

Text Example


Text Example

White with #E7294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7294D; }

 p { color: rgb(231,41,77); }

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

background-color css

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

 a { background-color: rgb(231,41,77); }

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

border-color css

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

 span { border-color: rgb(231,41,77); }

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