Html Css Color HEX #E7294B Amaranth

📋 copy color: '#E7294B'

red 231 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #E7294B

Tints of Amaranth #E7294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 66.57%
G = 11.82%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7294B (or 0xE7294B) is known color: Amaranth. HEX triplet: E7, 29 and 4B. RGB value is (231,41,75). Sum of RGB (Red+Green+Blue) = 231+41+75=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7294B is #18D6B4. Grayscale: #656565. Windows color (decimal): -1627829 or 4925927. OLE color: 4925927.

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

Color convert

RGB 231 41 75 -
CMYK 0 0.82 0.68 0.09
HSL 349.26º 0.8% 0.53% -
HSV(B) 349.26º 0.82% 0.91% -
XYZ 35.02 19.08 8.49 -
YUV 101.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 231 41 75 0 0.82 0.68 0.09 349.26 0.8 0.53
Hex E7 29 4B 0 52 44 9 15D 50 35
Octal 347 51 113 0 122 104 11 535 120 65
Binary 11100111 101001 1001011 0 1010010 1000100 1001 101011101 1010000 110101

Color Harmonies of #E7294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7294B

Black with #E7294B

Text Example


Text Example

White with #E7294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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