Html Css Color HEX #E3314A Amaranth

📋 copy color: '#E3314A'

red 227 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #E3314A

Tints of Amaranth #E3314A

RGB

 RED value IS 227 (89.06% from 255) = 64.86%

 GREEN value IS 49 (19.53% from 255) = 14%

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

R = 64.86%
G = 14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3314A (or 0xE3314A) is known color: Amaranth. HEX triplet: E3, 31 and 4A. RGB value is (227,49,74). Sum of RGB (Red+Green+Blue) = 227+49+74=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E3314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3314A is #1CCEB5. Grayscale: #696969. Windows color (decimal): -1887926 or 4862435. OLE color: 4862435.

HSL color Cylindrical-coordinate representation of color #E3314A: hue angle of 351.57º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3314A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 49 74 -
CMYK 0 0.78 0.67 0.11
HSL 351.57º 0.76% 0.54% -
HSV(B) 351.57º 0.78% 0.89% -
XYZ 34.01 19.02 8.36 -
YUV 105.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 227 49 74 0 0.78 0.67 0.11 351.57 0.76 0.54
Hex E3 31 4A 0 4E 43 B 160 4C 36
Octal 343 61 112 0 116 103 13 540 114 66
Binary 11100011 110001 1001010 0 1001110 1000011 1011 101100000 1001100 110110

Color Harmonies of #E3314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3314A

Black with #E3314A

Text Example


Text Example

White with #E3314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3314A; }

 p { color: rgb(227,49,74); }

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

background-color css

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

 a { background-color: rgb(227,49,74); }

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

border-color css

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

 span { border-color: rgb(227,49,74); }

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