Html Css Color HEX #E5325A Amaranth

📋 copy color: '#E5325A'

red 229 ◦ green 50 ◦ blue 90

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

Shades of Amaranth #E5325A

Tints of Amaranth #E5325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

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

R = 62.06%
G = 13.55%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5325A (or 0xE5325A) is known color: Amaranth. HEX triplet: E5, 32 and 5A. RGB value is (229,50,90). Sum of RGB (Red+Green+Blue) = 229+50+90=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5325A is #1ACDA5. Grayscale: #6C6C6C. Windows color (decimal): -1756582 or 5911269. OLE color: 5911269.

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

Color convert

RGB 229 50 90 -
CMYK 0 0.78 0.61 0.10
HSL 346.59º 0.77% 0.55% -
HSV(B) 346.59º 0.78% 0.9% -
XYZ 35.3 19.68 11.61 -
YUV 108.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 229 50 90 0 0.78 0.61 0.10 346.59 0.77 0.55
Hex E5 32 5A 0 4E 3D A 15B 4D 37
Octal 345 62 132 0 116 75 12 533 115 67
Binary 11100101 110010 1011010 0 1001110 111101 1010 101011011 1001101 110111

Color Harmonies of #E5325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5325A

Black with #E5325A

Text Example


Text Example

White with #E5325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5325A; }

 p { color: rgb(229,50,90); }

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

background-color css

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

 a { background-color: rgb(229,50,90); }

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

border-color css

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

 span { border-color: rgb(229,50,90); }

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