Html Css Color HEX #E3314F Amaranth

📋 copy color: '#E3314F'

red 227 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #E3314F

Tints of Amaranth #E3314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 63.94%
G = 13.8%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3314F (or 0xE3314F) is known color: Amaranth. HEX triplet: E3, 31 and 4F. RGB value is (227,49,79). Sum of RGB (Red+Green+Blue) = 227+49+79=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3314F is #1CCEB0. Grayscale: #696969. Windows color (decimal): -1887921 or 5190115. OLE color: 5190115.

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

Color convert

RGB 227 49 79 -
CMYK 0 0.78 0.65 0.11
HSL 349.89º 0.76% 0.54% -
HSV(B) 349.89º 0.78% 0.89% -
XYZ 34.19 19.09 9.28 -
YUV 105.64 112.97 214.56 -
System Red Green Blue C M Y K H S L
Decimal 227 49 79 0 0.78 0.65 0.11 349.89 0.76 0.54
Hex E3 31 4F 0 4E 41 B 15E 4C 36
Octal 343 61 117 0 116 101 13 536 114 66
Binary 11100011 110001 1001111 0 1001110 1000001 1011 101011110 1001100 110110

Color Harmonies of #E3314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3314F

Black with #E3314F

Text Example


Text Example

White with #E3314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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