Html Css Color HEX #E7325A Amaranth

📋 copy color: '#E7325A'

red 231 ◦ green 50 ◦ blue 90

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

Shades of Amaranth #E7325A

Tints of Amaranth #E7325A

RGB

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

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

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

R = 62.26%
G = 13.48%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7325A (or 0xE7325A) is known color: Amaranth. HEX triplet: E7, 32 and 5A. RGB value is (231,50,90). Sum of RGB (Red+Green+Blue) = 231+50+90=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7325A is #18CDA5. Grayscale: #6C6C6C. Windows color (decimal): -1625510 or 5911271. OLE color: 5911271.

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

Color convert

RGB 231 50 90 -
CMYK 0 0.78 0.61 0.09
HSL 346.74º 0.79% 0.55% -
HSV(B) 346.74º 0.78% 0.91% -
XYZ 35.94 20.01 11.64 -
YUV 108.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 231 50 90 0 0.78 0.61 0.09 346.74 0.79 0.55
Hex E7 32 5A 0 4E 3D 9 15B 4F 37
Octal 347 62 132 0 116 75 11 533 117 67
Binary 11100111 110010 1011010 0 1001110 111101 1001 101011011 1001111 110111

Color Harmonies of #E7325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7325A

Black with #E7325A

Text Example


Text Example

White with #E7325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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