Html Css Color HEX #E7294F Amaranth

📋 copy color: '#E7294F'

red 231 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #E7294F

Tints of Amaranth #E7294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 65.81%
G = 11.68%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7294F (or 0xE7294F) is known color: Amaranth. HEX triplet: E7, 29 and 4F. RGB value is (231,41,79). Sum of RGB (Red+Green+Blue) = 231+41+79=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E7294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7294F is #18D6B0. Grayscale: #666666. Windows color (decimal): -1627825 or 5188071. OLE color: 5188071.

HSL color Cylindrical-coordinate representation of color #E7294F: hue angle of 348º 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 #E7294F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 41 79 -
CMYK 0 0.82 0.66 0.09
HSL 348º 0.8% 0.53% -
HSV(B) 348º 0.82% 0.91% -
XYZ 35.16 19.14 9.24 -
YUV 102.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 231 41 79 0 0.82 0.66 0.09 348 0.8 0.53
Hex E7 29 4F 0 52 42 9 15C 50 35
Octal 347 51 117 0 122 102 11 534 120 65
Binary 11100111 101001 1001111 0 1010010 1000010 1001 101011100 1010000 110101

Color Harmonies of #E7294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7294F

Black with #E7294F

Text Example


Text Example

White with #E7294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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