Html Css Color HEX #E7304A Amaranth

📋 copy color: '#E7304A'

red 231 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #E7304A

Tints of Amaranth #E7304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 65.44%
G = 13.6%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7304A (or 0xE7304A) is known color: Amaranth. HEX triplet: E7, 30 and 4A. RGB value is (231,48,74). Sum of RGB (Red+Green+Blue) = 231+48+74=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E7304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7304A is #18CFB5. Grayscale: #696969. Windows color (decimal): -1626038 or 4862183. OLE color: 4862183.

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

Color convert

RGB 231 48 74 -
CMYK 0 0.79 0.68 0.09
HSL 351.48º 0.79% 0.55% -
HSV(B) 351.48º 0.79% 0.91% -
XYZ 35.25 19.6 8.4 -
YUV 105.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 231 48 74 0 0.79 0.68 0.09 351.48 0.79 0.55
Hex E7 30 4A 0 4F 44 9 15F 4F 37
Octal 347 60 112 0 117 104 11 537 117 67
Binary 11100111 110000 1001010 0 1001111 1000100 1001 101011111 1001111 110111

Color Harmonies of #E7304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7304A

Black with #E7304A

Text Example


Text Example

White with #E7304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7304A; }

 p { color: rgb(231,48,74); }

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

background-color css

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

 a { background-color: rgb(231,48,74); }

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

border-color css

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

 span { border-color: rgb(231,48,74); }

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