Html Css Color HEX #E7345A Amaranth

📋 copy color: '#E7345A'

red 231 ◦ green 52 ◦ blue 90

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

Shades of Amaranth #E7345A

Tints of Amaranth #E7345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 61.93%
G = 13.94%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7345A (or 0xE7345A) is known color: Amaranth. HEX triplet: E7, 34 and 5A. RGB value is (231,52,90). Sum of RGB (Red+Green+Blue) = 231+52+90=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7345A is #18CBA5. Grayscale: #6D6D6D. Windows color (decimal): -1624998 or 5911783. OLE color: 5911783.

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

Color convert

RGB 231 52 90 -
CMYK 0 0.77 0.61 0.09
HSL 347.26º 0.79% 0.55% -
HSV(B) 347.26º 0.77% 0.91% -
XYZ 36.03 20.18 11.67 -
YUV 109.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 231 52 90 0 0.77 0.61 0.09 347.26 0.79 0.55
Hex E7 34 5A 0 4D 3D 9 15B 4F 37
Octal 347 64 132 0 115 75 11 533 117 67
Binary 11100111 110100 1011010 0 1001101 111101 1001 101011011 1001111 110111

Color Harmonies of #E7345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7345A

Black with #E7345A

Text Example


Text Example

White with #E7345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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