Html Css Color HEX #E7324D Amaranth

📋 copy color: '#E7324D'

red 231 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #E7324D

Tints of Amaranth #E7324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 64.53%
G = 13.97%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7324D (or 0xE7324D) is known color: Amaranth. HEX triplet: E7, 32 and 4D. RGB value is (231,50,77). Sum of RGB (Red+Green+Blue) = 231+50+77=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7324D is #18CDB2. Grayscale: #6B6B6B. Windows color (decimal): -1625523 or 5059303. OLE color: 5059303.

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

Color convert

RGB 231 50 77 -
CMYK 0 0.78 0.67 0.09
HSL 351.05º 0.79% 0.55% -
HSV(B) 351.05º 0.78% 0.91% -
XYZ 35.44 19.81 8.98 -
YUV 107.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 231 50 77 0 0.78 0.67 0.09 351.05 0.79 0.55
Hex E7 32 4D 0 4E 43 9 15F 4F 37
Octal 347 62 115 0 116 103 11 537 117 67
Binary 11100111 110010 1001101 0 1001110 1000011 1001 101011111 1001111 110111

Color Harmonies of #E7324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7324D

Black with #E7324D

Text Example


Text Example

White with #E7324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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