Html Css Color HEX #E7295B Amaranth

📋 copy color: '#E7295B'

red 231 ◦ green 41 ◦ blue 91

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

Shades of Amaranth #E7295B

Tints of Amaranth #E7295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 63.64%
G = 11.29%
B = 25.07%

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

#E7295B (or 0xE7295B) is known color: Amaranth. HEX triplet: E7, 29 and 5B. RGB value is (231,41,91). Sum of RGB (Red+Green+Blue) = 231+41+91=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7295B is #18D6A4. Grayscale: #676767. Windows color (decimal): -1627813 or 5974503. OLE color: 5974503.

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

Color convert

RGB 231 41 91 -
CMYK 0 0.82 0.61 0.09
HSL 344.21º 0.8% 0.53% -
HSV(B) 344.21º 0.82% 0.91% -
XYZ 35.64 19.33 11.75 -
YUV 103.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 231 41 91 0 0.82 0.61 0.09 344.21 0.8 0.53
Hex E7 29 5B 0 52 3D 9 158 50 35
Octal 347 51 133 0 122 75 11 530 120 65
Binary 11100111 101001 1011011 0 1010010 111101 1001 101011000 1010000 110101

Color Harmonies of #E7295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7295B

Black with #E7295B

Text Example


Text Example

White with #E7295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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