Html Css Color HEX #E5295B Amaranth

📋 copy color: '#E5295B'

red 229 ◦ green 41 ◦ blue 91

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

Shades of Amaranth #E5295B

Tints of Amaranth #E5295B

RGB

 RED value IS 229 (89.84% from 255) = 63.43%

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

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

R = 63.43%
G = 11.36%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5295B (or 0xE5295B) is known color: Amaranth. HEX triplet: E5, 29 and 5B. RGB value is (229,41,91). Sum of RGB (Red+Green+Blue) = 229+41+91=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E5295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5295B is #1AD6A4. Grayscale: #666666. Windows color (decimal): -1758885 or 5974501. OLE color: 5974501.

HSL color Cylindrical-coordinate representation of color #E5295B: hue angle of 344.04º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5295B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 91 -
CMYK 0 0.82 0.60 0.10
HSL 344.04º 0.78% 0.53% -
HSV(B) 344.04º 0.82% 0.9% -
XYZ 34.99 19 11.72 -
YUV 102.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 229 41 91 0 0.82 0.60 0.10 344.04 0.78 0.53
Hex E5 29 5B 0 52 3C A 158 4E 35
Octal 345 51 133 0 122 74 12 530 116 65
Binary 11100101 101001 1011011 0 1010010 111100 1010 101011000 1001110 110101

Color Harmonies of #E5295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5295B

Black with #E5295B

Text Example


Text Example

White with #E5295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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