Html Css Color HEX #E7295A Amaranth

📋 copy color: '#E7295A'

red 231 ◦ green 41 ◦ blue 90

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

Shades of Amaranth #E7295A

Tints of Amaranth #E7295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 63.81%
G = 11.33%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7295A (or 0xE7295A) is known color: Amaranth. HEX triplet: E7, 29 and 5A. RGB value is (231,41,90). Sum of RGB (Red+Green+Blue) = 231+41+90=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7295A is #18D6A5. Grayscale: #676767. Windows color (decimal): -1627814 or 5908967. OLE color: 5908967.

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

Color convert

RGB 231 41 90 -
CMYK 0 0.82 0.61 0.09
HSL 344.53º 0.8% 0.53% -
HSV(B) 344.53º 0.82% 0.91% -
XYZ 35.59 19.31 11.52 -
YUV 103.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 231 41 90 0 0.82 0.61 0.09 344.53 0.8 0.53
Hex E7 29 5A 0 52 3D 9 159 50 35
Octal 347 51 132 0 122 75 11 531 120 65
Binary 11100111 101001 1011010 0 1010010 111101 1001 101011001 1010000 110101

Color Harmonies of #E7295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7295A

Black with #E7295A

Text Example


Text Example

White with #E7295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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