Html Css Color HEX #E7334A Amaranth

📋 copy color: '#E7334A'

red 231 ◦ green 51 ◦ blue 74

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

Shades of Amaranth #E7334A

Tints of Amaranth #E7334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

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

R = 64.89%
G = 14.33%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7334A (or 0xE7334A) is known color: Amaranth. HEX triplet: E7, 33 and 4A. RGB value is (231,51,74). Sum of RGB (Red+Green+Blue) = 231+51+74=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7334A is #18CCB5. Grayscale: #6B6B6B. Windows color (decimal): -1625270 or 4862951. OLE color: 4862951.

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

Color convert

RGB 231 51 74 -
CMYK 0 0.78 0.68 0.09
HSL 352.33º 0.79% 0.55% -
HSV(B) 352.33º 0.78% 0.91% -
XYZ 35.37 19.85 8.45 -
YUV 107.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 231 51 74 0 0.78 0.68 0.09 352.33 0.79 0.55
Hex E7 33 4A 0 4E 44 9 160 4F 37
Octal 347 63 112 0 116 104 11 540 117 67
Binary 11100111 110011 1001010 0 1001110 1000100 1001 101100000 1001111 110111

Color Harmonies of #E7334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7334A

Black with #E7334A

Text Example


Text Example

White with #E7334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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